Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 34043 invoked from network); 3 Apr 2007 19:33:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2007 19:33:47 -0000 Received: (qmail 22735 invoked by uid 500); 3 Apr 2007 19:33:54 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 22604 invoked by uid 500); 3 Apr 2007 19:33:54 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 22595 invoked by uid 99); 3 Apr 2007 19:33:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2007 12:33:54 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2007 12:33:46 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HYokv-0006Zp-PJ for open-jpa-dev@incubator.apache.org; Tue, 03 Apr 2007 12:33:25 -0700 Message-ID: <9824627.post@talk.nabble.com> Date: Tue, 3 Apr 2007 12:33:25 -0700 (PDT) From: yangdq To: open-jpa-dev@incubator.apache.org Subject: RE: Errors with 0.9.7 and Spring In-Reply-To: <5C219175D559A64D8C2CC65E41D36856F06D66@repbex01.amer.bea.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: dingqiang_yang@yahoo.com References: <9797195.post@talk.nabble.com> <7D856CDFE035FF45A0420ACBD71BDD6303BDC73C@repbex02.amer.bea.com> <5C219175D559A64D8C2CC65E41D36856F06D66@repbex01.amer.bea.com> X-Virus-Checked: Checked by ClamAV on apache.org We happened to use Spring 2.0.2. Could the version be the reason? Thanks. Pinaki Poddar wrote: > > > Spring 2.0.3 can load openjpa provider runtime via > org.springframework.orm.jpa.LocalEntityManagerFactoryBean with latest > openjpa-0.9.7. > > Please post stack trace and spring/jpa configuration for further > investigation. > > > > Pinaki Poddar > BEA Systems > 415.402.7317 > > > -----Original Message----- > From: Patrick Linskey [mailto:plinskey@bea.com] > Sent: Monday, April 02, 2007 3:23 PM > To: open-jpa-dev@incubator.apache.org > Subject: RE: Errors with 0.9.7 > >> I checked the 0.9.7 openjpa.jar and found ProxyArrayList, >> ProxyHashSet, ProxyHashMap are all missing. Is this a problem with >> 0.9.7 build? > > Not as such -- those classes are no longer part of the OpenJPA > distribution. OpenJPA now does collection and map proxying through > different means. > > Can you post the full stack trace? It sounds like we need to coordinate > with the Spring guys on this dependency. > > -Patrick > > -- > Patrick Linskey > BEA Systems, Inc. > > _______________________________________________________________________ > Notice: This email message, together with any attachments, may contain > information of BEA Systems, Inc., its subsidiaries and affiliated > entities, that may be confidential, proprietary, copyrighted and/or > legally privileged, and is intended solely for the use of the individual > or entity named in this message. If you are not the intended recipient, > and have received this message in error, please immediately return this > by email and then delete it. > >> -----Original Message----- >> From: yangdq [mailto:dingqiang_yang@yahoo.com] >> Sent: Monday, April 02, 2007 12:22 PM >> To: open-jpa-dev@incubator.apache.org >> Subject: Errors with 0.9.7 >> >> >> I downloaded the openjpa 0.9.7 nightly build to replace my current >> 0.9.6 version. After that, all my unit tests failed with the >> following exception: >> >> org.springframework.beans.factory.BeanCreationException: >> Error creating bean >> with name 'entityManagerFactory' defined in class path resource >> [spring/AbstractTransactionalSpringBase.xml]: Invocation of init >> method failed; nested exception is java.lang.NoClassDefFoundError: >> org/apache/openjpa/util/ProxyArrayList >> Caused by: java.lang.NoClassDefFoundError: >> org/apache/openjpa/util/ProxyArrayList >> >> I checked the 0.9.7 openjpa.jar and found ProxyArrayList, >> ProxyHashSet, ProxyHashMap are all missing. Is this a problem with >> 0.9.7 build? >> -- >> View this message in context: >> http://www.nabble.com/Errors-with-0.9.7-tf3507716.html#a9797195 >> Sent from the open-jpa-dev mailing list archive at Nabble.com. >> >> > > Notice: This email message, together with any attachments, may contain > information of BEA Systems, Inc., its subsidiaries and affiliated > entities, that may be confidential, proprietary, copyrighted and/or > legally privileged, and is intended solely for the use of the individual > or entity named in this message. If you are not the intended recipient, > and have received this message in error, please immediately return this > by email and then delete it. > > Notice: This email message, together with any attachments, may contain > information of BEA Systems, Inc., its subsidiaries and affiliated > entities, that may be confidential, proprietary, copyrighted and/or > legally privileged, and is intended solely for the use of the individual > or entity named in this message. If you are not the intended recipient, > and have received this message in error, please immediately return this by > email and then delete it. > > -- View this message in context: http://www.nabble.com/Errors-with-0.9.7-tf3507716.html#a9824627 Sent from the open-jpa-dev mailing list archive at Nabble.com.