[
https://issues.apache.org/jira/browse/ARIES-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105247#comment-15105247
]
ASF subversion and git services commented on ARIES-1487:
--------------------------------------------------------
Commit 1725256 from [~gnt] in branch 'aries/branches/jpa-1.x'
[ https://svn.apache.org/r1725256 ]
[ARIES-1487] JPA waits forever on
osgi:service/javax.sql.DataSource/(osgi.jndi.service.name=jdbc/DataSource)
> 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)