Re: strange JPA Enhance stack

2009-05-20 Thread Donald Woods
Which Linux platform and level of OpenJDK 6 are you using? Are you using Fedora 10 and the OpenJDK it provides...? Are you running x86 or x86_64 Linux? -Donald Marc Logemann wrote: Hi, today we installed our Continous build system (TeamCity) and we tried to run our first automated build

Re: strange JPA Enhance stack

2009-05-19 Thread Marc Logemann
lass to enhance and see if that works through you build system. I am thinking that it may be a classpath or library problem. David -- View this message in context: http://n2.nabble.com/strange-JPA-Enhance-stack-tp2912505p2933425.html Sent from the OpenJPA Users mailing list archive at Nabble

Re: strange JPA Enhance stack

2009-05-19 Thread Craig L Russell
has say just one class to enhance and see if that works through you build system. I am thinking that it may be a classpath or library problem. David -- View this message in context: http://n2.nabble.com/strange-JPA-Enhance-stack- tp2912505p2933425.html Sent from the OpenJPA Users mailing

Re: strange JPA Enhance stack

2009-05-19 Thread Marc Logemann
. Are you using Ant or Maven with the build process. I have seen on lists that this can sometimes be a problem. Can you create a small project which has say just one class to enhance and see if that works through you build system. I am thinking that it may be a classpath or library problem.

Re: strange JPA Enhance stack

2009-05-19 Thread Michael Dick
m that it is OpenJDK 6 related as I use it here for both my >>> development and continous build system (hudson under tomcat). >>> >>> Are you using Ant or Maven with the build process. I have seen on lists >>> that this can sometimes be a problem. Can yo

Re: strange JPA Enhance stack

2009-05-19 Thread Marc Logemann
imes be a problem. Can you create a small project which has say just one class to enhance and see if that works through you build system. I am thinking that it may be a classpath or library problem. David -- View this message in context: http://n2.nabble.com/strange-JPA-Enhance-stack-tp2912505

Re: strange JPA Enhance stack

2009-05-18 Thread Rick Curtis
t it may be a classpath or library > problem. > > David > > -- View this message in context: http://n2.nabble.com/strange-JPA-Enhance-stack-tp2912505p2933425.html Sent from the OpenJPA Users mailing list archive at Nabble.com.

Fwd: strange JPA Enhance stack

2009-05-18 Thread Marc Logemann
://www.logemann.org http://www.logentis.de Anfang der weitergeleiteten E-Mail: Von: Marc Logemann Datum: 17. Mai 2009 11:03:04 MESZ An: users@openjpa.apache.org Betreff: Re: strange JPA Enhance stack Just to clarify. I am using exactly same build file (ANT) with the same task on the Ingegration

Re: strange JPA Enhance stack

2009-05-17 Thread Marc Logemann
Just to clarify. I am using exactly same build file (ANT) with the same task on the Ingegration server as on our development machines. In fact the server checkouts the original source and does what every developer does. Thats the idea of continous build server isnt it? :-) The only differe

Re: strange JPA Enhance stack

2009-05-16 Thread David Beer
On Sat, 16 May 2009 15:32:36 +0200 Marc Logemann wrote: > Us. Sorry. Wrong assumption: its not EMMA related. It must be > something else perhaps OpenJDK 6 related? Hi Marc Can't seem that it is OpenJDK 6 related as I use it here for both my development and continous build system (huds

Re: strange JPA Enhance stack

2009-05-16 Thread Marc Logemann
Us. Sorry. Wrong assumption: its not EMMA related. It must be something else perhaps OpenJDK 6 related? --- regards Marc Logemann http://www.logemann.org http://www.logentis.de Am 16.05.2009 um 15:17 schrieb Marc Logemann: Ok guys, i give you a hint: It does work when i disable EMM

Re: strange JPA Enhance stack

2009-05-16 Thread Marc Logemann
Ok guys, i give you a hint: It does work when i disable EMMA instrumentation. Why is it a problem when i let the EMMA instrument the classes? I wanted to use it because of code coverage statistics and its supported out of the box by TeamCity. --- regards Marc Logemann http://www.logemann.or

strange JPA Enhance stack

2009-05-16 Thread Marc Logemann
Hi, today we installed our Continous build system (TeamCity) and we tried to run our first automated build on Linux with OpenJDK 6. Even though our build works on all client computers it fails with the same (ivy resolved) build path on OpenJDK 6 wih the following stack. Perhaps someone ca