It should work. I'll test out ordering the JBossWebAppParsingDeployer relative to the
WebAppParsingDeployer. When is the JAXWSDeployerJSE getting deployed?
Also, I think we need a notion of being relative to another deployer/deployer band. Right
now we only have a notion of Deployer bands as a starting point, and its more typical that
deployer x needs to be +/- another deployer rather than +/- one of the specified bands.
| /** The parser order */
| public static final int PARSER_DEPLOYER = 2000;
|
| /** The class loader order */
| public static final int CLASSLOADER_DEPLOYER = 4000;
|
| /** The postprocessing class loader order (usage: AOP) */
| public static final int POSTPROCESS_CLASSLOADING_DEPLOYER = 5000;
|
| /** The component order */
| public static final int COMPONENT_DEPLOYER = 7000;
|
| /** The real order */
| public static final int REAL_DEPLOYER = 10000;
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982713#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...