Export to GitHub

linfu - issue #41

Exceptions are not serializable


Posted on Feb 8, 2010 by Happy Giraffe

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.

Comment #1

Posted on Feb 8, 2010 by Massive Bird

Fixed in revision 474.

Status: Fixed

Labels:
Type-Defect Priority-Medium