-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The latest refactoring on Branch_4_2 that replaced jbossws14.sar with jbossws.sar expects the EJB3Deployer to be present.
EJB3 is still an optional component in JBossAS, so although we now require jdk5, we may not have EJB3 present.
We need to include a jboss-service.xml descriptor that doesn't have this dependency, in the standard (no EJB3) jbossAS config.
20:19:01,166 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
— MBeans waiting for other MBeans —
ObjectName: jboss.ws:service=DeployerInterceptorEJB3
State: CONFIGURED
I Depend On:
jboss.ejb3:service=EJB3Deployer
— MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM —
ObjectName: jboss.ejb3:service=EJB3Deployer
State: NOTYETINSTALLED
Depends On Me:
jboss.ws:service=DeployerInterceptorEJB3
- relates to
-
JBAS-3626 Upgrade jbossws to 1.2.0.GA
- Closed