[
https://issues.apache.org/jira/browse/AXISCPP-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
nadir amra closed AXISCPP-1023.
-------------------------------
Resolution: Fixed
I chose to implement copy constructor as:
// copy constructor
AxisGenException(const AxisGenException& e): AxisException((const
AxisException)e) { }
since the submitted patch would have resulted in a duplicate message being
generated.
Please test and if problems, reopen or post.
Thanks.
> Exception subclasses missing copy constructor
> ---------------------------------------------
>
> Key: AXISCPP-1023
> URL: https://issues.apache.org/jira/browse/AXISCPP-1023
> Project: Axis-C++
> Issue Type: Bug
> Components: Client - API
> Affects Versions: 1.6 Beta
> Environment: Windows VC7
> Reporter: Wayne Johnson
> Priority: Critical
> Fix For: current (nightly)
>
> Attachments: AxisCPP-1023.patch
>
>
> AxisGenException is missing a copy constructor which causes crashes when
> exception is thrown.
--
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]