[jboss-dev-forums] [Design of POJO Server] - Re: Ordering of nested deployments
scott.stark@jboss.org
do-not-reply at jboss.com
Wed Oct 11 12:20:41 EDT 2006
"adrian at jboss.org" wrote : Why?
| ...
| Is there a case where stage N of an outer deployment depends
| upon stage N of an inner deployment?
|
One circumstance where there is a conflict between the structural parse and deployment phase is when adding a deployer which contains deployments. The war deployers contained in a jbossweb-tomcat6.deployer package also contains a ROOT.war. The structural pase phase identifies the jbossweb-tomcat6.deployer and jbossweb-tomcat6.deployer/ROOT.war as deployment contexts, but the deployer list is fixed going into the deploy loop.
Other than getting into full hotdeployment of deployers, we would need a notion of retrying deployment contexts that had no deployer if a deployer was added during a deploy loop.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977610#3977610
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977610
More information about the jboss-dev-forums
mailing list