There are three Serializable classes which still do not contain a serialVersionUID...
ApplicationRuntimeException (probably okay to fix) RemoteExceptionEvent (probably okay to fix) ServiceToken (don't know if we can fix, as these objects are meant to be serialized; probably okay though) Any concerns with going ahead and fixing these using a default serialVersionUID (1L)? In my eclipse environment, those are the only warnings I have left. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
