Merge remote-tracking branch 'origin/1428-RoutedActorRef-henrikengstrom' into wip-remote-supervision-rk

This commit is contained in:
Roland 2011-12-09 15:13:35 +01:00
commit b84a35456d
35 changed files with 597 additions and 1909 deletions

View file

@ -111,7 +111,7 @@ akka {
expectMsg("postStop")
}
"look-up actors across node boundaries" in {
"look-up actors across node boundaries" ignore {
val l = system.actorOf(Props(new Actor {
def receive = {
case (p: Props, n: String) sender ! context.actorOf(p, n)