I am looking to see if there's a way that one can bind a Hibernate EntityManagerFactory to a JNDI tree in Weblogic server 9.2 MP1. In JBoss AS, it's quite easy as one can simply do:
Code:
<property name="jboss.entity.manager.factory.jndi.name"
value="java:/EntityManagerFactories/bookingData"/>
I'd be thrilled to death to find out if there's a similar option available to Weblogic. Last time I worked with Hibernate and Weblogic, it under 8.1 and I had to programatically bind the Hibernate Session to JNDI.
Just FYI, we're using JBoss Seam and Spring 2 as well, so if there's an additional option that either one of these components can provide, I'm interested in that as well. Thanks.
Ryan-