From open-jpa-dev-return-3295-apmail-incubator-open-jpa-dev-archive=incubator.apache.org@incubator.apache.org Mon Apr 09 16:59:24 2007 Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 67463 invoked from network); 9 Apr 2007 16:59:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Apr 2007 16:59:23 -0000 Received: (qmail 71976 invoked by uid 500); 9 Apr 2007 16:59:29 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 71948 invoked by uid 500); 9 Apr 2007 16:59:29 -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 71939 invoked by uid 99); 9 Apr 2007 16:59:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Apr 2007 09:59:29 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of plinskey@bea.com designates 66.248.192.39 as permitted sender) Received: from [66.248.192.39] (HELO repmmg02.bea.com) (66.248.192.39) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Apr 2007 09:59:20 -0700 Received: from repmmr01.bea.com (repmmr01.bea.com [10.160.29.71]) by repmmg02.bea.com (Switch-3.2.5/Switch-3.2.5) with ESMTP id l39GwwiR002503 for ; Mon, 9 Apr 2007 09:58:58 -0700 Received: from repbex02.amer.bea.com (repbex02.bea.com [10.160.26.99]) by repmmr01.bea.com (Switch-3.2.5/Switch-3.2.5) with ESMTP id l39GwvCG031424 for ; Mon, 9 Apr 2007 09:58:57 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: RE: Compiling (build all) in eclipse Date: Mon, 9 Apr 2007 09:58:37 -0700 Message-ID: <7D856CDFE035FF45A0420ACBD71BDD6303D1F875@repbex02.amer.bea.com> In-Reply-To: <011601c77ac7$12976220$6601a8c0@tyan2400> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Compiling (build all) in eclipse Thread-Index: Acd6VUSjKSizxEvpSU+wazwvSZTWMwAcKniwAAAvp4AAADqBMA== References: <7D856CDFE035FF45A0420ACBD71BDD6303D1F845@repbex02.amer.bea.com> <011601c77ac7$12976220$6601a8c0@tyan2400> From: "Patrick Linskey" To: x-BEA-PMX-Instructions: AV x-BEA-MM: Internal-To-External X-Virus-Checked: Checked by ClamAV on apache.org Hmm. It sounds like maybe the Persistable class hasn't been enhanced. It's a surprising error, but it looks like OpenJPA hasn't really gotten into the loop at this point, which would explain why you're not seeing anything more informative. Could this explain the situation? -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: Phill Moran [mailto:pjmoran@rogers.com] > Sent: Monday, April 09, 2007 9:50 AM > To: open-jpa-dev@incubator.apache.org > Subject: Compiling (build all) in eclipse > > Troubles continue.... Any suggestions for this problem in eclipse??? > > org.springframework.beans.factory.BeanCreationException: > Error creating bean > with name 'personFactory' defined in file > [C:\BidSpec\emall\development\emall\target\classes\application > Context.xml]: > Initialization of bean failed; nested exception is > java.lang.NoSuchMethodError: > ca.BidSpec.emall.persistence.Persistable.pcGetManagedFieldCount()I > Caused by: java.lang.NoSuchMethodError: > ca.BidSpec.emall.persistence.Persistable.pcGetManagedFieldCount()I > at ca.BidSpec.emall.stores.Store.(Store.java) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:169) > at $Proxy26.(Unknown Source) > at > sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeCo > nstructorAccessorI > mpl.java:39) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Dele > gatingConstructorA > ccessorImpl.java:27) > at > java.lang.reflect.Constructor.newInstance(Constructor.java:513) > at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:588) > at > org.springframework.aop.framework.JdkDynamicAopProxy.getProxy( > JdkDynamicAopProxy > .java:115) > at > org.springframework.aop.framework.ProxyFactory.getProxy(ProxyF > actory.java:110) > at > org.springframework.aop.framework.autoproxy.AbstractAutoProxyC > reator.createProxy > (AbstractAutoProxyCreator.java:401) > at > org.springframework.aop.framework.autoproxy.AbstractAutoProxyC > reator.postProcess > AfterInitialization(AbstractAutoProxyCreator.java:279) > at > org.springframework.beans.factory.support.AbstractAutowireCapa > bleBeanFactory.app > lyBeanPostProcessorsAfterInitialization(AbstractAutowireCapabl > eBeanFactory.java: > 318) > at > org.springframework.beans.factory.support.AbstractAutowireCapa > bleBeanFactory.ini > tializeBean(AbstractAutowireCapableBeanFactory.java:1119) > at > org.springframework.beans.factory.support.AbstractAutowireCapa > bleBeanFactory.cre > ateBean(AbstractAutowireCapableBeanFactory.java:431) > at > org.springframework.beans.factory.support.AbstractBeanFactory$ > 1.getObject(Abstra > ctBeanFactory.java:254) > at > org.springframework.beans.factory.support.DefaultSingletonBean > Registry.getSingle > ton(DefaultSingletonBeanRegistry.java:144) > at > org.springframework.beans.factory.support.AbstractBeanFactory. > getBean(AbstractBe > anFactory.java:251) > at > org.springframework.beans.factory.support.AbstractBeanFactory. > getBean(AbstractBe > anFactory.java:163) > at > org.springframework.beans.factory.support.AbstractAutowireCapa > bleBeanFactory.aut > owireByName(AbstractAutowireCapableBeanFactory.java:862) > at > org.springframework.beans.factory.support.AbstractAutowireCapa > bleBeanFactory.pop > ulateBean(AbstractAutowireCapableBeanFactory.java:810) > at > org.springframework.beans.factory.support.AbstractAutowireCapa > bleBeanFactory.aut > owireBeanProperties(AbstractAutowireCapableBeanFactory.java:273) > at > org.springframework.test.AbstractDependencyInjectionSpringCont > extTests.injectDep > endencies(AbstractDependencyInjectionSpringContextTests.java:179) > at > org.springframework.test.AbstractDependencyInjectionSpringCont > extTests.prepareTe > stInstance(AbstractDependencyInjectionSpringContextTests.java:158) > at > org.springframework.test.AbstractSingleSpringContextTests.setU > p(AbstractSingleSp > ringContextTests.java:88) > at junit.framework.TestCase.runBare(TestCase.java:132) > at > org.springframework.test.ConditionalTestCase.runBare(Condition > alTestCase.java:69 > ) > at > org.springframework.test.annotation.AbstractAnnotationAwareTra > nsactionalTests.ac > cess$001(AbstractAnnotationAwareTransactionalTests.java:47) > at > org.springframework.test.annotation.AbstractAnnotationAwareTra > nsactionalTests$1. > run(AbstractAnnotationAwareTransactionalTests.java:115) > at > org.springframework.test.annotation.AbstractAnnotationAwareTra > nsactionalTests.ru > nTest(AbstractAnnotationAwareTransactionalTests.java:180) > at > org.springframework.test.annotation.AbstractAnnotationAwareTra > nsactionalTests.ru > nTestTimed(AbstractAnnotationAwareTransactionalTests.java:153) > at > org.springframework.test.annotation.AbstractAnnotationAwareTra > nsactionalTests.ru > nBare(AbstractAnnotationAwareTransactionalTests.java:111) > at > org.springframework.test.jpa.AbstractJpaTests.runBare(Abstract > JpaTests.java:159) > at > org.springframework.test.jpa.AbstractJpaTests.runBare(Abstract > JpaTests.java:239) > at junit.framework.TestResult$1.protect(TestResult.java:110) > at junit.framework.TestResult.runProtected(TestResult.java:128) > at junit.framework.TestResult.run(TestResult.java:113) > at junit.framework.TestCase.run(TestCase.java:124) > at junit.framework.TestSuite.runTest(TestSuite.java:232) > at junit.framework.TestSuite.run(TestSuite.java:227) > at > org.junit.internal.runners.OldTestClassRunner.run(OldTestClass > Runner.java:35) > at > org.junit.internal.runners.CompositeRunner.run(CompositeRunner > .java:29) > at > org.junit.internal.runners.TestClassRunner$1.runUnprotected(Te > stClassRunner.java > :42) > at > org.junit.internal.runners.BeforeAndAfterRunner.runProtected(B > eforeAndAfterRunne > r.java:34) > at > org.junit.internal.runners.TestClassRunner.run(TestClassRunner > .java:52) > at > org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run > (JUnit4TestReferen > ce.java:38) > at > org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestEx > ecution.java:38) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTest > s(RemoteTestRunner > .java:460) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTest > s(RemoteTestRunner > .java:673) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(Rem > oteTestRunner.java > :386) > at > org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(Re > moteTestRunner.jav > a:196) > > > > 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.