[
https://issues.apache.org/jira/browse/ARIES-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet resolved ARIES-1487.
------------------------------------
Resolution: Fixed
Fix Version/s: (was: jpa-container-1.0.3)
jpa-container-1.0.4
Committing to https://svn.apache.org/repos/asf/aries/branches/jpa-1.x ...
A
jpa-container/src/test/java/org/apache/aries/jpa/container/impl/EntityManagerFactoryManagerTest.java
M
jpa-container/src/main/java/org/apache/aries/jpa/container/impl/EntityManagerFactoryManager.java
Committed r1725256
> 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.4
>
>
> 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)