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