Hi,
I have a problem while deploying application with PrefixDeploymentSorter
application which is
abc.ear
--xyz.war
--xyz1.jar
when i deploye it without PrefixDeploymentSorter that is default deployemnt it runs with
the order of
xyz1.jar
xyz.war
abc.ear
now when i change jboss-service.xml and to PrefixDeploymentSorter
and change the prefix to
abc.ear
--2.xyz.war
--1.xyz1.jar
so it runs in a same manner like it was running without PrefixDeploymentSorter
as per my idea 1.xyz1.jar should deploy first then 2.xyz.war. no?
Any clue what i am doing wrong?
Regards,
Sachin Parnami
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184105#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...