Forgot to add -ds.xml file
| <?xml version="1.0" encoding="UTF-8"?> | <datasources> | <local-tx-datasource> | <jndi-name>Detects</jndi-name> | <driver-class>oracle.jdbc.driver.OracleDriver</driver-class> | <connection-url>jdbc:oracle:thin:@XXX:1521:XXXX</connection-url> | <user-name>XXXX</user-name> | <password>XXXX</password> | <exception-sorter-class-name> | org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter | </exception-sorter-class-name> | <use-java-context>false</use-java-context> | </local-tx-datasource> | </datasources> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024549#4024549 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024549 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
