You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2014/11/05 13:16:34 UTC

[jira] [Commented] (CAMEL-7992) Container lifecycle event method invoked outside of extension observer method invocation

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

Willem Jiang commented on CAMEL-7992:
-------------------------------------

Applied the patch into camel master ,camel-2.14.x and camel-2.13.x branches.

> Container lifecycle event method invoked outside of extension observer method invocation
> ----------------------------------------------------------------------------------------
>
>                 Key: CAMEL-7992
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7992
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-cdi
>    Affects Versions: 2.14.0
>            Reporter: Thomas Diesler
>            Assignee: Willem Jiang
>             Fix For: 2.14.1, 2.15.0, 2.13.4
>
>
> camel-cdi does no longer work on wildfly-9.0
> {code}
> org.jboss.weld.exceptions.IllegalStateException: WELD-000143: Container lifecycle event method invoked outside of extension observer method invocation.
> 	at org.jboss.weld.bootstrap.events.ContainerEvent.checkWithinObserverNotification(ContainerEvent.java:61)
> 	at org.jboss.weld.bootstrap.events.ProcessAnnotatedTypeImpl.getAnnotatedType(ProcessAnnotatedTypeImpl.java:56)
> 	at org.apache.camel.cdi.internal.CamelContextConfig.configure(CamelContextConfig.java:47)
> 	at org.apache.camel.cdi.internal.CamelContextBean.configureCamelContext(CamelContextBean.java:131)
> 	at org.apache.camel.cdi.internal.CamelExtension.startConsumeBeans(CamelExtension.java:231)
> {code}
> To reproduce, build: https://github.com/tdiesler/wildfly-camel/tree/2.0
> Cross Issue: https://issues.jboss.org/browse/WFLY-4046



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)