Guillaume Nodet created ARIES-1487:
--------------------------------------
Summary: JPA waits forever on
osgi:service/javax.sql.DataSource/(osgi.jndi.service.name=jdbc/DataSource)
Key: ARIES-1487
URL: https://issues.apache.org/jira/browse/ARIES-1487
Project: Aries
Issue Type: Bug
Components: JPA
Affects Versions: jpa-container-1.0.3
Reporter: Guillaume Nodet
Assignee: Guillaume Nodet
Fix For: jpa-container-1.0.3
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:
{code}
<jta-data-source>osgi:service/jdbc/DataSource</jta-data-source>
{code}
and not the equivalent
{code}
<jta-data-source>osgi:service/javax.sql.DataSource/(osgi.jndi.service.name=jdbc/DataSource)</jta-data-source>
{code}
This is a regression.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)