Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. It's the combo of the jms:inbound-channel-adapter...

    It's the combo of the jms:inbound-channel-adapter and the LoggingHandler. If you remove the LoggingHandler then the code works fine as well.
    If you use the LoggingHandler and the...
  2. LoggingHandler in concert with jms:inbound-channel-adapter swallows exceptions

    It appears that the LoggingHandler in concert with jms:inbound-channel-adapter swallows exceptions.

    This thread is to provide more info for JIRA INT-1763 because I can format the output nicer.
    ...
  3. LoggingHandler in concert with "jms:inbound-channel-adapter" swallows exceptions

    It appears that the LoggingHandler in concert with jms:inbound-channel-adapter swallows exceptions.

    This thread is to provide more info for JIRA INT-1763 because I can format the output nicer.
    ...
  4. Mark, For this JIRA...

    Mark,

    For this JIRA [https://jira.springsource.org/browse/INT-1586] you added these attributes to the message-driven-channel-adapter:
    receiveTimeout
    idleConsumerLimit
    recovery-interval

    Can...
  5. Please see these JIRAs: INT-1762...

    Please see these JIRAs:

    INT-1762

    INT-1763
  6. Read JMS queue using multi-threads and also write MessageStore using JDBC batch-mode?

    Is there a way to extract messages from a JMS queue both using multiple threads AND performing writes to the Spring Integration MessageStore using JDBC "batch-mode"?

    My use-case is I need to...
  7. Replies
    75
    Views
    20,002

    Sticky: 16.1 Inbound Channel Adapter sentence wording...

    16.1 Inbound Channel Adapter section has this:

    Maybe should be this:
  8. One other thing to note. I initially found...

    One other thing to note.

    I initially found the "NULL" error because the UPDATED_DATE column was being defaulted to "NOT NULL", so the SQL would fail when attempting to insert. The additional...
  9. MessageStore SQL needs tweaks for Sybase 12.5

    I had some issues with the "org.springframework.integration.jdbc/schema-sybase.sql" file for Sybase 12.5.
    The file contains this:


    CREATE TABLE INT_MESSAGE (
    MESSAGE_ID CHAR(36) NOT NULL...
  10. Thanks for the quick response Oleg. I was...

    Thanks for the quick response Oleg.

    I was aware that you could enrich headers without using a chain - actually that's what I originally had and when I faced issues I thought perhaps wrapping it...
  11. Unable to output MessagingException when HeaderEnricher fails

    I'm creating a "chain" where I add a few headers to a message. In doing so I'm facing an issue where I can't seem to get an error to appear when the HeaderEnricher throws an exception.

    Version...
  12. Replies
    4
    Views
    1,850

    Is there a "spring-batch-*-with-dependencies.zip" for 2.0.2?

    Dave,

    Similar to the 2.0.0 release, is there a "spring-batch-*-with-dependencies.zip" for 2.0.2? Or have you done away with having dependency versions of the zip and as-such will only have...
  13. I've created a JIRA for exposing the resource...

    I've created a JIRA for exposing the resource attribute via a public getter:
    http://jira.springframework.org/browse/BATCH-290
  14. Replies
    4
    Views
    1,355

    I've opened a JIRA for the FieldSet interface......

    I've opened a JIRA for the FieldSet interface...
    http://jira.springframework.org/browse/BATCH-289
  15. Replies
    4
    Views
    1,355

    Dave, Can you also perhaps make FieldSet be an...

    Dave,

    Can you also perhaps make FieldSet be an interface rather than a class (and make the current FieldSet be "FieldSetImpl")? Since your docs say this:

    this would be more consistent with the...
  16. The code you suggest: is what I was...

    The code you suggest:


    is what I was initially trying to avoid - that being that I didn't want to explicitly have to create a type of Resource object, I wanted the container to create a suitable...
  17. Done -->...

    Done --> http://jira.springframework.org/browse/BATCH-269
  18. Yes, I discovered the ResourceEditor right after...

    Yes, I discovered the ResourceEditor right after posting this message. Is it possible to expose the SimpleFlatFileInputSource.resource property through a public getter? The...
  19. Suggested mods to the SimpleFlatFileInputSource

    In addition to allowing users to pass in a Resource to the SimpleFlatFileInputSource
    also allow users to pass in a resource location. Currently the simpleTaskletJob.xml contains this:


    ...
    ...
  20. Offer the PassThroughFieldSetMapper as part of the final 1.0 release

    I'm currently evaluating Spring Batch 1.0.m3. In that release you have a sample class org.springframework.batch.sample.mapping.PassThroughFieldSetMapper. I believe this class is very useful and...
  21. Robert and Lucas, Thanks for all the info -...

    Robert and Lucas,

    Thanks for all the info - that's very helpful. I'll start to try out your suggestions a bit tonight and will try to open that Jira ticket for the optional/required fields in the...
  22. Wishlist / Coding Examples for the following...

    I've started evaluating Spring Batch and it looks promising. I've worked on several projects that do a fair amount of file batch processing. From my experience, there are a some features that the...
  23. DependencyInjectionTestExecutionListener should support autowire by name

    I'm using the new testing classes in Spring 2.5 with Java 1.5.

    First, let me give some praise to Sam Brannen and the Spring Source team for all the rework in the testing classes - it's really well...
  24. Please post the Spring version you were working with

    Can you please post the Spring version you were working with that you posted a workaround for?
  25. Replies
    4
    Views
    51,117

    ContextConfiguration doesn't handle "classpath*:" in Spring 2.5RC2-20071109-296

    While the "classpath:" resource now appears to work, the "classpath*:" does not work, even in snapshot spring-framework-2.5-rc2-20071109-296. Unfortunately a lot of tests we have in Spring 2.0 rely...
Results 1 to 25 of 35
Page 1 of 2 1 2