2 Replies Latest reply on Nov 7, 2012 3:28 PM by rart3001_1

    How I can validate my libraries are load by JBOSS 7?

    rart3001_1

      regards,

       

      I have the following problem, I made a custom module for my libraries as follows:

       

      I made a folder in the following path

       

      $JBOSS_HOME/modules/oncop/workflow/main/

       

      And in that path I put my .Jar files and I did my Module.xml file as follows:

       

      <?xml version="1.0" encoding="UTF-8"?>
      <module xmlns="urn:jboss:module:1.1" name="oncop.workflow">
         <resources>
              <resource-root path="LibreriaNegocioSIGECOF.jar"/>
                <resource-root path="LibreriaServiciosSIGECOF.jar"/>
                <resource-root path="WorkflowCORE.jar"/>
                <resource-root path="WorkflowEJBClient.jar"/>
         </resources>
      </module>
      

       

      but I can see that jboss does not generate files with the name xxx.jar.index and my application to run it shows me the following error:

       

      java.lang.ClassNotFoundException:

       

      jboss apparently not load my libraries.

       

      Thanks for your help and sorry for my English