[jboss-user] [EJB 3.0] - Re:

jaikiran do-not-reply at jboss.com
Mon Nov 24 01:18:06 EST 2008


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#4191597

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191597



More information about the jboss-user mailing list