Thomas Diesler created CAMEL-7969:
-------------------------------------
Summary: Container only sees Context 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)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)