users@glassfish.java.net

Re: Standalone client, remote class loading issue (FVDCodeBaseImpl.implementation)

From: Ken Cavanaugh <ken.cavanaugh_at_oracle.com>
Date: Wed, 20 Apr 2011 18:08:58 -0700

On Apr 20, 2011, at 4:02 AM, Martin Weber wrote:

> Am 19.04.2011 20:14, schrieb Ken Cavanaugh:
>>
>> On Apr 19, 2011, at 10:26 AM, Martin Weber wrote:
>
> Hi Ken,
> thank you for that clarification.
>
>>
> ...
>> The ORB actually supports code downloading (just as RMI does), but we don't enable this in GF.
>
> This is why the client invokes FVDCodeBaseImpl.implementation(), I guess?

The client is trying to find a codebase URL from which it could download the class, but of course
one has not been configured, so that class cannot be downloaded.

Ken.