merged ticket444

This commit is contained in:
Michael Kober 2010-09-30 10:24:34 +02:00
commit ca7041632a
5 changed files with 69 additions and 53 deletions

View file

@ -250,7 +250,7 @@ object RemoteActorSerialization {
Actor.log.debug("Register serialized Actor [%s] as remote @ [%s:%s]", actorClass.getName, host, port)
RemoteServer.getOrCreateServer(homeAddress)
RemoteServer.registerActorByUuid(homeAddress, uuid.toString, ar)
ActorRegistry.registerActorByUuid(homeAddress, uuid.toString, ar)
RemoteActorRefProtocol.newBuilder
.setClassOrServiceName(uuid.toString)