I found a solution to my problem.
Other posts led me to inserting the following in persistence.xml:
<property name="hibernate.session_factory_name"
value="hibernate/SessionFactory"/>
|
Now the session factory is bound to JNDI. But why does it have to be bound for it to work
in a cluster environment?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005986#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...