Wildfly Failed to Load Module for Oracle Driver
问题 I'm attempting to add an Oracle DB datasource to Wildfly 10. Here's what I have: <wildfly-home>\modules\com\oracle\ojdbc6\main\ module.xml ojdbc6.jar module.xml <?xml version="1.0" encoding="UTF-8"?> <module xmlns="urn:Wildfly:module:1.0" name="com.oracle.ojdbc6"> <resources> <resource-root path="ojdbc6.jar"/> </resources> <dependencies> <module name="javax.api"/> <module name="javax.resource.api"/> <module name="javax.transaction.api"/> <!-- See * below --> </dependencies> </module> * I have