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

Ashwin Kumar Suresh <[email protected]>
Newsgroups gmane.comp.java.jboss.user
Message-ID <[email protected]>
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]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.