Mantis - Resin
Viewing Issue Advanced Details
1417 major always 10-19-06 09:27 10-24-06 11:02
jjviana  
ferg  
normal  
closed 3.0.22  
fixed  
none    
none 3.0.22  
0001417: Hessian SQL Timestamp serialization breaks object references
When serializing a java.sql.Timestamp value, the class SqlDateSerializer writes the object as a map. However, the method HessianOutput.addRef is not called, which mean the map/list reference count for the stream becomes corrupt. References for maps or lists serialized after a Timestamp is written to the stream are broken.

Notes
(0001549)
ferg   
10-24-06 11:02   
hessian/328{7,8}