Bugs item #562884, was opened at 2002-05-31 14:03 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=562884&group_id=22866
Category: JBossServer Group: v3.1 Status: Open Resolution: None Priority: 7 Submitted By: Dr. Christoph Georg Jung (cgjung) Assigned to: Dr. Christoph Georg Jung (cgjung) Summary: delay of subdeployments does not work Initial Comment: MainDeployer notices that a sub-deployment, e.g., EARDeployer is started significantly before the EJBDeployer, has no deployer and puts it to the waitingDeployments list, but the subsequent start/create steps are nevertheless done which leaves the subdeployment undeployed. Possible solution: the whole deployment must be deferred. When the subdeployment is deployed, it will "reinvoke" the deployment of the parent. Not too easy, but should be doable. Workaround: Use mbean dependencies from eardeployer to ejbdeployer, wardeployer, axisservice and the like that you need inside your ears. Current head, all versions I guess. ---------------------------------------------------------------------- Comment By: Thomas Peuss (tpeuss) Date: 2002-06-01 15:38 Message: Logged In: YES user_id=507779 I think the ClusteredHTTPSession-service is experiencing the same problem. It has an EJB enclosed in a SAR-File. The EJB is never deployed. If you deploy the EJB manually the service completes the startup. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=562884&group_id=22866 _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
