[switchyard-issues] [JBoss JIRA] (SWITCHYARD-645) message tracing corrupts stream-based messages

Keith Babo (JIRA) jira-events at lists.jboss.org
Mon Feb 13 09:12:02 EST 2012


Keith Babo created SWITCHYARD-645:
-------------------------------------

             Summary: message tracing corrupts stream-based messages
                 Key: SWITCHYARD-645
                 URL: https://issues.jboss.org/browse/SWITCHYARD-645
             Project: SwitchYard
          Issue Type: Bug
          Components: core
    Affects Versions: 0.3
            Reporter: Keith Babo
             Fix For: 0.4


The message trace handler converts message content to a String so that it can be displayed in log output.  This is a problem for stream-based messages, since the stream is emptied during the conversion and the resulting message payload is empty for the end recipient.  Add logic which detects whether the input is stream-based, and if so, put content back into the message after it's converted to string. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the switchyard-issues mailing list