Question: Is it possible to put the resources.xml file that defines a data source inside an EJB jar instead of putting it inside a WAR under WEB-INF??? The reason why I'm asking is that it would be very convenient if I could put the data source definition inside the EJB that matches the remote database.

The documentation just mentions the WEB-INF location or defining the data source directly on the server inside tomee.xml.

Thanks.

Kay

Reply via email to