Hi Jacques:
Can you statement your problem detailly ? Because in my
test, this two way all work fine.
one:
Registry registry = LocateRegistry.createRegistry(1234);
registry.rebind(xxxxx, xxxxx);
two:
LocateRegistry.createRegistry(1234);
Naming.rebind(xxxxx, xxxxx);