[ 
https://issues.apache.org/jira/browse/SMX4-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Willem Jiang resolved SMX4-708.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 4.3.0

> NMR adds null header in Camel Exchange ?
> ----------------------------------------
>
>                 Key: SMX4-708
>                 URL: https://issues.apache.org/jira/browse/SMX4-708
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: camel-nmr
>         Environment: camel nmr servicemix
>            Reporter: Olivier Roger
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 4.3.0
>
>
> I get this error in the log when I try to serialize my Camel Exchanges with 
> the DefaultExchangeHandler:
> {quote}
> DefaultExchangeHolder            | camel.impl.DefaultExchangeHolder  210 | 69 
> - org.apache.camel.camel-core - 2.4.0.fuse-00-00 | in headers containing 
> object: null with key: CamelAuthentication cannot be serialized, it will be 
> excluded by the holder.
> {quote}
> The CamelAuthentication header appears when message is passing through the NMR
> If null, CamelAuthentication should not be set in the headers. Also this 
> should be logged as WARN.
> Here is the route:
> {code}
>         <route>
>             <from uri="Order" />
>             <transacted />
>         <to uri="nmr:bsb:documentorder" />
>         </route>
>         <route>
>             <from uri="nmr:bsb:documentorder" />
>             <to uri="..." />
>         </route> 
> {code}
> See more details on 
> [http://camel.465427.n5.nabble.com/Serialization-CamelAuthentication-is-null-td3290948.html]

-- 
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