Added clarifications to driver-adapter stack building method

This commit is contained in:
Endre Sándor Varga 2012-12-14 13:45:55 +01:00
parent eb3a0de01b
commit b886fcd54c
6 changed files with 38 additions and 14 deletions

View file

@ -26,7 +26,7 @@ class RemoteDeploymentDocSpec extends AkkaSpec("""
import RemoteDeploymentDocSpec._
val other = ActorSystem("remote", system.settings.config)
val address = other.asInstanceOf[ExtendedActorSystem].provider.getExternalAddressFor(Address("akka", "s", "host", 1)).get
val address = other.asInstanceOf[ExtendedActorSystem].provider.getExternalAddressFor(Address("tcp.akka", "s", "host", 1)).get
override def atTermination() { other.shutdown() }