[jboss-dev-forums] [JBoss AS Development Deployment Framework] - Re: Incorrect Undeployment Order
alesj
do-not-reply at jboss.com
Fri Oct 23 08:57:05 EDT 2009
Yup, this is a bug:
- https://jira.jboss.org/jira/browse/JBDEPLOY-218
But the "real" problem is that your app is missing explicit dependency on RA.
e.g. if there was one and RA was undeployed first,
MC Controller would apply/recognize that dependency and undeploy app before it fully undeploys RA
Once we fully enforce classloading dependencies among JBossAS components,
this will fall out of the box, till then you should use either:
* jboss-dependency.xml
* jboss-classloading.xml
mechanism: http://www.jboss.org/community/docs/DOC-13178
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261858#4261858
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261858
More information about the jboss-dev-forums
mailing list