Nadirowski
08-16-2010, 10:07 AM
Hi
I'm using hessian 4.0.6 with Flamingo framework.
I'm trying to pass an object within an app with hessian protocol.
But all i get is some strange serializer errors like
NoClassDefFound - pl.atena.seamapp.UserHessianSerializer
The class i'm trying to use is a simple POJO named User, and it implements java.io.Serializable. I never intended to use custom serializers.
Why is this happening?
I'm using hessian 4.0.6 with Flamingo framework.
I'm trying to pass an object within an app with hessian protocol.
But all i get is some strange serializer errors like
NoClassDefFound - pl.atena.seamapp.UserHessianSerializer
The class i'm trying to use is a simple POJO named User, and it implements java.io.Serializable. I never intended to use custom serializers.
Why is this happening?