For
testing I would like to use OpenEJB and Derby from Eclipse.
However I cannot figure out how to configure the Datasource correctly.
My test class:
persistence.xml:
openejb-jar.xml:
ejb-jar.xml
I have all OpenEJB jars from lib in the Classpath (OpenEJB without persistence works fine).
Additionally derby.jar, derbyclient.jar, derbytools.jar, junit-4.7.jar
I have also tried configuring the datasource in openejb-jar.xml:
I always get the following error:
Any help would be greatly appreciated.