You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Karl Pauls (JIRA)" <ji...@apache.org> on 2017/12/18 16:31:01 UTC

[jira] [Closed] (FELIX-5734) The plugin generates wrong service requirements when using a jndi name in jpa

     [ https://issues.apache.org/jira/browse/FELIX-5734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Pauls closed FELIX-5734.
-----------------------------

> The plugin generates wrong service requirements when using a jndi name in jpa
> -----------------------------------------------------------------------------
>
>                 Key: FELIX-5734
>                 URL: https://issues.apache.org/jira/browse/FELIX-5734
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-3.3.0
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: maven-bundle-plugin-3.4.0
>
>
> Budle-maven-plugin generate incorrect Require-Capability from persistance.xml if is used the following syntax:  
> {code:xml|title=persistence.xml}
> <persistence-unit>
>     <jta-data-source>osgi:service/jdbc/h2DS</jta-data-source>
> </persistence-unit>
> {code}
> {code:title=MANIFEST.MF}
> Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))"
>  ,osgi.service;effective:=active;objectClass=jdbc;filter:=h2DS,osgi.ex
>  tender;osgi.extender="aries.jpa",osgi.service;effective:=active;objec
>  tClass="javax.transaction.TransactionManager"
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)