You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Vikram Bhatia (JIRA)" <ji...@apache.org> on 2008/12/01 12:41:44 UTC

[jira] Updated: (OPENJPA-788) Error finding entity class while parsing orm.xml.

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

Vikram Bhatia updated OPENJPA-788:
----------------------------------

    Attachment: OPENJPA-788.patch

Proposed Solution.

> Error finding entity class while parsing orm.xml.
> -------------------------------------------------
>
>                 Key: OPENJPA-788
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-788
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: jpa
>    Affects Versions: 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.1.0, 1.2.0
>         Environment: WebLogic Server  10.0 MP1, Oracle Database
>            Reporter: Vikram Bhatia
>         Attachments: app.jar, client.jar, OPENJPA-788.patch, test-src.zip
>
>
> There is an error loading entity class while parsing object-relational mapping XML file with classloader.  It uses environment classloader instead of application classloader to load entity class when object-relational mapping XML file is parsed. 
> OPENJPA-40 has introduced a change in PersistenceMetaDataFactory and sets the classloader to envClassLoader if it is not null instead of loader passed as method input parameter and there is NPE fixed with SVN change number 447112 to use envClassLoader only if it not null. 

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