logo       

Re: Why is java.rmi.server.SkeletonMismatchException deprecated?: msg#00041

java.sun.rmi

Subject: Re: Why is java.rmi.server.SkeletonMismatchException deprecated?

> Why is java.rmi.server.SkeletonMismatchException deprecated? I just got
> it using jdk 1.4.2 so it is still being used.

Do you have a complete stack trace? Can you explain how you got it?
Was 1.4.2 being used by all involved parties? Were any of the
application-level stub/skeleton classes generated by rmic with the
"-v1.1" option (or by rmic from JDK 1.1.x)?

SkeletonMismatchException was only ever thrown by rmic-generated
skeleton classes. On post-1.1.x servers, skeleton classes should only
be invoked:

- if the corresponding stub class was generated by rmic with the
"-v1.1" option (or by rmic from JDK 1.1.x)

- if the client is running JDK 1.1.x

- for registry and DGC communication

-- Peter

===========================================================================
To unsubscribe, send email to listserv@xxxxxxxxxxxx and include in the body
of the message "signoff RMI-USERS". For general help, send email to
listserv@xxxxxxxxxxxx and include in the body of the message "help".

For a list of frequently asked RMI questions please refer to:
http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html

To view past RMI-USERS postings, please see:
http://archives.java.sun.com/archives/rmi-users.html



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise