Results 1 to 3 of 3

Thread: NonSerializable message header: return address

  1. #1
    Join Date
    Oct 2008
    Posts
    18

    Default NonSerializable message header: return address

    I observed the method "sendAndReceive" of class "SimpleMessagingGateway" will set the replyChannel as the return address in request message header. Then it will be a problem when the message is transported to remote address, as the return address in request message header was set as a MessageChannel, which is not a serialiable object. It will throw NonSerializable exception. I think it is a potential bug, how do you think about it?

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,840

    Default

    This is a bug, and it has been fixed as described here:
    http://jira.springframework.org/browse/INT-442

    That is available in nightly snapshots and will be available in the RC1 release which is scheduled for early next week.

    What version are you using now?

  3. #3
    Join Date
    Oct 2008
    Posts
    18

    Default

    I used M6.

Posting Permissions

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