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.2.0, 1.1.0, 1.0.3, 1.0.2, 1.0.1, 1.0.0
Environment: WebLogic Server 10.0 MP1, Oracle Database
Reporter: Vikram Bhatia
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.