Actually, it's the scm/diff that is showing the split...my IDE busted it
at the comma...I am pretty sure it's clean.

Look at:

http://svn.apache.org/repos/asf/incubator/openejb/trunk/openejb3/server/openejb-client/src/main/java/org/apache/openejb/client/Client.java

and let me know if it looks ok.

Can you tell me where the protocol version number is and I will be happy
to bump it? ;-)

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

Reply via email to