使用CXF从Java应用程序调用外部服务时出错

时间:2019-05-01 10:46:13

标签: java jboss cxf

在基于侦听器的Java应用程序中出现以下错误:

ERROR [stderr] (threadPoolExecutorFor<<applicationName>>Listener-18) 304755 [threadPoolExecutorFor<<applicationName>>Listener-18] INFO org.apache.cxf.service.factory.ReflectionServiceFactoryBean - Creating Service {http://www.org.com/main/services/product/<<externalServiceName>>}<<serviceName>>Lookup-service.serviceagent from class com.org.mst.<<applicationName>>.wsclient.main.services.product.<<externalService>>.PortType

我正在使用: Java 8,JBoss 7作为应用程序服务器和CXF 2.7.14 以下是我在应用程序中使用的cxf jar:

  1. cxf-rt-frontend-jaxws-2.7.14.jar
  2. cxf-api-2.7.14.jar
  3. cxf-rt-core-2.7.14.jar
  4. cxf-rt-bindings-soap-2.7.14.jar
  5. cxf-rt-databinding-jaxb-2.7.14.jar
  6. cxf-rt-bindings-xml-2.7.14.jar
  7. cxf-rt-frontend-simple-2.7.14.jar
  8. cxf-rt-ws-addr-2.7.14.jar
  9. cxf-rt-ws-policy-2.7.14.jar
  10. cxf-rt-transports-http-2.7.14.jar

0 个答案:

没有答案