Application deploys with no errors.
Unfortunately jboss throws an Exception when trying to lookup:
What am I doing wrong? I see that the session factory is not bound to JNDI. How to fix it? Anyone can help to fix it?
zabet tyan
Ranch Hand
Joined: Jan 14, 2009
Posts: 32
posted
0
Where are you trying to access SessionFactory from?
I had the same problem when I was trying to access SessionFactory from my unit tests (in eclipse) .
if that's the case,
this is what i did (not sure if the best way to solve it or not):
include the jbossall-client.jar, your client.jar and ejb.jar as well as jboss-ejb3.jar, jboss-aop-jdk50-client.jar and jboss-aspect-jdk50-client.jar in the classpath of your unit tests/client and give it another try.
If you came up with a better solution please let me know.
Mateusz Moroz
Greenhorn
Joined: Oct 29, 2008
Posts: 21
posted
0
I try to access the SessionFactory directly from SessionBean.
MySessionFactory is visible in jboss jmx console and shows no errors.
subject: SessionFactory: javax.naming.NameNotFoundException: hibernate not bound