[ 
https://issues.apache.org/jira/browse/OPENJPA-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664282#action_12664282
 ] 

Catalina Wei commented on OPENJPA-834:
--------------------------------------

Milosz,
Thanks for the patch.
Do you mind documenting the XJC plug-ins that generate the setters for 
collections in our Manual -  the  xmlmapping section ?

The issue remains open until proper documentation is in place.

Thank you for the work.

> State field mapped to XML column has incorrect value when loaded from database
> ------------------------------------------------------------------------------
>
>                 Key: OPENJPA-834
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-834
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.3.0, 2.0.0
>         Environment: Database with XML column support
>            Reporter: Milosz Tylenda
>         Attachments: OPENJPA-834.patch
>
>
> The org.apache.openjpa.persistence.xmlmapping.xmlbindings.myaddress.Address 
> is a class with JAXB annotations. It has a property street of type 
> List<String>. When an entity containing Address in its state field is loaded 
> from database, the street property is empty.
> My initial investigation led me to a conclusion that the issue is caused by a 
> proxy returned from ProxyManagerImpl.newCustomProxy(Object) which does not 
> behave correctly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to