mid-address-refactoring: all tests except remote and serialization tests passes

This commit is contained in:
Jonas Bonér 2011-04-20 20:43:17 +02:00
parent d775ec8438
commit 896e174d63
13 changed files with 38 additions and 60 deletions

View file

@ -268,9 +268,6 @@ class RootEndpoint extends Actor with Endpoint {
// use the configurable dispatcher
self.dispatcher = Endpoint.Dispatcher
// adopt the configured id
if (RootActorBuiltin) self.address = RootActorID
override def preStart =
_attachments = Tuple2((uri: String) => {uri eq Root}, (uri: String) => this.actor) :: _attachments