views:

493

answers:

1

I have a working persistence definition that works on java level tests. Now I want to incorporate that into a web application which defines the database connection as JNDI in the context.xml. What do I need to change to make it work with the JNDI instead of the persistence.xml or at least get the infor from there?

A: 

It comes down to use JTA datasources. See this link

javydreamercsw