;
| 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
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
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
--