http://mail-archives.apache.org/mod_mbox/karaf-user/201501.mbox/%[email protected]%3E
I'm in this pickle. As per the other person who started the thread: // force dependency ordering that CXF transport is there first. // http://mail-archives.apache.org/mod_mbox/karaf-user/201501.mbox/%3ccajavhjj_12edo0wjan7ad-yajh1-wjh7cypgxbpxzoyyyeh...@mail.gmail.com%3E @Reference public void setCxfTransport(org.apache.cxf.transport.http.DestinationRegistry destRegistry) { // } is not good enough. I suspect i need something specific to TCP to depend on. aused by: org.apache.cxf.BusException: No DestinationFactory was found for the namespace http://cxf.apache.org/transports/http. at org.apache.cxf.bus.managers.DestinationFactoryManagerImpl.getDestinationFactory(DestinationFactoryManagerImpl.java:122) at org.apache.cxf.endpoint.ServerImpl.initDestination(ServerImpl.java:79) at org.apache.cxf.endpoint.ServerImpl.<init>(ServerImpl.java:63) at org.apache.cxf.jaxrs.JAXRSServerFactoryBean.create(JAXRSServerFactoryBean.java:170) is the immediate symptom.
