Don't allow non-WebServiceException exceptions to perculate into the client code
--------------------------------------------------------------------------------

                 Key: AXIS2-956
                 URL: http://issues.apache.org/jira/browse/AXIS2-956
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: jaxws
            Reporter: Rich Scheuerle
            Priority: Critical


Primary Problem:
The JAX-WS invoke* methods need try/catch blocks to intercept RuntimeExceptions 
from lower layers in the code stack.  A WebServiceException should be rethrown.

We also need a "negative test" to validate.  For example a dispatch message 
test that passes an invalid envelope.

Secondary Problem:
Consider adding similar try/catch blocks for other classes that directly 
implement JAX-WS interfaces.  

This problem is blocking our integration testing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to