I saw it too today, some concurrency/ordering issue ? Not sure
Benson, can you please try few different Karaf versions if you have a chance. I don't recall any changes which might've affected the destination factory look up going into CXF recently.
Cheers, Sergey On 13/06/16 18:24, Benson Margulies wrote:
In a rather stable code base of mine, I am experiencing a puzzling problem. I build a karaf assembly that includes CXF. If I start up that assembly, it works. If I stop it and start it again, having changed no features or bundles, I have a cascade of errors starting with: Caused 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) ... 54 more The HTTP transport bundle is present: 99 | Active | 80 | 3.1.4 | Apache CXF Runtime HTTP Transport I've never seen anything like this.
-- Sergey Beryozkin Talend Community Coders http://coders.talend.com/
