Results 1 to 3 of 3

Thread: Spring Integrations stops processing

  1. #1

    Exclamation Spring Integrations stops processing

    Hi all

    i've upgraded the code from spring intergation 1.0.3 to 2.0.5. Everything looks good now, but in the middle of the data flow spring integrations stops processing the message. It's every time at the same channel. I first thought it was because i had problems with a requestMapper (see my other post). But now this problem with stopping the flow remained....

    I don't know exactly how to debug it, in order to find the problem. Which is the main class that handles the whole date flow? Any hints?

    regards
    angela

  2. #2
    Join Date
    Jan 2009
    Location
    Ukraine, Kharkov
    Posts
    646

    Default

    Hello, Angela
    Maybe some of your services return NULL?
    Now SI doesn't support null as message payload
    If I remember correctly in SI-1.0.x it was possible to send "null"

    Please, investigate your code

    Artem Bilan

  3. #3

    Default

    Hello
    I found the error. The receive-timeout of the defaultPoller was set to -1. When i changed it, the whole data flow worked.

    regards
    angela

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •