[jboss-dev-forums] [Design of JBoss Deployment Framework] - Re: SAR Deployment Deployers Ordering
alesj
do-not-reply at jboss.com
Mon Nov 3 06:25:06 EST 2008
"richard.opalka at jboss.com" wrote : I'd like to see the same deployment order of nested .war vs. standalone .war? How could we ensure this Ales?
|
See how we do it for EARStructure in ear-deployer-jboss-beans.xml.
--> comparator setting
Try doing the same for JARStructure (that's the structure that handles .sar).
Or use custom jboss-structure.xml in your .sar (see examples of this in Deployers project),
setting the comparator attribute on context element.
Note: this requires deployers 2.2.0-SNAPSHOT, as I've just added this comparator attribute :-)
- https://jira.jboss.org/jira/browse/JBDEPLOY-120
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186353#4186353
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186353
More information about the jboss-dev-forums
mailing list