XmppBinding will add non-serializeable header values to the outgoing xmpp 
message
---------------------------------------------------------------------------------

                 Key: CAMEL-1931
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1931
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-xmpp
    Affects Versions: 2.0.0
            Reporter: Stan Lewis
            Priority: Minor
             Fix For: 2.1.0


I started using velocity in my project which seems to add some headers to the 
message exchange, the values of which are apparently not serialize-able.  As a 
result when a message in my route gets to the camel-xmpp component it fails in 
XmppBinding with an IllegalArgumentException as the binding tries to add the 
bad header.  This patch that by not inserting any headers into the xmpp message 
that don't have serialize-able values.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to