RMI binding and handling Exceptions
-----------------------------------
Key: TUSCANY-2406
URL: https://issues.apache.org/jira/browse/TUSCANY-2406
Project: Tuscany
Issue Type: Bug
Affects Versions: Java-SCA-1.2
Environment: Windows 2k, JDK 1.5.0_15, maven 2.0.9
Reporter: tomas darbois
Attachments: tuscany-helloworld-rmi.rar
Here is a testcase dealing with propagation of exception through Tuscany RMI
binding.
I've created it from an other testcase that I've done for an other SCA
implementation.
It's testing the propagation of an usual IO exception. => Failure :
the message is different because RMI is creating an exception with his specific
message that is a java.rmi.UnexpectedException which also is an IO exception
but not the one we created.
It's testing the propagation of a user defined exception => Failure :
Exception is java.rmi.UnexpectedException instead of
example.hw.UserCreatedException.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.