You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@etch.apache.org by "scott comer (JIRA)" <ji...@apache.org> on 2008/11/17 16:53:44 UTC

[jira] Created: (ETCH-12) an exception return value from a message is indistinguishable from a thrown exception

an exception return value from a message is indistinguishable from a thrown exception
-------------------------------------------------------------------------------------

                 Key: ETCH-12
                 URL: https://issues.apache.org/jira/browse/ETCH-12
             Project: Etch
          Issue Type: Bug
          Components: compiler, csharp-binding, java-binding
    Affects Versions: 1.0.1, 1.0.0
         Environment: java binding, csharp binding
            Reporter: scott comer


when a return value is an exception, it is saved in the "_result" field of the reply message. any thrown exception is also saved in the "_result" field. the remote code in the caller throws the value of the "_result" field if it is an exception. thus, the two cases cannot be distinguished.

not saying this should be fixed, just reporting it so that it can be documented.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.