Error in Jboss 5- DEPLOYMENTS MISSING DEPENDENCIES
- by Nila
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