Re: maven-openjpa-plugin ClassLoader issues?

2012-09-04 Thread andyatmiami
I wonder - are you using a Sun JDK? If so, would you be able to try using an IBM JDK? Andy -- View this message in context: http://openjpa.208410.n2.nabble.com/maven-openjpa-plugin-ClassLoader-issues-tp7580984p7581010.html Sent from the OpenJPA Users mailing list archive at Nabble.com.

Re: maven-openjpa-plugin ClassLoader issues?

2012-09-04 Thread Mark Struberg
those classes. LieGrue, strub - Original Message - > From: andyatmiami > To: users@openjpa.apache.org > Cc: > Sent: Thursday, August 30, 2012 7:46 PM > Subject: Re: maven-openjpa-plugin ClassLoader issues? > > I guess my issue is that behavior is NOT happening - the

Re: maven-openjpa-plugin ClassLoader issues?

2012-08-30 Thread andyatmiami
I guess my issue is that behavior is NOT happening - the compile classpath is NOT being added to the plugin - and I have to manually add all dependencies. Has anyone heard of this happening? -- View this message in context: http://openjpa.208410.n2.nabble.com/maven-openjpa-plugin-ClassLoader

Re: maven-openjpa-plugin ClassLoader issues?

2012-08-30 Thread Mark Struberg
rom: andyatmiami > To: users@openjpa.apache.org > Cc: > Sent: Thursday, August 30, 2012 4:40 PM > Subject: maven-openjpa-plugin ClassLoader issues? > >G reetings, > > I am using the maven-openjpa-plugin:2.2.0 from apache (NOT the mojo plugin - > not sure if that matters). &

maven-openjpa-plugin ClassLoader issues?

2012-08-30 Thread andyatmiami
nvironment/Config info below *** My Maven/JDK info is as follows: My plugin configuration is: -- View this message in context: http://openjpa.208410.n2.nabble.com/maven-openjpa-plugin-ClassLoader-issues-tp7580984.html Sent from the OpenJPA Users mailing list archive at Nabble.com.

Re: Classloader issues

2007-10-30 Thread Andreas Prudzilko
I took the guy out. Now it works. Thanks a lot, Andreas Hi, I don't really understand exactly the places where SimpleLoadTimeWeaver breaks down, but it seems to often result in split class hierarchies. What happens if you take it out, or replace it with the Tomcat-specific one? Generally-

Re: Classloader issues

2007-10-30 Thread Patrick Linskey
Hi, I don't really understand exactly the places where SimpleLoadTimeWeaver breaks down, but it seems to often result in split class hierarchies. What happens if you take it out, or replace it with the Tomcat-specific one? Generally-speaking, you should pick the LoadTimeWeaver that is the most tar

Re: Classloader issues

2007-10-30 Thread Andreas Prudzilko
Hi Patrick, yes I do:                                                                                                                                                             my persistence.xml looks like this: "http://java.sun.com/xml/ns/persistence"            

Re: Classloader issues

2007-10-30 Thread Patrick Linskey
Hi, Are you using the SimpleLoadTimeWeaver? -Patrick On Oct 30, 2007 8:52 AM, Andreas Prudzilko <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using openJPA with Spring 2.0 and Tomcat 6. The installation went > rather smoothly but one thing troubles me tho: > When I try to fetch an object from the DB

Classloader issues

2007-10-30 Thread Andreas Prudzilko
Hi, I'm using openJPA with Spring 2.0 and Tomcat 6. The installation went rather smoothly but one thing troubles me tho: When I try to fetch an object from the DB I get this (seems like a classloader issue in log4j, but it appeared first since I started to use openJPA) So maybe someone had