You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jean-Baptiste Onofré (Resolved JIRA)" <ji...@apache.org> on 2012/04/02 14:03:24 UTC

[jira] [Resolved] (CAMEL-5064) Route using programmatically defined CxfEndpoint doesn't appear as OSGi service

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

Jean-Baptiste Onofré resolved CAMEL-5064.
-----------------------------------------

       Resolution: Cannot Reproduce
    Fix Version/s:     (was: 2.9.2)

After a complete cleanup of the data folder, I don't have the issue anymore.
                
> 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é
>
> 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