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...
Type: Posts; User: Curro; Keyword(s):
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...
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...
Great! That's exactly what I was thinking.... done and working fine.
Thanks.
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...
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:
...
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...
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...
Done! stufff removed!
Summarizing we've:
<int-http:inbound-gateway
request-channel="requestChannel"
name="/req"
supported-methods="GET"
Done! (and thanks for the useful info) but the bug is still there
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...
Hi,
I've a SI project with the following composition:
<int-http:inbound-gateway
request-channel="requestChannel"
name="/req"
supported-methods="GET"
Easy!
Thanks Gary, it's working fine right now.
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:
...
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...
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...