java.lang.ClassNotFoundException

2007-05-01 Thread Philippe Alexis
Hello Everyone, Here's what I'm getting when I follow the 5min quick start guide strictly, under both Eclipse 3.1.1 and 3.2, and under Ant on Cygwin: = Buildfile: D:\Programming\Java\openjpa-

Re: java.lang.ClassNotFoundException

2007-05-01 Thread Patrick Linskey
Hi, [java] FATAL ERROR in native method: processing of -javaagent failed [java] at sun.instrument.InstrumentationImpl.loadClassAndCallPremain( InstrumentationImpl.java:165) [java] Exception in thread main It looks like the root cause of the error is being consumed by ant. Do

Sun Toasts Apache

2007-05-01 Thread Craig Russell
Hey, This looks like it will be lots of fun. For those of you in Amsterdam, I hope to see you there. Craig Sun Toasts Apache Please joins us for drinks and snacks on Thursday, May 3rd, 19:00-23:00 @ The Lloyd Hotel and Cultural Embassy (platform 3 / 3rd floor), Oostelijke Handelskade,

Re: How to debug object retrieveal in JPA?

2007-05-01 Thread Abe White
Actually I am doing the clear, once I got rid of it the exception disappeared. SO IMHO no bug No, you're clearing a list. Craig is referring to the pcClearFields call. Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its

Re: OpenJPA is an Implementation of the Java(TM) Persistence API

2007-05-01 Thread robert burrell donkin
On 4/30/07, Patrick Linskey [EMAIL PROTECTED] wrote: Hi, I'm happy to announce that OpenJPA 0.9.7 passes the JPA TCK! I'd like to thank Marc Prud'hommeaux in particular, who made this happen in all aspects: he worked with Sun to get access to the TCK, set up the infrastructure to be able to run

[jira] Created: (OPENJPA-232) concat function in EJB QL doesn't nest

2007-05-01 Thread Dan Everton (JIRA)
concat function in EJB QL doesn't nest -- Key: OPENJPA-232 URL: https://issues.apache.org/jira/browse/OPENJPA-232 Project: OpenJPA Issue Type: Bug Components: jpa Affects Versions: 0.9.7

[jira] Updated: (OPENJPA-51) bad sql pushdown, sub select is missing from clause

2007-05-01 Thread Catalina Wei (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Catalina Wei updated OPENJPA-51: Attachment: openjpa-51.patch Abe, Could you please verify and comment on the patch I am providing

NoClassDefFoundError: serp.util.Strings

2007-05-01 Thread Majeed Arni
I am getting this error even when serp-1.11.0.jar is in the path. Does this depend on other jars? I am trying to run the OpenJPA in J2EE Applcation Client on Rational Software Architect 7 using DB2 as database. Thanks for help. -- View this message in context:

RE: NoClassDefFoundError: serp.util.Strings

2007-05-01 Thread Phill Moran
I believe you need all the jars in the lib directory. If you are using Maven it gets downloaded automatically -Original Message- From: Majeed Arni [mailto:[EMAIL PROTECTED] Sent: May 1, 2007 11:09 PM To: open-jpa-dev@incubator.apache.org Subject: NoClassDefFoundError: serp.util.Strings

java.util.MissingResourceException: org.apache.openjpa.persistence.PersistenceProductDerivation:java.io.IOException

2007-05-01 Thread Philippe Alexis
Hello Everyone, Here's what I'm getting when I follow the 5min quick start guide strictly, under both Eclipse 3.1.1 and 3.2, and under Ant on Cygwin, using jdk1.5.0_11-b03: = Buildfile: D:\Programming\Java\openjpa-