Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Non-blocking vs. Async Processing - Is non-blocking behavior possible?

    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...
  2. Anybody have any information on this topic?

    Anybody have any information on this topic?
  3. Outbound Gateway No Longer Passing Request Message Headers to reply channel handler

    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...
  4. Replies
    5
    Views
    776

    Mark, Thanks for the reply and considering...

    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.
  5. Replies
    5
    Views
    776

    Hello Artem. I tried putting the new element...

    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...
  6. Replies
    5
    Views
    776

    Gateway Schema Validation

    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...
  7. Replies
    10
    Views
    1,225

    Thanks Mark. My linux boxes are packed up in prep...

    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....
  8. Replies
    10
    Views
    1,225

    @Oleg. Ok. I won't be able to resume work on...

    @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...
  9. Replies
    10
    Views
    1,225

    ok. cool. thanks! i'll submit the first change...

    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.
  10. Replies
    10
    Views
    1,225

    the test-report file couldn't be attached. the...

    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...
  11. Replies
    10
    Views
    1,225

    Ok. I ran a few more times with -S as a cmd line...

    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...
  12. Replies
    10
    Views
    1,225

    Hi Gary, For several runs it was hanging in...

    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...
  13. Replies
    10
    Views
    1,225

    Contributing: Unit Tests Hang

    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...
  14. The reason I found no documentation is that SSL...

    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...
  15. SSL Support - How To (for http and WS gateways)

    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...
  16. Found a reference to a bug report where the...

    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!
  17. Outbound Http Gateway: How to set Header Content-Type

    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...
  18. Thanks for the follow-up Oleg. And what about...

    Thanks for the follow-up Oleg.

    And what about getting the request parameters either on a GET or a POST?

    Thanks.
  19. How to configure Inbound Http Gateway to get multi-value-map

    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. ...
  20. Thanks Oleg. This helped me figure out that it...

    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!
  21. No means to disable expectReply on inbound http gateway

    Hi,

    I have an http:inbound-gateway component configured. I need its behavior to be that as specified when the HttpRequestHandlingMessagingGateway, (and HttpRequestHandlingController), has...
  22. Replies
    7
    Views
    1,125

    My previous message was unclear. Let me try to...

    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...
  23. Replies
    7
    Views
    1,125

    Outbound Http Gateway Issues

    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...
  24. Thanks for pointing me to the information on this...

    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.
  25. Why No javax.xml.transform.Result taken by outbound http/ws gateways?

    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...
Results 1 to 25 of 57
Page 1 of 3 1 2 3