Disregard the last email I sent...i get what you are saying about the
IDE...I'll try to prevent it from breaking..period.
But I still need the protocol info ;-)
Thanks,
Jeff
Dain Sundstrom wrote:
> On Dec 21, 2006, at 1:02 PM, [EMAIL PROTECTED] wrote:
>
>> - throw new RemoteException("Cannot read the response
>> from the server. The class for an object being returned is not
>> located in this system:", e);
>> + throw new RemoteException(
>> + "Cannot read the response from the server.
>> The class for an object being returned is not located in this system:",
>> + e);
>
> Jeff,
>
> This is cool. One thing, can you set your IDE to not break likes like
> that? It should be fine to have had that all on one line.
>
> Also, if you haven't done it already, we'll need bump the protocol
> version number.
>
> -dain