Hi,

Deserializing a stacktrace with Hessian-2 fails because the StackTraceElement 
class is not correctly deserialized.
The reason is that the Hessian2Input.readObjectInstance() method calls the 
reader.readObject() method of the StackTraceElementDeserializer.
However, this method is not overridden and so it results in an 
UnsupportedOperationException thrown by the AbstractDeserializer.

I checked this with the 3.1.3 release.

Is this perhaps already fixed in the development trunk ? 

grtz,

Roger.
_______________________________________________
hessian-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/hessian-interest

Reply via email to