我试图在我的项目中触发web服务并且正在低于堆栈跟踪:同样的web服务在jboss 5.1和Apache CXF中都很好:2.2.12。 2.7.17-redhat-1,但不是jboss eap 6.4和Apache CXF:2.7.17-redhat-1
堆栈跟踪:
JBAS015594: Method invocation failed with exception: null: java.lang.IllegalStateException
at org.jboss.as.webservices.invocation.AbstractInvocationHandler.getComponentViewMethod(AbstractInvocationHandler.java:159)
at org.jboss.as.webservices.invocation.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:121)
at org.jboss.wsf.stack.cxf.JBossWSInvoker.performInvocation(JBossWSInvoker.java:177) [jbossws-cxf-server-4.3.4.Final-redhat-1.jar:4.3.4.Final-redhat-1]
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:104) [cxf-api-2.7.14.redhat-1.jar:2.7.14.redhat-1]
at org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker.invoke(AbstractJAXWSMethodInvoker.java:237) [cxf-rt-frontend-jaxws-2.7.14.redhat-1.jar:2.7.14.redhat-1]
at org.apache.cxf.jaxws.JAXWSMethodInvoker.invoke(JAXWSMethodInvoker.java:69) [cxf-rt-frontend-jaxws-2.7.14.redhat-1.jar:2.7.14.redhat-1]
at org.jboss.wsf.stack.cxf.JBossWSInvoker.invoke(JBossWSInvoker.java:146) [jbossws-cxf-server-4.3.4.Final-redhat-1.jar:4.3.4.Final-redhat-1]
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58) [cxf-api-2.7.14.redhat-1.jar:2.7.14.redhat-1]
如果您对此有所了解,请提供帮助。提前谢谢。