Hi Romain,
Do you have some examples for 1) ?
How can load the persistence.xml and pass it through hibernate to let the
initialisation do?
add 3.) do you mean the manual EJB adding by:
@Module
public EjbJar beans() {
...
EjbJar ejbJar = new EjbJar("erp-beans");
ejbJar.addEnterpriseBean(new StatelessBean(clazzy));
...
??
--
View this message in context:
http://openejb.979440.n4.nabble.com/ApplicationComposer-JUnit-EJB-Tests-autoscanning-issue-and-Hibernate-tp4663182p4663185.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.