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

Marudhupandian commented on CXF-7257:
-------------------------------------

1. We have a SOAP service which returns a POJO
2. Till last line of the SOAP service we could see the data is proper in that 
POJO but at the client side, we just assign the returned POJO to a reference of 
the same type. After assigned at client side, one of the attribute data is not 
present in the received reference.
3. When we do marshalling using an xsd and return the datahandler as a service 
output, we get our desired output at client side.

And all this happens only on JRE 1.8, but it works perfect on JRE1.7 without 
any change.

Please suggest us the way forward.

> We are getting data issues with 3.1.6 
> --------------------------------------
>
>                 Key: CXF-7257
>                 URL: https://issues.apache.org/jira/browse/CXF-7257
>             Project: CXF
>          Issue Type: Bug
>          Components: Configuration, JAXB Databinding, WS-* Components
>    Affects Versions: 3.1.6
>            Reporter: Marudhupandian
>
> Hi,
> Recently we migrated our application to use apache cxf 3.1.6. We are 
> generating data through soap services. Data follows some hierarchy in POJO. 
> All functionalities working fine in java 7 whereas in Java 8 while soap 
> returning the data the pojo hierarchy is missing. We must use java 8 to run 
> the application. Please let us know, if you need structure and source code 
> reference.
> Thanks,
> Marudhu
>   



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to