Dear member, i was establishing a relationship between two Entity beans. For this i was storing the primary key of second entity in first entity field, but not vice-versa. For this i make proper changes in .xml file. But this exception was coming..
com.evermind.server.rmi.OrionRemoteException: Error loading state: java.io.StreamCorruptedException: InputStream does not contain a serialized object
void com.evermind.server.rmi.RMICallHandler.run(java.lang.Thread) ................ . .. ...data types were of type String and Long, that are serializable, but still this is coming....