Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Invalid
-
2.0
-
None
-
None
Description
ant -Dtest=jaxws/samples/exception test
Testcase: testSoapFaultException took 1.587 sec
FAILED
expected:<mr.actor> but was:<null>
junit.framework.ComparisonFailure: expected:<mr.actor> but was:<null>
at org.jboss.test.ws.jaxws.samples.exception.ExceptionTestCase.testSoapFaultException(ExceptionTestCase.java:108)
Testcase: testApplicationException took 0.116 sec
Caused an ERROR
Error reading XMLStreamReader.
javax.xml.ws.soap.SOAPFaultException: Error reading XMLStreamReader.
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:168)
Caused by: java.lang.NoSuchMethodException: org.jboss.test.ws.jaxws.samples.exception.server.UserException.getFaultInfo()
at java.lang.Class.getMethod(Class.java:1581)
at org.apache.cxf.jaxws.interceptors.WebFaultOutInterceptor.handleMessage(WebFaultOutInterceptor.java:77)
Attachments
Issue Links
- is a clone of
-
CXF-817 Add support for configurable invoker in cxf.xml
- Closed