--- Paul French <[EMAIL PROTECTED]> wrote:

> I am using JDK 1.4.2 (i.e. no generics) and Hessian 2.1.12

Hi Paul,

The behavior you're seeing sounds like a bug.  Have you tried a newer
version of hessian?  The default builds are targeted at 1.5, so you
might try downloading a source version and building a 1.4 targeted
jar.  Grab the Resin source and edit build.xml to add 

  <property name="javac.target" value="1.4"/>

at the top near the other javac properties.  Then run "ant" and "ant
dist" to get a hessian jar.  You'll need the 1.5 compiler to do this
step, but the resulting jar should work with your 1.4 code
afterwards.  It will be in the RESIN/dist directory.

Best,
Emil

============================================================

Emil Ong
Software Engineer
Caucho Technology, Inc.
Tel. (858) 456-0300
mailto:[EMAIL PROTECTED]

Caucho: Reliable Open Source
--> Resin: application server
--> Quercus: PHP in Java
--> Hessian Web Services


_______________________________________________
hessian-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/hessian-interest

Reply via email to