Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
jpa-container-1.0.3
-
None
Description
A list of jndiServices is kept up to date and the jpa-container bundles waits for a matching service to be available.
However it only supports the following syntax:
<jta-data-source>osgi:service/jdbc/DataSource</jta-data-source>
and not the equivalent
<jta-data-source>osgi:service/javax.sql.DataSource/(osgi.jndi.service.name=jdbc/DataSource)</jta-data-source>
This is a regression.
Attachments
Issue Links
- is broken by
-
ARIES-1462 Datasource JNDI service dependency not honoured
- Resolved