the "jdbc/myapp" is coded straight in the app server.
But I want to use "jdbc/myapp" in the application, and "jdbc/localdatasource" within the app server.
Normally, that mapping is done in the sun-ejb.xml file, but that's only for EJBs.
How do I do this mapping so it's relevant to persistence.xml? Do I just do the mapping for those EJBs that use EntityManager?
[Message sent by forum member 'whartung' (whartung)]