-
Bug
-
Resolution: Obsolete
-
Major
-
JBossAS-4.2.3.GA
-
None
-
Windows XP Pro/Linux Red Hat
I used so far the PrefixDeploymentSorter to select in which order my archives would be deployed.
It worked fine in JBoss AS 4.2.0GA. Now I am upgrading to JBoss AS 4.2.3GA and it seems not to work anymore (only for instance "all").
When I use instance "default", the deployer follows number prefixes of my archives:
1) 010-myear.ear
2) 020-myjar.jar
3) 030-mywar.war
When using instance "all", it seems to use the default DeploymentSorter by deploying first service.xml, then my jars, after that my wars and at the end ears.
1) 020-myjar.jar
2) 030-mywar.war
3) 010-myear.ear
As I need to use JBoss 4.2.3GA in cluster mode, it is mandatory for me to start from "all" instance.
Is there any workaround or any special configuration to do ?
Best Regards,
Benoit Reverbel