Re: Database support

2009-05-16 Thread Georgi Naplatanov
BTW HSQLDB supports memory based tables too. Is there a parameter in the dictionary for switching between memory and disk based (cached) tables ? Best regards Georgi Fay Wang wrote: > Hi Kevin, > > What about SolidDB? The memory-based relational database? > > --- On Fri, 5/15/09, Kevin Sutter wr

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