Marteijn Nouwens wrote: > Hello, > > We are trying to use the hessian implementation to communicate with a > jboss server from a Swing client over the internet. We created some > samples and these seemed to work ok but when we but simelar code into > large object we get class not found errors. > > 20:20:23,982 ALL [ContextSerializerFactory] > java.lang.ClassNotFoundException: java/util/ArrayListHessianSerializer > java.lang.ClassNotFoundException: java/util/ArrayListHessianSerializer > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:247) > > Anybody any idea where we should be looking. We run on Jboss 5.0.1 GA > and the swing client are on 6. Are you sure this is a problem? For unknown types, Hessian tries to load custom serializers named FooHessianSerializer. If it doesn't find the custom serializer, it uses the default behavior. We log the failure at a very low level just on the theory of never swallowing an exception entirely.
-- Scott > > Marteijn Nouwens > ------------------------------------------------------------------------ > > _______________________________________________ > hessian-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/hessian-interest > _______________________________________________ hessian-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/hessian-interest
