This is my persistence.xml
:
org.hibernate.ejb.HibernatePersis
Should be found if you lookup openejb:Resource/jdbc/abcDS
As well you can get injection in your TestCase. Basically, you:
src/test/resources/META-INF/application-client.xml
or ejb-jar.xml
@LocalClient
initialContext.bind("inject", this)
See the testcase-injection
example in the examples.zip
EDIT If the lookup still fails, post your log output (the console output).