[ 
https://issues.apache.org/jira/browse/CXF-3475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13026028#comment-13026028
 ] 

Sergey Beryozkin commented on CXF-3475:
---------------------------------------

<property name="inTransformElements" >
<map>
<entry key="book" value="{http://books}book"; />
<entry key="name" value="{http://names}name"; />
</map>
</property>

see the docs please, key is the incoming element, value is how it should be 
transformed



> JSONProvider not able to unmarshall JSON string without namespaces
> ------------------------------------------------------------------
>
>                 Key: CXF-3475
>                 URL: https://issues.apache.org/jira/browse/CXF-3475
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS, JAXB Databinding
>    Affects Versions: 2.4
>            Reporter: Praveer Gupta
>            Assignee: Sergey Beryozkin
>
> If a JSON String is generated by org.apache.cxf.jaxrs.provider.JSONProvider 
> using the attributes ignoreNamespaces and attributesToElements as true, the 
> JSONProvider is not able to unmarshall the same JSON string back to the Java 
> object from which it was generated. 

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

Reply via email to