Any idea why I\'m getting this error:
JBAS014775: New missing/unsatisfied dependencies: service jboss.jdbc-driver.mysql (missing) dependents: [service j
If you are specifying the data source as a resource reference in web.xml, then match the name exactly with that in standalone.xml (or domain.xml):
web.xml:
java:jboss/datasources/OracleDS javax.sql.DataSource Container
standalone.xml: