You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2011/09/17 12:05:08 UTC

[jira] [Created] (CAMEL-4460) XStreamDataFormat has NPE when marshalling route to XML

XStreamDataFormat has NPE when marshalling route to XML
-------------------------------------------------------

                 Key: CAMEL-4460
                 URL: https://issues.apache.org/jira/browse/CAMEL-4460
             Project: Camel
          Issue Type: Bug
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.9.0


You can get a NPE when marshalling a route to XML which has <xstream> in the route

Caused by: java.lang.NullPointerException
	at org.apache.camel.model.dataformat.XStreamDataFormat$ConvertersAdapter.marshal(XStreamDataFormat.java:170)
	at org.apache.camel.model.dataformat.XStreamDataFormat$ConvertersAdapter.marshal(XStreamDataFormat.java:165)
	at com.sun.xml.internal.bind.v2.runtime.reflect.AdaptedAccessor.get(AdaptedAccessor.java:61)
	... 55 more

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CAMEL-4460) XStreamDataFormat has NPE when marshalling route to XML

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

Claus Ibsen resolved CAMEL-4460.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.8.2

> XStreamDataFormat has NPE when marshalling route to XML
> -------------------------------------------------------
>
>                 Key: CAMEL-4460
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4460
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.8.2, 2.9.0
>
>
> You can get a NPE when marshalling a route to XML which has <xstream> in the route
> Caused by: java.lang.NullPointerException
> 	at org.apache.camel.model.dataformat.XStreamDataFormat$ConvertersAdapter.marshal(XStreamDataFormat.java:170)
> 	at org.apache.camel.model.dataformat.XStreamDataFormat$ConvertersAdapter.marshal(XStreamDataFormat.java:165)
> 	at com.sun.xml.internal.bind.v2.runtime.reflect.AdaptedAccessor.get(AdaptedAccessor.java:61)
> 	... 55 more

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira