Search:

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

Search: Search took 0.02 seconds.

  1. Forgot to add the workaround! Modify the...

    Forgot to add the workaround!
    Modify the .classpath file as follows:
    1) move the src/test/resources in front of the src/main/resources element.
    2) Remove the 'excluding="**"' from both resource...
  2. Resource Files are not picked up on Gradle Based projects

    When STS creates a .classpath file on a Gradle project, the following entries are created (in the following order),
    <classpathentry excluding="**" kind="src" output="build/resources/main"...
  3. When generated by the Gradle plugin, should artifacts be put where Gradle does?

    Greetings.

    When the STS Gradle plugin generates artifacts (class files, resource files, etc), should they not be put in the same place and same layout as Gradle uses? And should there be "Checks"...
  4. Replies
    6
    Views
    1,873

    On later review, I realized that this should be...

    On later review, I realized that this should be "CONVERSATION_ID" for the header attribute, NOT the previous payload.headers.CONVERSATION_ID. However, due to the previous comments, that still did...
  5. Replies
    6
    Views
    1,873

    The config I am using:

    The config I am using:
    <aggregator ref="projectAggregator"
    input-channel="aggrChannel"
    correlation-strategy-expression="payload.headers.CONVERSATION_ID"
    ...
  6. Replies
    6
    Views
    1,873

    Did some debugging. It seems that the setting...

    Did some debugging.

    It seems that the setting of "correlation-strategy-expression=" is ignored, and instead "correlationId" ID is always used as the value.

    This seems to be caused by the fact...
  7. Replies
    12
    Views
    2,465

    - Message has no payload (IBM MQ Header: content...

    - Message has no payload (IBM MQ Header: content = nil) – JMS Listener throws an Exception that does NOT get passed to the errorchannel, but instead rolls the transaction back, leaving message on the...
  8. Replies
    12
    Views
    2,465

    Any ideas why not all Errors are being redirected...

    Any ideas why not all Errors are being redirected to the ErrorChannel? How do I configure an "ErrorListener"?

    -Steve
  9. Replies
    2
    Views
    1,329

    Greetings. I've been seeing this showing up on...

    Greetings.

    I've been seeing this showing up on more and more machines starting from last week as well. At first, I thought it was just an Eclipse issue on my machine, but now it's being reported...
  10. Replies
    12
    Views
    2,465

    That link seems to be SI 1.x, NOT 2.x, which is...

    That link seems to be SI 1.x, NOT 2.x, which is what I am working with. What I came up with was;
    <router input-channel="errorChannel" default-output-channel="defaultErrorChannel">
    ...
  11. Replies
    12
    Views
    2,465

    Question: How do you configure...

    Question: How do you configure ErrorMessageExceptionTypeRouter? I've not found any examples anywhere in the documentation?
    Answer: (Found this while looking for examples in Google)...
  12. Replies
    12
    Views
    2,465

    Yes, much, thanks!

    Yes, much, thanks!
  13. Replies
    12
    Views
    2,465

    Hi Mark. Thanks for the reply. JMS Adapter...

    Hi Mark.

    Thanks for the reply.

    JMS Adapter -> Transformer -> JDBC Processor (End Consumer)

    Transformer - errors here need to be consumed.
    JDBC Processor - unhandled errors here need to be...
  14. Replies
    12
    Views
    2,465

    Consuming unparseable JMS messages

    Hi Mark.

    Sorry we missed in Dallas -- that was a really nasty storm a couple of weeks ago.

    Unfortunately, until we try to Transform the Message from XML to a Jaxb object, we don't know if it's...
  15. Replies
    12
    Views
    2,465

    Consuming unparseable JMS messages - Workaround

    Transformer generates a dummy object for the invalid message, Router routes to a dummy processor. There has GOT to be a better way of handling this scenario.
  16. Replies
    12
    Views
    2,465

    Consuming unparseable JMS messages

    Greetings.

    This scenario is a little complex (sorry).

    Transaction Start
    JMS->Sends XML->SI Listener->Transformer->Router->Processor->Database
    Transaction End

    "Happy Path" is working.
  17. Replies
    0
    Views
    635

    Database Polling -- One message per row

    Greetings.

    According to http://static.springsource.org/spring-integration/reference/htmlsingle/#jdbc-inbound-channel-adapter, all rows available to a query are retrieved at once, and then...
  18. Should I need to mention that ...

    Should I need to mention that <int:annotation-config/> does NOT create the channel, even though this is implied in...
  19. I just realized that I could have been a little...

    I just realized that I could have been a little bit clearer:
    In my project, its not always known until runtime what classes & modules are available, so is there a way to configure the channels to...
  20. Annotation Configuration of Channels for Endpoints/Services

    Greetings.

    I have an application were a variable number of Services (SI ServiceActivators) may be deployed. Which Services are deployed is determined at Runtime. (Especially as some are ONLY...
Results 1 to 20 of 20