Return-Path: X-Original-To: apmail-openjpa-dev-archive@www.apache.org Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B72D96CB5 for ; Fri, 3 Jun 2011 17:58:12 +0000 (UTC) Received: (qmail 52649 invoked by uid 500); 3 Jun 2011 17:58:12 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 52618 invoked by uid 500); 3 Jun 2011 17:58:12 -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 52610 invoked by uid 99); 3 Jun 2011 17:58:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2011 17:58:12 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,RFC_ABUSE_POST,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.26 is neither permitted nor denied by domain of infinity2heaven@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2011 17:58:07 +0000 Received: from jim.nabble.com ([192.168.236.80]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1QSYd1-0000Tw-1g for dev@openjpa.apache.org; Fri, 03 Jun 2011 10:57:47 -0700 Date: Fri, 3 Jun 2011 10:57:47 -0700 (PDT) From: infinity2heaven To: dev@openjpa.apache.org Message-ID: <1307123867043-6436252.post@n2.nabble.com> In-Reply-To: <1307123259478-6436221.post@n2.nabble.com> References: <14568581.post@talk.nabble.com> <14568733.post@talk.nabble.com> <1307121034510-6436083.post@n2.nabble.com> <1307123259478-6436221.post@n2.nabble.com> Subject: Re: @Externalizer in 1.0.1 does not work on persist MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I was able to run my tests (and the app) by removing BaseEntity entirely. It seems like openjpa has issues with @MappedSuperClass. I https://issues.apache.org/jira/browse/OPENJPA-2003 raised a bug on this earlier last month and this problem continues to show in different scenarios. I even copied BaseEntity into the same package as all other entities and now I get an initialization error: java.lang.NoClassDefFoundError: xxx.SomeEntity (initialization failure) at java.lang.J9VMInternals.initialize(J9VMInternals.java:140) @MappedSuperclass public class BaseEntity { } Do I raise another jira bug? -- View this message in context: http://openjpa.208410.n2.nabble.com/Externalizer-in-1-0-1-does-not-work-on-persist-tp216632p6436252.html Sent from the OpenJPA Developers mailing list archive at Nabble.com.