Mantis - Hessian
Viewing Issue Advanced Details
3266 minor always 01-15-09 12:56 01-15-09 13:52
ferg  
 
normal  
new  
open  
none    
none  
0003266: Hessian custom serialization
(rep by Stephane Nicoll)

We're using hessian as our remote API and after quite a lot of
problems we end up with something that fit our needs. The client is
exclusively a Java client at this stage.

There's one problem left due to the fact that Hessian requires a non
arg constructor (or a constructor accepting null arguments). For such
type (java.net.URL being one of them) we need to write a custom
serializer/deserializer and perform the plumbing.

Very annoying.

We have the same problem with the Hibernate Criteria API. As soon as
we use some criterion, we get a serialization issue.

Is there a way to configure hessian to use the Java serialization
instead? I am using 3.1.6 with the protocol v.1


There are no notes attached to this issue.