Se stai specificando l'origine dati come riferimento di risorsa in web.xml, abbina il nome esattamente con quello in standalone.xml (o domain.xml):
web.xml :
<resource-ref>
<res-ref-name>java:jboss/datasources/OracleDS</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
standalone.xml :
<datasource jndi-name="java:jboss/datasources/OracleDS" pool-name="OracleDS" enabled="true" use-java-context="false">