Try this - move the hibernate entity classes outside the war and place them in a jar
inside EAR/lib folder. The WAR within the EAR has its own classloader and the classes in
that are not visible outside the WAR. I suspect that the hibernate service is being
invoked through the EAR classloader and hence its not finding the classes within the WAR.
Let us know if that does not work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191597#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...