Error in Jboss 5- DEPLOYMENTS MISSING DEPENDENCIES

Posted by Nila on Stack Overflow See other posts from Stack Overflow or by Nila
Published on 2010-06-07T10:58:43Z Indexed on 2010/06/07 11:02 UTC
Read the original article Hit count: 856

Filed under:
|

Hi! I'm new to ejb3. I tried deploying a simple war file.. But, I'm getting the following error. Plz, help me...

DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "jboss.j2ee:jar=EJB3-war.war,name=Statelessbean,service=EJB3_endpoint" is missing the following dependencies: Dependency "jboss.j2ee:jar=EJB3-war.war,name=Statelessbean,service=EJB3" (should be in state "Configured", but is actually in state "** NOT FOUND Depends on 'jboss.j2ee:jar=EJB3-war.war,name=Statelessbean,service=EJB3' **")

DEPLOYMENTS IN ERROR: Deployment "jboss.j2ee:jar=EJB3-war.war,name=Statelessbean,service=EJB3" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.j2ee:jar=EJB3-war.war,name=Statelessbean,service=EJB3' ** Deployment "vfszip:/D:/Softwares/jboss-5.1.0.GA/server/default/deploy/EJB3.ear/" is in error due to the following reason(s): java.lang.IllegalStateException: jboss.web.deployment:war=/EJB3-war is already installed.

Thanks in advance

© Stack Overflow or respective owner

Related posts about ejb3

Related posts about jboss5.x