Return-Path: Delivered-To: apmail-openjpa-users-archive@minotaur.apache.org Received: (qmail 31740 invoked from network); 11 Mar 2010 14:36:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Mar 2010 14:36:33 -0000 Received: (qmail 65327 invoked by uid 500); 11 Mar 2010 14:35:59 -0000 Delivered-To: apmail-openjpa-users-archive@openjpa.apache.org Received: (qmail 65279 invoked by uid 500); 11 Mar 2010 14:35:58 -0000 Mailing-List: contact users-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@openjpa.apache.org Delivered-To: mailing list users@openjpa.apache.org Received: (qmail 65270 invoked by uid 99); 11 Mar 2010 14:35:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Mar 2010 14:35:58 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [76.13.13.44] (HELO smtp105.prem.mail.ac4.yahoo.com) (76.13.13.44) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 11 Mar 2010 14:35:52 +0000 Received: (qmail 53471 invoked from network); 11 Mar 2010 14:35:31 -0000 Received: from bi01p1.nc.us.ibm.com (dwoods@129.33.49.251 with plain) by smtp105.prem.mail.ac4.yahoo.com with SMTP; 11 Mar 2010 06:35:31 -0800 PST X-Yahoo-SMTP: sCI.ryiswBB7FW.DxjU523c87MI- X-YMail-OSG: ki1.BdwVM1mRMt2nWI5ayHknCsSFLcI3cFh4R73dBzSYOJCP9Gx7TbrgUDBYu1psqhkW5nAwLyClS5JNHIh1s7bAtuvI5SDLNXGc.q5z573oFIq_BWenk.7TNEyiXK1z0FlPzR1u6udIP7GFjsvJ8OUC3ivEINVVjMAqEjGdf5kcUBNwnaOugdkhwhjuSkXmR3xulQEA9Dqkik.pidKa_Wt4fJh.cd4EM2xXgxIl5DlaFNdne5wQT42rD85W7sxJkkvuIWSwTWWgRyc6ZYiKAQCs6OUqBhxcIHFVKYMYhgivskEQMZhasqMbOSlZNHl_uSA- X-Yahoo-Newman-Property: ymail-3 Message-ID: <4B98FFB3.2010006@apache.org> Date: Thu, 11 Mar 2010 09:35:31 -0500 From: Donald Woods User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.8) Gecko/20100227 Lightning/1.0b1 Thunderbird/3.0.3 MIME-Version: 1.0 To: users@openjpa.apache.org Subject: Re: Open jpa 2.0 and maven build References: <686116987-1268169233-cardhu_decombobulator_blackberry.rim.net-1157230701-@bda662.bisx.prod.on.blackberry> <1268250382144-4711801.post@n2.nabble.com> <1268250908837-4711848.post@n2.nabble.com> <1268252907125-4712078.post@n2.nabble.com> <1268280792284-4713966.post@n2.nabble.com> In-Reply-To: <1268280792284-4713966.post@n2.nabble.com> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Can you remove the java.net repo from your POM and see if that helps? I've had to exclude that from several projects as they have some bad artifacts out there that cause build problems. Also, what does your persistence.xml look like? Which schema version are you using and what properties are set? -Donald On 3/10/10 11:13 PM, Pmoran wrote: > > Thanks for all your help guys > Those POM errors were due to transcription/editing for the post so no change > is required as what you recommend is the way it really is. I did a few > others debug runs though, here is what I did and got back: > Deleted all copies of openjpa-1.2.1 in .m2 repo > deleted target directory > mvn build -> no errors and no openjpa-1.2.1 in repo > mvn test -> got error but no openjpa-1.2.1 in repo <- odd result this > > the project is still being seen as jpa 1.0 as the trace reports > "openjpa.Runtime - Not creating a ValidatorImpl because this app is using > the JPA 1.0 Spec". I also set NONE so I > have no idea where is this error coming from or why. > > It also complains about no load-time weaver which I should not need as I do > build time enhancing. > > I have attached the trace file. http://n2.nabble.com/file/n4713966/out.txt > out.txt > > - dazzed and confused