How to configure 2 Session Factories?
I've tried:
| <core:hibernate-session-factory name="hibernateSessionFactory" />
| <core:managed-hibernate-session name="settlementsDatabase"
auto-create="true"
| session-factory-jndi-name="java:/settlementsHibernateSessionFactory"
/>
| <core:managed-hibernate-session name="settlementsHistDatabase"
auto-create="true"
| session-factory-jndi-name="java:/settlementsHistHibernateSessionFactory"
/>
Fist one is configured fine. Second one is not initialized at all.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087453#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...