You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Catalina Wei (JIRA)" <ji...@apache.org> on 2009/01/26 20:57:59 UTC

[jira] Resolved: (OPENJPA-834) State field mapped to XML column has incorrect value when loaded from database

     [ https://issues.apache.org/jira/browse/OPENJPA-834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Catalina Wei resolved OPENJPA-834.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0
                   1.3.0

Updates to the manual has been provided by Milosz Tylenda and committed under following revisions:
trunk: -  r737799
1.3.x -    r737801

> 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
>             Fix For: 1.3.0, 2.0.0
>
>         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.