7 Replies Latest reply on Feb 27, 2013 4:10 AM by zhouyaguo

    Specify absolute path to a jar file in module.xml

    gsinghal

      is there a way to specify an absolute path to the jar file in module.xml, something like below:

       

      <module xmlns="urn:jboss:module:1.1" name="mymodule">

         <resources>

              <resource-root path="mymodule.jar"/>

              <resource-root path="/u/users/myid/myexternalmodule.jar"/>

          </resources>

      </module>

       

      I tried above but it simply appends the path to the directory that the "mymodule.jar" is in, so is there any way to put an absolute path to find a jar thats external to jboss installation?