Andreas Dolk created CAMEL-6513:
-----------------------------------
Summary: IncompatibleClassChangeError with weld-se 2.0.2
Key: CAMEL-6513
URL: https://issues.apache.org/jira/browse/CAMEL-6513
Project: Camel
Issue Type: Bug
Components: camel-cdi
Affects Versions: 2.11.0
Reporter: Andreas Dolk
After upgrading from weld 1.1.0 (CDI 1.0) to weld 2.0.2 (CDI 1.1), an
Arquillian based test throws an error:
Caused by: java.lang.IncompatibleClassChangeError: Class
org.apache.camel.cdi.internal.CamelContextBean does not implement the requested
interface javax.enterprise.inject.spi.BeanAttributes
at
org.jboss.weld.bean.attributes.ExternalBeanAttributesFactory.validateStereotypes(ExternalBeanAttributesFactory.java:76)
at
org.jboss.weld.bean.attributes.ExternalBeanAttributesFactory.validateBeanAttributes(ExternalBeanAttributesFactory.java:69)
at
org.jboss.weld.bootstrap.events.AfterBeanDiscoveryImpl.processBean(AfterBeanDiscoveryImpl.java:83)
at
org.jboss.weld.bootstrap.events.AfterBeanDiscoveryImpl.addBean(AfterBeanDiscoveryImpl.java:77)
at
org.apache.camel.cdi.internal.CamelExtension.registerManagedCamelContext(CamelExtension.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at
org.jboss.weld.injection.MethodInjectionPoint.invokeOnInstanceWithSpecialValue(MethodInjectionPoint.java:93)
... 112 more
--
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