JBoss Community

EAP6 Oracle JDBC as a core module not working

created by Ashwin Kumar Suresh in Beginner's Corner - View the full discussion

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.?????

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community