Bugs item #562884, was opened at 2002-05-31 12: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: Accepted
Priority: 7
Submitted By: Dr. Christoph Georg Jung (cgjung)
>Assigned to: David Jencks (d_jencks)
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: David Jencks (d_jencks)
Date: 2002-06-11 05:54

Message:
Logged In: YES 
user_id=60525

This is fixed by not changing the status of a deployment
Info unless the step has actually been done.  See also
563384 which had the same problem.  Fixed in 3.1, I will
check 3.0.1 and backport soon.

david jencks

----------------------------------------------------------------------

Comment By: Thomas Peuss (tpeuss)
Date: 2002-06-01 13: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?source=osdntextlink

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to