Hi,
I have an existing RESOURCE_LOCAL DataSource that happens to be defined in a META-INFO/persistence.xml file
However I need to use/inject the DataSource to a non-JPA piece of code, that just needs to get a connection from the DataSource defined there.
How can I do this?


Reply With Quote