[
https://issues.apache.org/jira/browse/CXF-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549183
]
Daniel Kulp commented on CXF-1266:
----------------------------------
This seems to be a bug in JAXB. We just send the XML into the context.marshal
passing in the TestBean1[] class object. It's giving an array back with a
default object as the first object. Not much we can do about it. Maybe log
a bug with them?
> Nil value for nillable array element is default-constructed
> -----------------------------------------------------------
>
> Key: CXF-1266
> URL: https://issues.apache.org/jira/browse/CXF-1266
> Project: CXF
> Issue Type: Bug
> Components: JAXB Databinding
> Affects Versions: 2.1
> Reporter: Benson Margulies
> Assignee: Daniel Kulp
> Attachments: ii.xml
>
>
> My javascript code generates the (about to be) attached XML message for the
> beanFunction operation of org.apache.cxf.javascript.fortest.SimpleDocLitBare.
> The service receives a default-constructed object instead of a null pointer
> for the slot corresponding to the xsi:nil.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.