Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 35695 invoked from network); 26 Nov 2008 10:39:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Nov 2008 10:39:15 -0000 Received: (qmail 32037 invoked by uid 500); 26 Nov 2008 10:39:19 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 31986 invoked by uid 500); 26 Nov 2008 10:39:18 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 31970 invoked by uid 99); 26 Nov 2008 10:39:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 02:39:18 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2008 10:37:58 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9BC03234C2A6 for ; Wed, 26 Nov 2008 02:38:44 -0800 (PST) Message-ID: <1206200690.1227695924636.JavaMail.jira@brutus> Date: Wed, 26 Nov 2008 02:38:44 -0800 (PST) From: "Vikram Bhatia (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Updated: (OPENJPA-788) Error finding entity class while parsing orm.xml. In-Reply-To: <1832518976.1227695806250.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikram Bhatia updated OPENJPA-788: ---------------------------------- Attachment: client.jar Junit Testcase with main class com.openjpa.simpletest.TestMain. > 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 > > > 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.