[JBoss-user] [EJB 3.0] - Re: EJB3 Inheritance complains about a parent's collection

2006-05-03 Thread falchion14
Found the problem. It was a scope problem. Fail is in a different package and jar file from TrackedItem and UserDatum. I need to include tracker.jar in the persistence.xml file for Fail. That cleared up the problem by allowing Fail to see TrackedItem and UserDatum in the tracker.jar file.

[JBoss-user] [EJB 3.0] - Re: EJB3 Inheritance complains about a parent's collection

2006-05-03 Thread falchion14
Tried upgrading from EJB3 RC5 to RC6, but it has the same results (all under JBoss 4.0.4-CR2). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941002#3941002 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941002 -

[JBoss-user] [EJB 3.0] - EJB3 Inheritance complains about a parent's collection

2006-05-02 Thread falchion14
Hello All, Ran into a strange problem (not really sure what is wrong) when I tried to extend a working Entity Bean. The extended Entity Bean complains about a collection in its parent class. Here is the error message: | org.hibernate.AnnotationException: Collection of elements must not have