You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2009/10/07 18:39:54 UTC

[jira] Resolved: (SMX4-311) Problems using CXF http-centric client api in ServiceMix JBI component

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

Sergey Beryozkin resolved SMX4-311.
-----------------------------------

    Resolution: Cannot Reproduce

> Problems using CXF http-centric client api in ServiceMix JBI component
> ----------------------------------------------------------------------
>
>                 Key: SMX4-311
>                 URL: https://issues.apache.org/activemq/browse/SMX4-311
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m1, 4.0.0
>            Reporter: Sergey Beryozkin
>            Assignee: Sergey Beryozkin
>             Fix For: 4.1.0
>
>
> - not finding jaxrs namespace when WebClient.createClient(uri) was called.
> and after :
> Bus bus = BusFactory.getDefaultBus();
> BindingFactoryManager mgr = bus.getExtension(BindingFactoryManager.class);
> mgr.registerBindingFactory(JAXRSBindingFactory.JAXRS_BINDING_ID, new JAXRSBindingFactory());
> the follwing error is returned after when client.get() is called:
> org.apache.cxf.interceptor.Fault: No conduit initiator was found for the namespace http://schemas.xmlsoap.org/wsdl/soap/http
> corresponding CXF issue : https://issues.apache.org/jira/browse/CXF-2320
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.