Re: JPA Testsuite Error in Console

2007-03-28 Thread Lasantha Ranaweera
Kevan Miller wrote: Hi Lasantha, Yes, it's expected. I planned on sending a note to dev, but forgot... Now that we've enabled the jpa javaagent (see http://svn.apache.org/viewvc?view=revrevision=517581) in the server, you'll see these warning messages. (this has nothing to do with

Re: JPA Testsuite Error in Console

2007-03-28 Thread Kevan Miller
On Mar 28, 2007, at 8:18 AM, Lasantha Ranaweera wrote: Kevan Miller wrote: Hi Lasantha, Yes, it's expected. I planned on sending a note to dev, but forgot... Now that we've enabled the jpa javaagent (see http:// svn.apache.org/viewvc?view=revrevision=517581) in the server, you'll see

Re: JPA Testsuite Error in Console

2007-03-18 Thread Lasantha Ranaweera
Something I missed in my previous mail. Looks like test method in the JPATest class is failing in the middle (simply speaking it doesn't call the service method of TestServlet). Any ideas Thanks, Lasantha Kevan Miller wrote: On Mar 15, 2007, at 2:34 AM, Lasantha Ranaweera wrote: Hi,

Re: JPA Testsuite Error in Console

2007-03-15 Thread Andrus Adamchik
It seems related to the recent Surefire plugin update. You'll have to hardcode the surefire plugin version to say 2.2: http://objectstyle.org/cayenne/lists/cayenne-devel/2007/03/0068.html Andrus On Mar 15, 2007, at 8:34 AM, Lasantha Ranaweera wrote: Hi, I just tried to run the JPA

Re: JPA Testsuite Error in Console

2007-03-15 Thread Jacek Laskowski
On 3/15/07, Andrus Adamchik [EMAIL PROTECTED] wrote: It seems related to the recent Surefire plugin update. You'll have to hardcode the surefire plugin version to say 2.2: http://objectstyle.org/cayenne/lists/cayenne-devel/2007/03/0068.html Hehe...it seems that OpenJPA (based on Cayenne's

Re: JPA Testsuite Error in Console

2007-03-15 Thread Kevan Miller
On Mar 15, 2007, at 2:34 AM, Lasantha Ranaweera wrote: Hi, I just tried to run the JPA testsuite after starting the server using java -javaagent:bin/jpa.jar -jar bin/server.jar command and noticed the following error in the console. It doesn't fail the test suite anyway. Is it

Re: JPA Testsuite Error in Console

2007-03-15 Thread Lasantha Ranaweera
Jacek Laskowski wrote: On 3/15/07, Andrus Adamchik [EMAIL PROTECTED] wrote: It seems related to the recent Surefire plugin update. You'll have to hardcode the surefire plugin version to say 2.2: http://objectstyle.org/cayenne/lists/cayenne-devel/2007/03/0068.html Hehe...it seems that OpenJPA

Re: JPA Testsuite Error in Console

2007-03-15 Thread Lasantha Ranaweera
Kevan Miller wrote: On Mar 15, 2007, at 2:34 AM, Lasantha Ranaweera wrote: Hi, I just tried to run the JPA testsuite after starting the server using java -javaagent:bin/jpa.jar -jar bin/server.jar command and noticed the following error in the console. It doesn't fail the test suite

JPA Testsuite Error in Console

2007-03-14 Thread Lasantha Ranaweera
Hi, I just tried to run the JPA testsuite after starting the server using java -javaagent:bin/jpa.jar -jar bin/server.jar command and noticed the following error in the console. It doesn't fail the test suite anyway. Is it relating to some other known bug or not? Insight would be greatly