Route using programmatically defined CxfEndpoint doesn't appear as OSGi service
-------------------------------------------------------------------------------

                 Key: CAMEL-5064
                 URL: https://issues.apache.org/jira/browse/CAMEL-5064
             Project: Camel
          Issue Type: Bug
          Components: camel-cxf
    Affects Versions: 2.8.2
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: 2.9.2


If we create a route with a CXF endpoint programmatically:

CxfEndpoint endpoint = new CxfEndpoint();
endpoint.setCamelContext(camelContext);
endpoint.setAddress(myAddress);
endpoint.setWsdlUrl(wsdl);

and register the route using

camelContext.add(routeDefinition);

the route is started and appears in the MBeans, but, in Karaf, routes:list 
doesn't display the route (as OSGi service is not there).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to