waoywssy / linfu

Automatically exported from code.google.com/p/linfu
0 stars 0 forks source link

Exceptions are not serializable #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Exceptions in LinFu are not marked as serializable.  This causes pain when
implementing code on the other side of a remoting edge that uses IoC. 
Because the LinFu exceptions are not serializable, the entire exception
chain will not serialize over the remoting edge.  Instead, the remoting
client gets a SerializationException indicating that the LinFu exception
cannot serialize.  This masks the real error and makes diagnostics difficult.

Original issue reported on code.google.com by ran...@gmail.com on 8 Feb 2010 at 8:26

GoogleCodeExporter commented 9 years ago
Fixed in revision 474.

Original comment by Philip.L...@gmail.com on 8 Feb 2010 at 9:10