Missing lookup for non-jta-data-source in JDBCConfigurationImpl.
----------------------------------------------------------------
Key: OPENJPA-279
URL: https://issues.apache.org/jira/browse/OPENJPA-279
Project: OpenJPA
Issue Type: Sub-task
Affects Versions: 0.9.7
Reporter: Michael Dick
Assignee: Michael Dick
Fix For: 1.0.0
This looks similar to the problem reported in OPENJPA-144, but since that has
been resolved I'm opening a new sub-task.
When JDBCConfigurationImpl obtains a second connection (often used to get
sequence values) it only checks the Connection2 properties. It doesn't lookup a
non-jta-data-source if one is specified in persistence.xml.
The lookup is done for jta-datasources but not for their non-jta counterparts.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.