Merge with Peter's work (i.e. merging master into tame-globals)

This commit is contained in:
Roland 2011-10-13 14:17:07 +02:00
commit 44b94643e5
60 changed files with 2078 additions and 1700 deletions

View file

@ -127,7 +127,7 @@ trait RootEndpointLocator {
def configureRoot(address: String) {
def findRoot(address: String): ActorRef =
app.registry.actorFor(address).getOrElse(
app.provider.actorFor(address).getOrElse(
throw new ConfigurationException("akka.http.root-actor-id configuration option does not have a valid actor address [" + address + "]"))
root = if ((address eq null) || address == "") findRoot(app.MistSettings.RootActorID) else findRoot(address)