Re: Inspect database when using embedded OpenEJB

2008-10-29 Thread Bernhard Humm
David Blevins wrote: ... Wanted to respond to this earlier, but was swamped with finalizing the release. Anyway, it's up now. Give it a try and hopefully things work. If not post some config details and maybe we can spot something. -David Dear David, thanks a lot for

Re: Inspect database when using embedded OpenEJB

2008-10-22 Thread Bernhard Humm
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 (depending on if you had a conf/ directory in

OpenEJB with JUnit from NetBeans: NameNotFoundException

2008-10-08 Thread Bernhard Humm
I am trying to use OpenEJB with JUnit from NetBeans IDE. This is what I have done: 1. Download openejb-3.0.zip and openejb-examples-3.0.zip from openejb.apache.org and unzip. 2. Open new NetBeans Java Project with Existing Sources (source and test directories from openejb-examples) 3. Add