Hi, I try to configure a Seam-managed persistence context with Open EJB 3.0. To achieve this, I need to get entity manager factory using its JNDI name.
For example, for JBoss, it is something like this : <property name="jboss.entity.manager.factory.jndi.name" value="java:/EntityManagerFactories/bookingData"/> But I can't find the equivalent for Open EJB. So what is the JNDI name for OpenEJB entity manager factory ? Regards, Olivier
