Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [riena-dev] com.caucho.hessian.io.HessianFieldException

Thanks for your reply.

I have made an minimal example to reproduce the problem.
See the attachment.

The EntRec contains a java.sql.Timestamp field.
You can view test.serv.ServiceImpl class,
If the server return just 1 EntRec, the invocation is OK. 
If the server return more EntRecs, if the Timestamp field is not null, it failed, if the Timestamp field is null, it is OK.


----- Original Message ----- 
From: "Stefan Liebig" <Stefan.Liebig@xxxxxxxxxxxx>
To: "Riena Developers list" <riena-dev@xxxxxxxxxxx>
Sent: Wednesday, June 02, 2010 8:24 PM
Subject: Re: [riena-dev] com.caucho.hessian.io.HessianFieldException


Hi Yau,

Yes, seems that there is something wrong with the deserialization.
Could you please open a bug for this? It would be very helpful if you 
could attach a minimal example showing the failure. Or at least all the 
classes which get transferred.

Tschüß,
Stefan

Attachment: test.client.source_1.0.0.201006031607.jar
Description: Binary data

Attachment: test.common.source_1.0.0.201006031607.jar
Description: Binary data

Attachment: test.serv.source_1.0.0.201006031607.jar
Description: Binary data


Back to the top