Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-1.2
-
None
-
None
-
Windows 2k, JDK 1.5.0_15, maven 2.0.9
Description
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.