whenever I try to call my ejb from a client, I get this error:
java.rmi.MarshalException: Failed to communicate. Problem during marshalling/unmarshalling; nested exception is: java.io.InvalidClassException: com.afrikbrain.util.message.MessageInfo; local class incompatible: stream classdesc serialVersionUID = 2285009932770474121, local class serialVersionUID = -2900394430145132451 at org.jboss.remoting.transport.socket.SocketClientInvoker.handleException(SocketClientInvoker .java:122)
Why is this happening? and how to solve it?
java java-ee marshalling ejb rmi
Attilah Oct. 16 '09 at 14:35 2009-10-16 14:35
source share