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

Jean-Baptiste Onofré commented on KARAF-6336:
---------------------------------------------

It's more a pax-cdi issue, I will tackle there.

> pax-cdi-weld defines cyclic reference in pax-cdi-features
> ---------------------------------------------------------
>
>                 Key: KARAF-6336
>                 URL: https://issues.apache.org/jira/browse/KARAF-6336
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 4.2.3, 4.2.6
>            Reporter: Bert Grauert
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>
> The pax-cdi features descriptor defines a cyclic reference between features 
> {{pax-cdi-weld}} and {{pax-cdi}}. It break the 
> {{karaf-maven-plugin:features-add-to-repository}} with a StackOverflow error 
> (Refers to KARAF-5637).
> {noformat}
> <features name="org.ops4j.pax.cdi-${project.version}" 
> xmlns="http://karaf.apache.org/xmlns/features/v1.4.0";>
>     <feature name="pax-cdi" description="Provide CDI support" 
> version="${project.version}">
>         <feature version="${project.version}" 
> dependency="true">pax-cdi-weld</feature>
>         <requirement>
>             pax.cdi.provider
>         </requirement>
> </feature>
> [...]
>    <feature name="pax-cdi-weld" description="Weld CDI 1.2 support" 
> version="${project.version}">
>         <feature version="${project.version}">pax-cdi</feature>
>         <feature version="${project.version}">pax-cdi-core</feature>
>         <bundle 
> dependency="true">mvn:org.apache.xbean/xbean-bundleutils/${xbean.version}</bundle>
> <bundle 
> dependency="true">mvn:org.apache.xbean/xbean-asm7-shaded/${xbean.version}</bundle>
> [...]
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to