[ http://issues.apache.org/jira/browse/AXISCPP-731?page=comments#action_12318519 ]
Henrik Nordberg commented on AXISCPP-731: ----------------------------------------- Yes, returning a failure code on the server sounds good. But also, since the function is defined as extern "C", I don't know if you should throw exceptions at all (even on the client side). Also, I wish the actual error string from the exception will reach the Apache error log. > extern "C" functions throw exceptions > ------------------------------------- > > Key: AXISCPP-731 > URL: http://issues.apache.org/jira/browse/AXISCPP-731 > Project: Axis-C++ > Type: Bug > Components: Server - Apache module > Versions: current (nightly) > Reporter: Henrik Nordberg > > The following functions defined as extern "C" throw exceptions: > In Axis.cpp: > int initialize_module (int bServer); > int uninitialize_module (); > Can these throws be changed to log to the Apache error_log and return a > failure code? -- 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
