[JBoss-user] [Persistence & CMP/JBoss] - Help, CMR deployed, but not link together

2004-10-11 Thread ivanisevic
; | import javax.ejb.EJBException; | import javax.ejb.EntityBean; | import javax.ejb.EntityContext; | import javax.ejb.RemoveException; | | /** | * @author ivanisevic | * | * TODO To change the template for this generated type comment go to | * Window - Preferences - Java - Code

[JBoss-user] [EJB/JBoss] - problem on 1 to many relationship of CMP 1.1

2004-10-07 Thread ivanisevic
I have two beans Student and Teacher assume that each student can only have one teacher and each teacher can have more than one student. but when I deploy my bean , jboos always give me the exception message Depends On Me: org.jboss.deployment.DeploymentException: Configuration found in j

[JBoss-user] [EJB/JBoss] - Re: problem on 1 to many relationship of CMP 1.1

2004-10-07 Thread ivanisevic
I got the problem. I place the wrong place of the cod @ ejb-jar.xml.. should place in new tag View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850704#3850704 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850704 --