|
Re: Why is java.rmi.server.SkeletonMismatchException deprecated?: msg#00041java.sun.rmi
> 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> |
|---|---|---|
| Previous by Date: | Why is java.rmi.server.SkeletonMismatchException deprecated?, Joseph Shraibman |
|---|---|
| Next by Date: | Re: Why is java.rmi.server.SkeletonMismatchException deprecated?, Joseph Shraibman |
| Previous by Thread: | Why is java.rmi.server.SkeletonMismatchException deprecated?, Joseph Shraibman |
| Next by Thread: | Re: Why is java.rmi.server.SkeletonMismatchException deprecated?, Joseph Shraibman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |