Hello, I'm not sure if this is the right forum to discuss possible defects in the (java) Hessian code, but I think
com.caucho.hessian.io.JavaDeserializer.NullFieldDeserializer should extend com.caucho.hessian.io.JavaDeserializer.FieldDeserializer. If not, this will throw an ArrayStoreException in Hessian2Input.readObjectDefinition(Class<?> cl) line 2162 -> fields[i] = reader.createField(name); when the class at the client side is older than the class on the server side and is missing properties. Regards, Thomas Poppe _______________________________________________ hessian-interest mailing list hessian-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/hessian-interest