NPE in finally block in generate Stub methods
---------------------------------------------

                 Key: AXIS2-3788
                 URL: https://issues.apache.org/jira/browse/AXIS2-3788
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: codegen
    Affects Versions: 1.4
            Reporter: Stefan Lischke


The methods generated in the Stub have a try catch block
try{

 }catch(org.apache.axis2.AxisFault f){
    ...
}
finally {
                
_messageContext.getTransportOut().getSender().cleanup(_messageContext);
}

A "org.apache.axis2.AxisFault: Transport out has not been set" is catched and 

_messageContext.getTransportOut() is  NULL

That results in an ugly NPE

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

Reply via email to