Search:

Type: Posts; User: Joshua White; Keyword(s):

Search: Search took 0.03 seconds.

  1. While your under the hood...

    Oleg,

    While your in there, can you nix the System.out in the "determineUriVariables" method of the HttpRequestExecutingMessageHandler?

    Thanks,

    -Joshua
  2. Excellent. Thanks again for your help. -Joshua

    Excellent. Thanks again for your help.

    -Joshua
  3. Take a look at this...

    Oleg,

    Please take a look at the code I posted in this thread:

    http://forum.springsource.org/showthread.php?p=307358#post307358

    I am not sure if it is related or not, but it effects the...
  4. Take a look at this...

    Mark,

    Looking through the code, I believe I have found the culprit. Take a look at the below code sample which shows how the code is currently written and a simple change that solved my problem....
  5. Oleg, I took a look at the ticket you...

    Oleg,

    I took a look at the ticket you referenced. Is this solution specific to the JmsOutboundGateway? In my example, I am using the HttpOutboundGateway.

    -Joshua
  6. Looking into the code...

    Mark,

    Within the handleRequestMessage method in the HttpRequestExecutingMessageHandler, it looks like you are copying the header values from the http response (after the REST call) to the reply...
  7. 2.0.0.M5 - http:outbound-gateway losing header values

    When using the new RestTemplate backed http:outbound-gateway, I appear to be losing header values ($correlationId, $sequenceNumber, $sequenceSize) which are added by a publish-subscribe-channel (with...
  8. Error when specifying reply-channel on http:outbound-gateway

    Oleg,

    I tried this new code in a couple of other places as well. We have one application which calls out to two different http:outbound-gateways. The responses are then aggregated with an...
  9. question on need for reply channel

    Oleg,

    Thanks for looking into this. Your expected-response-type explanation makes perfect sense. I appreciate it.

    I have a couple of basic questions about removing the reply-channel though. ...
  10. 2.0.0.M5 - http:outbound-gateway expected-response-type guidance

    Hello,

    I have create a small example (see attached) using Springs RestTemplate and then tried to duplicate the functionality using Spring Integration. I seem to either be setting the...
  11. Using RestTemplate to call REST service over SSL

    Hello,

    Internally, I am looking to call a rest service over SSL. This service does not request any credentials.

    I am using the typical resttemplate configuration:



    ...
  12. Customizing the location to load portlet application context files?

    Hello,

    Is there a way for me to change the default location that the individual portlet application context files are loaded? By default, these files are loaded from the WEB-INF folder. I would...
  13. Spoke to soon

    I generated my own twitter schema based on a single response from twitter. When I changed users, something within the xml from twitter changed. Long story short, I am all set. Thanks for your help.
  14. ConversionNotSupportedException

    My next headache...

    If I take out my unmarshaller and have two different message types returned to my aggregator, everything works fine. My message signature looks like this:

    public...
  15. User Error

    Oleg,

    I apologize, this appears to be user error. If you look at the gateway class, you will see the following annotation:

    @Gateway(requestChannel="enhancedTimelineRequest",...
  16. Two different gateways and messages

    Oleg,

    As you know from my example, I need two call two different services that each have different request/response messages. This is what makes this example more complicated. Before each...
  17. Default request method for http outbound gateway?

    Oleg, thanks for taking the time to look into this. Just out of curiosity, I was using a separate header enricher to add the following header:

    springintegration_http_requestMethod=GET

    Does the...
  18. Mark, I put together a brief example that...

    Mark,

    I put together a brief example that demonstrates the exception mentioned earlier. I am sure that is something we missed. Thanks for taking a look.

    -Joshua
  19. Replies
    2
    Views
    709

    Thanks!

    Excellent, thanks!
  20. Replies
    2
    Views
    709

    Possible RC1 API changes?

    Arjen,

    I would like to suggest some possible API changes to either the DefaultWsdl11Definition or ProviderBasedWsdl4jDefinition classes.

    The DefaultWsdl11Definition class feels like the...
  21. Try this

    Paul,

    The only thing that Arjen left out is that you need to call the afterPropertiesSet method on the beans that would normally be managed by Spring. I found that it was easier to reuse the...
  22. Try this...

    Alex,

    I hope this helps:



    <bean id="someService" class="org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition">
    <!--
    This is how you used to do it.... ...
  23. WAR or EAR?

    Dennis,

    I did not have to explicitly define my message factory. Are you packaging this application as a WAR or EAR file? What other jars are you including? In addition to the normal Spring...
  24. Perhaps I can help...

    Dennis,

    I have gotten the 1.5x release to work on WLS 8-10 in the past. Perhaps I can be of assistance. Which version of WLS are you running now?

    Joshua
Results 1 to 24 of 24