Re: Improperly encoded URLs

Gregg Wonderly <[email protected]> Wed, 20 Jun 2007 15:16:08 -0500
Newsgroups gmane.comp.java.sun.rmi
Message-ID <[email protected]>
Humphreys, Brett wrote:
> Further setting java.rmi.server.codebase property (on the client, who is
> making the call) doesn't seem to have much affect on this behavior.  At
> least with respect to the list of jars that are sent to the server.  But
> according to the documentation, I expected it to have some affect on
> this behavior.
>
> Any help and guidance would be appreciated.

I am not familar, at all, with equinox, but under the covers of all of this, I
believe, should be the use java.rmi.server.RMIClassLoaderSPI and the associated
implementation of

        String getClassAnnotation(Class<?> cl);

You might look around for the use of this SPI to see if you can figure out if it
is used, or if a larger ClassLoader replacement is in effect that replaces this
functionality.  This might help you figure out if there is one place to fix
this, or 100s.

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