Exception in thread “main” org.apache.cxf.service.factory.ServiceConstructionException

Exception in thread “main” org.apache.cxf.service.factory.ServiceConstructionException
at org.apache.cxf.jaxrs.JAXRSServerFactoryBean.create(JAXRSServerFactoryBean.java:221)
at com.link.We.main(We.java:28)
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:124)
at org.apache.cxf.endpoint.ServerImpl.initDestination(ServerImpl.java:81)
at org.apache.cxf.endpoint.ServerImpl.(ServerImpl.java:64)
at org.apache.cxf.jaxrs.JAXRSServerFactoryBean.create(JAXRSServerFactoryBean.java:173)
… 1 more

你可能感兴趣的:(Exception in thread “main” org.apache.cxf.service.factory.ServiceConstructionException)