I have a case where I need to do a non-blocking call within a flow. I have EndpointA wired to ChannelC as its output-channel and EndpointB wired to ChannelC as its input-channel. I need the...
Type: Posts; User: ddo; Keyword(s):
I have a case where I need to do a non-blocking call within a flow. I have EndpointA wired to ChannelC as its output-channel and EndpointB wired to ChannelC as its input-channel. I need the...
Anybody have any information on this topic?
Today I upgraded from 2.0.1 to 2.0.5. I noticed what I am not sure is a bug or a feature that I need to adjust my outbound http gateway component configuration for.
I have a handler connected to...
Mark,
Thanks for the reply and considering this as a feature. I created a feature request in JIRA. I will use the workaround you suggested in the meantime.
Hello Artem.
I tried putting the new element as a child of an xsd:all and xsd:sequence and still validation errors. Back to my original two questions; any information on those?
As for your...
I am working on an enhancement and have a couple of questions:
1. Is there any documentation on the development environment usage? Specifically, I'd like to just build and/or run unit tests of one...
Thanks Mark. My linux boxes are packed up in prep for an apartment move, or I'd do this change in that environment.
I've attached the unit test output enhanced by not swallowing the exception....
@Oleg.
Ok. I won't be able to resume work on this until Friday due to deployment/upgrade/migration duties here at the day job. Maybe the Win7 test problem will be resolved by then.
In a...
ok. cool. thanks!
i'll submit the first change which requires modifying the integration-ws xsd to get that process started, and make progress in the meantime.
the test-report file couldn't be attached. the attachment/upload util said the file is invalid. Pasting the stack trace in-line:
testReadCrLfTimeout Failure java.lang.AssertionError: Unexpected IO...
Ok. I ran a few more times with -S as a cmd line option. The test failed in the old spring-integration-ip:test spot at 85 tests. I've attached the xml test-report of the test that failed. Truncated...
Hi Gary,
For several runs it was hanging in the same spot as my original post. Unfortunately, our shop uses Windoze. I'm using Cygwin on top of Windows 7 (64-bit) Professional. After my original...
Hi,
Perhaps this isn't the right place for this post. If so, please let me know the proper forum's location.
I need to add the uri-variable feature to the WSOutboundGateway(s) to support one of...
The reason I found no documentation is that SSL works with the out-of-the box gateway components. For anyone who had similar questions, the answer is to configure your key|trust store according to...
I apologize in advance if the following questions are answered in the documentation somewhere. I've searched the docs for SI, Spring-REST and Spring-WS to no avail.
I need to create SSL...
Found a reference to a bug report where the outbound http gateway was overwriting the header mapper's values. Upgraded to SI 2.0.1.RELEASE and it solved my problem.
Cheers!
Hi,
I implemented a HeaderMapper that subclasses DefaultHttpHeaderMapper. (Impl below). In mine I set the Content-Type to text/html. We have a partner who rejects the default encoding of...
Thanks for the follow-up Oleg.
And what about getting the request parameters either on a GET or a POST?
Thanks.
Hi,
We have an inbound http gateway that will receive xml/http. How do we get the headers and the body. We have a client that sends us some pretty goofy xml that we can't dictate they not send. ...
Thanks Oleg.
This helped me figure out that it was a configuration setting on my external system simulator, that uses spring integration also, that needed to be tweaked.
Cheers!
Hi,
I have an http:inbound-gateway component configured. I need its behavior to be that as specified when the HttpRequestHandlingMessagingGateway, (and HttpRequestHandlingController), has...
My previous message was unclear. Let me try to clarify.
In 1.0.4, the response that was sent back to my replyChannel's configured handler included the body of the remote server's http response. It...
I upgraded from SI 1.0.4 to 2.0RC1. In upgrading my outbound http gateway I have discovered that it isn't working properly the way it did in 1.0.4.
I send the output of the http gateway to a...
Thanks for pointing me to the information on this Pierre. I'll read through the javadoc for the out-of-the-box transformers provided by Spring Intg. before further posts on this topic.
Is there a configuration setting I am missing. For my outbound flows, I transform a Java object to xml. I'm using Spring OXM to do the marshalling. The call to marshal(...) puts the result in a...