2 Replies Latest reply on Jun 25, 2013 2:14 AM by sharad7879

    Error while accessing system directory path in module.xml Jboss 6.1

    sharad7879

      Hi,

       

      Can anyone please let me know how to add system directory path in module.xml file , I am able to reference the jar files but facing an error while trying to reference a system directory path in module.xml file.

      Below is my module.xml , i am not able to refrence the class files placed inside the path com/my/txn/pos.

       

      <?xml version="1.0" encoding="UTF-8"?>

      <module xmlns="urn:jboss:module:1.1" name="test.lib">

      <resources>

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

      <resource-root path="com/my/txn/post"/>

      </resources>

      <dependencies>

      <module name="javax.api" export="true"/>

      </dependencies>

      </module>