0 Replies Latest reply on Nov 30, 2005 1:05 AM by jingc3

    URLComparator to control the deployment order

    jingc3

      Hi there

      I created a custom jar file and put it in /lib along with jboss-system.jar. then I modify the conf/jboss-service.xml using the custom class as URLComparator:

      <attribute name="URLComparator">com.matrix.deployment.DeployerOrder</attribute>
      


      But when I start JBOss, I got the error:

      java.lang.ClassNotFoundException: No ClassLoaders found for: com.matrix.deployment.DeployerOrder

      Any clue on this?

      many thanks