6 Replies Latest reply on Jul 29, 2013 4:41 AM by nickarls

    EAP6 Oracle JDBC as a core module not working

    ashwinkumar_s

      I followed the Instructions given in the JBoss module for creating "JDBC as a core module"

      This is what I did..Created the "module.xml" file inside

       

      jboss_HOME/<release>/modules/com/oracle/oracle

       

      and that looks like this...


      <module xmlns="urn:jboss:module:1.0" name="com.oracle.oracle">
        <resources>
          <resource-root path="ojdbc6.jar"/>
        </resources>
        <dependencies>
          <module name="javax.api"/>
        </dependencies>
      </module>

       

      Then I edited the "standalone.xml" file present in

       

      jboss-7.0.0.<release>/standalone/configuration/standalone.xml

       

      and added...

       

      <driver name="h2" module="com.h2database.h2">

      </driver>

       

      Now, when I stared the standalone server, get into Management Console... The JDBC driver is not present in the drivers list be deployed.

      I am stuck at this step to deploy the driver as a core module.?????