Memory violation in Calculator Web Service
------------------------------------------
Key: TUSCANY-821
URL: http://issues.apache.org/jira/browse/TUSCANY-821
Project: Tuscany
Issue Type: Bug
Components: C++ SCA
Affects Versions: Cpp-M2
Reporter: Jean-Sebastien Delfino
Assigned To: Jean-Sebastien Delfino
Fix For: Cpp-M2
This is probably caused by the changes to how Operation works and handles
parameters and return values, but the fact that WSServiceProxy.setOutputData
takes an Operation instead of an Operation& causes a memory viloation. The
returnValue is not passed along when Operation is copied on the stack.
I am changing setOutputData to take an Operation& instead, which is better
anyway.
This change fixes the memory violation.
--
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]