MessageReceiver is generated with redundant catch clause
--------------------------------------------------------

                 Key: AXIS2-1760
                 URL: http://issues.apache.org/jira/browse/AXIS2-1760
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: adb
    Affects Versions: 1.1
            Reporter: Shahar Kedar


I've generated a server side code with ADB binding for the attached WSDL. As 
can be seen from the WSDL, the getConnectionInfoSet method has an In-Out MEP 
while the updateConnectionInfoSet has an In-Only MEP. For this reason, Axis2 
has generated 2 MessageReceivers (see attached code): InOut and InOnly message 
receiver.
The problem is that both message receiver catch the exception of all the 
operations in the service. This results in compilation errors of course.


-- 
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