JBossWS-CXF endpoint exception handling
---------------------------------------
Key: CXF-829
URL: https://issues.apache.org/jira/browse/CXF-829
Project: CXF
Issue Type: Bug
Affects Versions: 2.0
Environment: http://jira.jboss.org/jira/browse/JBWS-1750
Reporter: thomas diesler
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)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.