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
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-tp2912505p2933425.html Sent from

Re: strange JPA Enhance stack

2009-05-19 Thread Michael Dick
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.com.

Re: strange JPA Enhance stack

2009-05-19 Thread Marc Logemann
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.

Re: strange JPA Enhance stack

2009-05-19 Thread Craig L Russell
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.com. Craig L

Re: strange JPA Enhance stack

2009-05-19 Thread Marc Logemann
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.com. Craig L Russell Architect, Sun

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 l...@logemann.org 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

Re: strange JPA Enhance stack

2009-05-18 Thread Rick Curtis
. 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.

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

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

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

Re: strange JPA Enhance stack

2009-05-16 Thread David Beer
On Sat, 16 May 2009 15:32:36 +0200 Marc Logemann l...@logemann.org 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