On Nov 5, 2006, at 6:26 PM, [EMAIL PROTECTED] wrote:
Removed:
incubator/cayenne/main/trunk/core/cayenne-jdk1.4/src/main/java/
org/apache/cayenne/remote/hessian/service/_HessianServlet.java
Hi Tore,
So how did it go? Did you have a chance to try out the new version of
Hessian in an app? I am glad we got rid of the _HessianServlet hack.
Checking the new Hessian sources looks like this piece in the service
method is now handled by Hessian:
// ***** Hessian 3.0.13 bug: the following line was missing.
HessianInput in = new HessianInput();
in.setSerializerFactory(getSerializerFactory());
in.init(is);
Andrus