You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Olivier Roger (JIRA)" <ji...@apache.org> on 2010/12/10 15:33:01 UTC

[jira] Created: (SMX4NMR-239) NMR adds null header in Camel Exchange ?

NMR adds null header in Camel Exchange ?
----------------------------------------

                 Key: SMX4NMR-239
                 URL: https://issues.apache.org/jira/browse/SMX4NMR-239
             Project: ServiceMix NMR
          Issue Type: Bug
         Environment: camel nmr servicemix
            Reporter: Olivier Roger
            Priority: Minor


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.


[jira] Updated: (SMX4-708) NMR adds null header in Camel Exchange ?

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMX4-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang updated SMX4-708:
------------------------------

    Component/s: camel-nmr

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


[jira] Commented: (SMX4NMR-239) NMR adds null header in Camel Exchange ?

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4NMR-239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970182#action_12970182 ] 

Claus Ibsen commented on SMX4NMR-239:
-------------------------------------

The WARN logging has been fixed in camel-core. However the header should most likely not be set if the value is null in the servicemix-nmr component.

> NMR adds null header in Camel Exchange ?
> ----------------------------------------
>
>                 Key: SMX4NMR-239
>                 URL: https://issues.apache.org/jira/browse/SMX4NMR-239
>             Project: ServiceMix NMR
>          Issue Type: Bug
>         Environment: camel nmr servicemix
>            Reporter: Olivier Roger
>            Priority: Minor
>
> 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.


[jira] Resolved: (SMX4-708) NMR adds null header in Camel Exchange ?

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Assigned: (SMX4NMR-239) NMR adds null header in Camel Exchange ?

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMX4NMR-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang reassigned SMX4NMR-239:
------------------------------------

    Assignee: Willem Jiang

> NMR adds null header in Camel Exchange ?
> ----------------------------------------
>
>                 Key: SMX4NMR-239
>                 URL: https://issues.apache.org/jira/browse/SMX4NMR-239
>             Project: ServiceMix NMR
>          Issue Type: Bug
>         Environment: camel nmr servicemix
>            Reporter: Olivier Roger
>            Assignee: Willem Jiang
>            Priority: Minor
>
> 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.


[jira] Commented: (SMX4-708) NMR adds null header in Camel Exchange ?

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971578#action_12971578 ] 

Willem Jiang commented on SMX4-708:
-----------------------------------

Moved  SMX4NMR-239 to SMX4-708, as this issue is related to camel-nmr component.


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


[jira] Moved: (SMX4-708) NMR adds null header in Camel Exchange ?

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMX4-708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang moved SMX4NMR-239 to SMX4-708:
-------------------------------------------

        Key: SMX4-708  (was: SMX4NMR-239)
    Project: ServiceMix 4  (was: ServiceMix NMR)

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