[jboss-user] [EJB 3.0] - Re: Jboss can't find annotated entity classes

2007-07-25 Thread tigrik
"waynebaylor" wrote : have you tried adding the entities to your persistence.xml? | | | Yes I did! Seams like it's impossible to hold the EJB3 in the WAR. You have to make EAR with WEB-content in WAR and EJB3 in some JAR file... No idea how to do it using Eclipse... :( View the origi

[jboss-user] [EJB 3.0] - Re: Jboss can't find annotated entity classes

2007-07-25 Thread waynebaylor
have you tried adding the entities to your persistence.xml? | | | | java:/MySqlDS | | | com.kukinbuk.hibernate.RecipePicture | | | | | | | | | | | | View the original post : http://w

[jboss-user] [EJB 3.0] - Re: Jboss can't find annotated entity classes

2007-07-25 Thread tigrik
"jaikiran" wrote : anonymous wrote : Caused by: java.lang.ClassNotFoundException: WEB-INF.classes.com.kukinbuk.hibernate.RecipePicture | | Looks like the class name is incorrect. | | JBoss searches for @entity marked classes itself... so how the class name can be wrong, it's what JBo

[jboss-user] [EJB 3.0] - Re: Jboss can't find annotated entity classes

2007-07-25 Thread jaikiran
anonymous wrote : Caused by: java.lang.ClassNotFoundException: WEB-INF.classes.com.kukinbuk.hibernate.RecipePicture Looks like the class name is incorrect. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067473#4067473 Reply to the post : http://www.jboss.

[jboss-user] [EJB 3.0] - Re: Jboss can't find annotated entity classes

2007-07-25 Thread tigrik
peristance.xml: | | | | java:/MySqlDS | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067461#4067461 Reply to the post : http://www.jboss.com/index.html?mo