Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
3.1
Hi All,
Is it possible to obtain a SessionFactory from a different VM that the one the sessionFactory was created?.
We're running JBoss4 and exporting the SessionFactory to the JNDI tree. If we try to obtain the sessionfactory reference from WITHIN the container, this works OK, but when we try to obtain the given reference from outside the container, we obtain a null reference (we can see the reference key, but the reference value is null).
Any hints or guidelines?
TIA,
Carlos