- 
        1. Re: EAP6 Oracle JDBC as a core module not workingnickarls Jul 29, 2013 4:17 AM (in response to ashwinkumar_s)is the module.xml and ojdbc6.jar in the main folder of the oracle dir? You probably want driver name="oracle" and module="com.oracle.oracle" 
- 
        2. Re: EAP6 Oracle JDBC as a core module not workingashwinkumar_s Jul 29, 2013 4:21 AM (in response to nickarls)Yes they are placed inside "oracle" dir. Exactly.. /com/oracle/oracle/main/ 
- 
        3. Re: EAP6 Oracle JDBC as a core module not workingnickarls Jul 29, 2013 4:28 AM (in response to ashwinkumar_s)Something like this works for me <module xmlns="urn:jboss:module:1.1" name="com.oracle.db"> <resources> <resource-root path="ojdbc6.jar"/> </resources> <dependencies> <module name="javax.api"/> <module name="javax.transaction.api"/> <module name="javax.servlet.api" optional="true"/> </dependencies> </module> 
- 
        4. Re: EAP6 Oracle JDBC as a core module not workingnickarls Jul 29, 2013 4:29 AM (in response to nickarls)And what version are you using? You say EAP6 but mention 7.0.0 in the path. 
- 
        5. Re: EAP6 Oracle JDBC as a core module not workingashwinkumar_s Jul 29, 2013 4:32 AM (in response to nickarls)I did do the same thing.... Not getting the required results.. The version is.. JBoss Enterprise Application Platform - Version 6.0.1 GA 
- 
        6. Re: EAP6 Oracle JDBC as a core module not workingnickarls Jul 29, 2013 4:41 AM (in response to ashwinkumar_s)What is the error/stacktrace? How do you reference the driver in the datasource definition? 
 
    