rmi.Naming and registry
From: staff (pawelstawicki_at_gazeta.pl.nospam)
Date: 09/29/04
- Next message: Jonck: "What is "evil" about casting?"
- Previous message: John C. Bollinger: "Re: req.isRequestedSessionIdValid() and req.getSession()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 29 Sep 2004 16:04:21 +0200
Hello,
I am having a following problem. When I create rmi registry in my
application by
LocateRegistry.createRegistry(Registry.REGISTRY_PORT);
and I register objects in it everything is ok. I am registering by
Naming.rebind("RemoteName", remoteInterfaceImplInstance);
Problems are coming up when registry is already created by other
application. Then Naming.rebind(...) throws exception ClassNotFound ....
RemoteInterfaceImpl_Stub.
Looks like registry has no access to this class, how to make such access for
already created registry?
Regards
Paweł Stawicki
- Next message: Jonck: "What is "evil" about casting?"
- Previous message: John C. Bollinger: "Re: req.isRequestedSessionIdValid() and req.getSession()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|