Re: svn commit: r471567 - in /incubator/cayenne/main/trunk: ./ core/cayenne-jdk1.4/src/main/java/org/apache/cayenne/remote/hessian/service/ tutorials/quick-start-rop/cayenne-rop-client-tutorial/ tutorials/quick-start-rop/cayenne-rop-server-tutorial/

From: Andrus Adamchik (andru..bjectstyle.org)
Date: Sun Nov 05 2006 - 18:54:32 EST

  • Next message: Aristedes Maniatis: "Re: [JIRA] Commented: (CAY-636) Switch Cayenne HEAD to hessian 3.0.21"

    On Nov 5, 2006, at 6:26 PM, torehalse..pache.org 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



    This archive was generated by hypermail 2.0.0 : Sun Nov 05 2006 - 18:55:03 EST