Re: Inspect database when using embedded OpenEJB

2008-11-06 Thread David Blevins
On Oct 29, 2008, at 3:58 AM, Bernhard Humm wrote: thanks a lot for your response. I have installed the new release. However, I still can't find database values on disk. All JUnit test cases that create and retrieve entity beans run fine (OpenEJB is really a great product :-)). In my NetBe

Re: Inspect database when using embedded OpenEJB

2008-10-29 Thread Bernhard Humm
jb/Resource/libraryXDatabase Regards Bernhard -- View this message in context: http://www.nabble.com/Inspect-database-when-using-embedded-OpenEJB-tp20071160p20224695.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: Inspect database when using embedded OpenEJB

2008-10-28 Thread David Blevins
On Oct 22, 2008, at 3:15 AM, Bernhard Humm wrote: David Blevins wrote: In OpenEJB 3.0, when using the supplied HSQL datasource in a TestCase we should be using an in memory database with the JdbcUrl of "jdbc:hsqldb:mem:hsqldb". In OpenEJB 3.0 that sometimes worked and sometimes didn't (d

Re: Inspect database when using embedded OpenEJB

2008-10-22 Thread Bernhard Humm
it indeed does not work with OpenEJB 3.0 in my case. Is there a way of getting OpenEJB 3.1 to test whether it works with the new release? Regards Bernhard -- View this message in context: http://www.nabble.com/Inspect-database-when-using-embedded-OpenEJB-tp20071160p20107772.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: Inspect database when using embedded OpenEJB

2008-10-20 Thread David Blevins
On Oct 20, 2008, at 8:11 AM, Bernhard Humm wrote: Dear all, when using OpenEJB embedded in JUnit tests are entity beans actually being persisted to disk? Is there a way of inspecting the database content after execution of the JUnit tests? I am using NetBeans IDE. Can I use the built-in

Inspect database when using embedded OpenEJB

2008-10-20 Thread Bernhard Humm
specify the connect parameters? Best regards Bernhard -- View this message in context: http://www.nabble.com/Inspect-database-when-using-embedded-OpenEJB-tp20071160p20071160.html Sent from the OpenEJB User mailing list archive at Nabble.com.