Search:

Type: Posts; User: Curro; Keyword(s):

Search: Search took 0.03 seconds.

  1. Yes, I knew the header filter stuff.... but when...

    Yes, I knew the header filter stuff.... but when I've several gateways and a set of headers for each one, the config gets ugly, adding and removing headers everywhere. So I wondered if it was...
  2. http-outbound-gateway: Adding header to the httpRequest and avoid propagation

    Hi!

    I've a chain which performs a call to a http-outbound-gateway. The httpRequest should include a specific header, so I use a header enricher to add it:



    <int:chain...
  3. Great! That's exactly what I was thinking.......

    Great! That's exactly what I was thinking.... done and working fine.
    Thanks.
  4. outbound-gateway: How to keep request message to be combined with the response obtain

    Hi!

    I've a doubt about the best design in cases when I must call to an outbound-gateway and I need to maintain the request message in order to be combined with the response obtained from the...
  5. Replies
    13
    Views
    567

    Hi again guys, Finally I've fixed the problem,...

    Hi again guys,

    Finally I've fixed the problem, it was related with timeout, let me explain it.

    I didn't set the reply-time-out property in my http-inbound-gateway:


    ...
  6. Replies
    13
    Views
    567

    Guys, I think that it could be related to...

    Guys,

    I think that it could be related to threading and http.... maybe I'm wrong but let me explain:

    Subscriber is using a couple of threads to call to the both services. Probably is reusing a...
  7. Replies
    13
    Views
    567

    I was using a custom correlation because in my...

    I was using a custom correlation because in my first approach to the current solution I was using a recipient-router-list instead of a pub-subscriber. With the router I was sending the same message...
  8. Replies
    13
    Views
    567

    Done! stufff removed! Summarizing we've: ...

    Done! stufff removed!

    Summarizing we've:



    <int-http:inbound-gateway
    request-channel="requestChannel"
    name="/req"
    supported-methods="GET"
  9. Replies
    13
    Views
    567

    Done! (and thanks for the useful info) but the...

    Done! (and thanks for the useful info) but the bug is still there
  10. Replies
    13
    Views
    567

    Both services returns the same kind of object,...

    Both services returns the same kind of object, it's just a DTO. After aggregation I have a transformer which select just one of these object (the one returned by service1 or the one returned by...
  11. Replies
    13
    Views
    567

    Http Inbound Gateway Problem

    Hi,

    I've a SI project with the following composition:



    <int-http:inbound-gateway
    request-channel="requestChannel"
    name="/req"
    supported-methods="GET"
  12. Replies
    2
    Views
    382

    Easy! Thanks Gary, it's working fine right...

    Easy!

    Thanks Gary, it's working fine right now.
  13. Replies
    2
    Views
    382

    Custom upd-inbound-channel-adapter

    Hi guys,

    I'm trying to implement a custom channel adapter which will be pretty similar to the existing one UnicastReceivingChannelAdapter. I've done the following as a first approach:

    ...
  14. redirect a successView to a jsp in a new window????

    Hi,

    How i do to redirect a successView to a jsp in a new window????
    I mean... submit in one jsp, then in the controller redirect to another jsp in a a new window??? is that posible??

    Sorry for...
  15. Replies
    1
    Views
    622

    Exception in DispacherServlet, Why?

    Hi,

    I need help with my Spring MVC application. I have an Excepcion in DispacherServlet and i don't know why!!!
    In my SimpleFormController and JSP everything works!! but when at the end the code...
Results 1 to 15 of 15