Hvis du angiver datakilden som en ressourcereference i web.xml, skal du matche navnet præcist med det i standalone.xml (eller 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">