-----Ursprüngliche Nachricht-----
>Von: Jason Dillon [mailto:[EMAIL PROTECTED]]
>Gesendet: Montag, 19. November 2001 21:19
>An: Bill Burke
>Cc: marc fleury; Jboss-Development@Lists. Sourceforge. Net
>Betreff: RE: [JBoss-dev] Ignorance

>You do not need to have this 
>set unless you have modified a class and wish to remain serial compatiblity

>with an older version.  

You also need it in case you have a serializable/externalizable class that
has a few 
server-related constructors referring to classes that are not visible on the
client (and never should
be called if the class has been moved through serialisation).

The automatic serversion generation of RMI uses heavy reflection also on the
method signatures 
and leads to CNFE´s in these cases.

CGJ
 


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to