Hi,I'm trying to declare my datasource in resources.xml instead of doing in tomee.xml
<Resource id="MyAppDB" type="DataSource"> ..... works in tomee.xml...does not work in META-INF/resources.xml </Resource> <Resource id="MyAppDB" type="javax.sql.DataSource"> ..... works in META-INF/resources.xml </Resource> - Enrico
