[ 
https://issues.apache.org/jira/browse/DELTASPIKE-210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448892#comment-13448892
 ] 

Harald Wellmann commented on DELTASPIKE-210:
--------------------------------------------

Thanks for taking care of this!

My Pax CDI tests now work after an additional small change in jpa/api/pom.xml:


        <deltaspike.osgi.import>
            javax.enterprise.inject,
            !org.apache.deltaspike.jpa.*,
            *
        </deltaspike.osgi.import>


This is a workaround for what seems to be a bug in the maven-bundle-plugin, see 
FELIX-3638.

                
> Build OSGi bundles
> ------------------
>
>                 Key: DELTASPIKE-210
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-210
>             Project: DeltaSpike
>          Issue Type: New Feature
>          Components: build_infra
>    Affects Versions: 0.2-incubating
>            Reporter: Harald Wellmann
>            Assignee: Charles Moulliard
>
> Build DeltaSpike artifacts as OSGi bundles and not as plain old JARs to make 
> them usable in OSGi applications.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to