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
Original issue reported on code.google.com by
ran...@gmail.com
on 8 Feb 2010 at 8:26