[ 
https://issues.apache.org/jira/browse/CAMEL-7969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Diesler updated CAMEL-7969:
----------------------------------
    Description: 
In the case of SpringCamelContext we have this code

{code}
    protected SpringCamelContext createContext() {
        SpringCamelContext ctx = newCamelContext();        
        ctx.setName(getId());        
        return ctx;
    }
{code}

The Container singleton is however called from the DefaultCamelContext ctor 
(i.e. before the name is initialised properly)

CrossRef: https://github.com/tdiesler/wildfly-camel/issues/16

  was:
In the case of SpringCamelContext we have this code

{code}
    protected SpringCamelContext createContext() {
        SpringCamelContext ctx = newCamelContext();        
        ctx.setName(getId());        
        return ctx;
    }
{code}

The Container singleton is however called from the DefaultCamelContext ctor 
(i.e. before the name is initialised properly)


> Container sees Context prematurely (with default name)
> ------------------------------------------------------
>
>                 Key: CAMEL-7969
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7969
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 2.14.0
>            Reporter: Thomas Diesler
>
> In the case of SpringCamelContext we have this code
> {code}
>     protected SpringCamelContext createContext() {
>         SpringCamelContext ctx = newCamelContext();        
>         ctx.setName(getId());        
>         return ctx;
>     }
> {code}
> The Container singleton is however called from the DefaultCamelContext ctor 
> (i.e. before the name is initialised properly)
> CrossRef: https://github.com/tdiesler/wildfly-camel/issues/16



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

Reply via email to