[
https://issues.apache.org/jira/browse/AXIS2-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468024
]
Rich Scheuerle commented on AXIS2-2043:
---------------------------------------
The patch causes one of the jaxws tests to fail. I am investigating
<testcase classname="org.apache.axis2.jaxws.sample.FaultyWebServiceTests"
name="testFaultyWebService" time="0.09">
<failure message="javax.xml.ws.soap.SOAPFaultException: custom exception"
type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError:
javax.xml.ws.soap.SOAPFaultException: custom exception
at
org.apache.axis2.jaxws.sample.FaultyWebServiceTests.testFaultyWebService(FaultyWebServiceTests.java:37)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
</failure>
> fault description class should support exceptions withOUT @WebFault
> -------------------------------------------------------------------
>
> Key: AXIS2-2043
> URL: https://issues.apache.org/jira/browse/AXIS2-2043
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: jaxws
> Reporter: Mike Rheinheimer
> Assigned To: Rich Scheuerle
> Attachments: patch.txt
>
>
> Currently, the FaultDescriptionImpl only supports exception classes with
> @WebFault annotation. JAX-WS spec section 3.7 says @WebFault is optional.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]