J
jena.alok
Hi,
I want to create a RMI based client server without using the registry.I
am using the database as a storage instead of the registry.
Here is what i am doing
a) The server extends UnicastRemoteObject .I bring-up the server and
writes it's RemoteRef to the database .
b) The client comes up and reads the RemoteRef object from the
database.It constructs the Stub and invokes the remote method on the
stub .
I get the unknown source method error .Why the client is not able to
contact the server and load the server code ....
Thanks,
AJ
I want to create a RMI based client server without using the registry.I
am using the database as a storage instead of the registry.
Here is what i am doing
a) The server extends UnicastRemoteObject .I bring-up the server and
writes it's RemoteRef to the database .
b) The client comes up and reads the RemoteRef object from the
database.It constructs the Stub and invokes the remote method on the
stub .
I get the unknown source method error .Why the client is not able to
contact the server and load the server code ....
Thanks,
AJ