Hello all,
 
The Hessian protocol is exactly what we require to support communication
between mobile devices running (J2ME personal profile 1.1) and our
application servers running J2EE
 
We have a Hessian Servlet running on the J2EE application server with no
problems. Hessian clients can talk to this with no problem when using
J2SE
 
However using J2ME personal profile 1.1 Hessian clients do not work
since they rely on optional packages not in J2ME personal profile 1.1
 
The error I get is java.lang.NoClassDefFoundError:
javax.naming.spi.ObjectFactory
 
Anyone have any ideas how I can get round this problem since we would
really like to use Hessian on our remote mobile devices.
 
 
Best Regards
Paul
 
_______________________________________________
hessian-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/hessian-interest

Reply via email to