org.springframework.beans.factory.BeanCreationException:错误创建名为“services”的bean :调用init方法失败;嵌套异常是org.apache.cxf.service.factory.ServiceConstructionException.由: org.apache.cxf.service.factory.ServiceConstructionException at org.apache.cxf.jaxrs.JAXRSServerFactoryBean.create
您好,我正在使用JBOSS 5开发一个Spring服务。我使用"SimpleJaxWsServiceExporter“来部署该服务。我的服务端点是:@Componentpublic class ParcelTrackingServiceEndpoint {
public ParcelTrackingService trackingService;
public St