Re: Replacing JRMP with JERI
Robert DiFalco <[email protected]>
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <[email protected]> |
Not sure what you mean. You mean the RMIRegistry doesn't work with JERI? It's not pluggable and is actually a JRMPRegistry? -----Original Message----- From: Gregg Wonderly [mailto:[email protected]] Sent: Thursday, July 07, 2005 12:09 PM To: Robert DiFalco Cc: [email protected] Subject: Re: Replacing JRMP with JERI Robert DiFalco wrote: > Either RMIRegistry, returned by calling #get methods on other remote > objects, and some are even serialized. Since RMIRegistry is connected only by JRMP, you'll have to use JRMP based connections to talk to it. This should not create any conflicts except from the availability of SSL there. You can use a socket factory to fix this though. Gregg Wonderly =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff RMI-USERS". For general help, send email to [email protected] 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