[ http://issues.apache.org/jira/browse/AXISCPP-477?page=history ] Fred Preston closed AXISCPP-477: --------------------------------
Fixed code in ClientStubWriter:writeMethodInWrapper > Inconsistent call::uninitialize when throwing faults from stubs > --------------------------------------------------------------- > > Key: AXISCPP-477 > URL: http://issues.apache.org/jira/browse/AXISCPP-477 > Project: Axis-C++ > Type: Bug > Components: Client - Stub > Reporter: Mark Whitlock > Assignee: Fred Preston > > When the generated stub catches AxisException (in FaultMappingTest for > example) it throws exceptions back to the client application. Sometimes it > calls Call::uninitialize before it throws the exception back and sometimes it > doesn't. This looks wrong to me. Surely the call object should always be > uninitialized before any exception is thrown back to the client application. > This may not be a simple fix since uninitializing the call object may cause > problems at termination when throwing some exceptions back. -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
