4 Replies Latest reply on Oct 23, 2008 9:45 AM by sachin.parnami

    Problem with PrefixDeploymentSorter

      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