Hi
I am working on Client-Server technology. I am using Hessian service
interface to connect to server from client.
Once the user login I want to track his information on the server.
How can I send user information on subsequent request.
How to implement cookies or session in Hessian ??
Using URLConnection I can send cookies information to server and check
user is valid for subsequent request.
Can I do it using Hessian ??
Thanks in advance.
Kind Regards,
Kotesh.
-----Original Message-----
From: owner-hessian-interest@xxx.com
[mailto:owner-hessian-interest@xxx.com]On Behalf Of Alon J Salant
Sent: Tuesday, March 01, 2005 10:53 AM
To: hessian-interest@xxx.com
Subject: RE: Missing dependencies in 3.0.12 release
Actually, the rebuilt jar is working fine.
Alon
> -----Original Message-----
> From: owner-hessian-interest@xxx.com [mailto:owner-hessian-
> interest@xxx.com] On Behalf Of Alon J Salant
> Sent: Monday, February 28, 2005 6:29 PM
> To: hessian-interest@xxx.com
> Subject: RE: Missing dependencies in 3.0.12 release
>
> http://www.caucho.com/support/hessian-interest/0502/0014.html
>
> Scott, I see that you are taking care of this. We're waiting on this
fix
> too.
>
> I did try copying the com.caucho.util classes from resin.jar in resin
> 3.0.10 for a temporary fix but am now getting (in JDK 1.5.1) an error
> from a retroweaver dependency:
>
> Exception in thread "main" java.lang.NoClassDefFoundError:
> com/rc/retroweaver/runtime/ClassLiteral
> at
>
com.caucho.hessian.client.HessianProxyFactory.create(HessianProxyFactory
> .java:258)
> at ...
>
> I'll wait for 3.0.13.
>
> Alon
>
> > -----Original Message-----
> > From: owner-hessian-interest@xxx.com [mailto:owner-hessian-
> > interest@xxx.com] On Behalf Of Yves Harms
> > Sent: Monday, February 28, 2005 2:20 AM
> > To: hessian-interest@xxx.com
> > Subject: Missing dependencies in 3.0.12 release
> >
> > The 3.0.12 hessian release has a dependency to the CharBuffer class
> from
> > the
> > com/caucho/util/ package.
> > Unfortunatly that package is not included in the jar.
> >
> > (I'm trying to use hessian in conjunction with Tomcat.)
> >
> > java.lang.NoClassDefFoundError: com/caucho/util/CharBuffer
> > at
> >
com.caucho.services.server.AbstractSkeleton.<init>(AbstractSkeleton.j
> > ava:86)
> >
> > Regards,
> > Yves Harms
>
This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:16:40 PDT