Re: Karaf 4.0.3 + pax-cdi

2016-03-19 Thread conejo
Good afternoon. For if this can interest someone. The problem is in the assembly. If pom.xml is added to the appropriate libraries, everything works fine. The libraries to be added can be viewed at: http://karaf.922171.n3.nabble.com/Karaf-assembly-td4045816.html -- View this message in

Karaf 4.0.3 + pax-cdi

2016-01-29 Thread conejo
Good afternoon. I'm trying to use pax-cdi and get the exception below. Can you help please? You can see the code: https://github.com/LuisLozano/karafExamples.git I think the problem is in pax-jsf-support: This feature uses pax-cdi-openwebbeans including the openwebbeans bundles-*/1.2.6 when

Re: Karaf 4.0.3 + pax-cdi

2016-01-29 Thread Jean-Baptiste Onofré
Hi, it sounds like a version alignment issue :/ We should use dependency there (I hope the API are compatible). Let me check. Regards JB On 01/29/2016 12:48 PM, conejo wrote: Good afternoon. I'm trying to use pax-cdi and get the exception below. Can you help please? You can see the code:

Karaf 4.0.3 pax-cdi exception

2015-11-15 Thread conejo
When use pax-cdi in karaf 4.0.3, I get the following exception: javax.enterprise.inject.CreationException: java.lang.ClassNotFoundException: org.apache.webbeans.proxy.OwbNormalScopeProxy not found by org.ops4j.pax.cdi.extension [147] You can see the code: