[jboss-user] [Beginner's Corner] - EAP6 Oracle JDBC as a core module not working

Ashwin Kumar Suresh do-not-reply at jboss.com
Mon Jul 29 02:13:39 EDT 2013


Ashwin Kumar Suresh [https://community.jboss.org/people/ashwinkumar_s] created the discussion

"EAP6 Oracle JDBC as a core module not working"

To view the discussion, visit: https://community.jboss.org/message/830165#830165

--------------------------------------------------------------
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
[https://community.jboss.org/message/830165#830165]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130729/c534d899/attachment.html 


More information about the jboss-user mailing list