Claus Ibsen created CAMEL-7745:
----------------------------------
Summary: Using @EndpointInject with ref does not enlist endpoint
in JMX
Key: CAMEL-7745
URL: https://issues.apache.org/jira/browse/CAMEL-7745
Project: Camel
Issue Type: Bug
Components: camel-blueprint, camel-osgi
Reporter: Claus Ibsen
Fix For: 2.14.0
When using osgi such as blueprint/spring-dm.
When using
{code}
@EndpointInject(ref = "sourceDirectoryXml")
Endpoint sourceUri;
{code}
In a RouteBuilder class then the endpoint is not enlisted in jmx. But if you
use uri instead of ref, then they are enlisted in JMX.
--
This message was sent by Atlassian JIRA
(v6.2#6252)