move RemoteServerStarted message to NettyRemoteTransport, fixes #1771

- also make port=0 (auto) for two remote tests (config&deployer)
- also fix remote-sample conf files to configure “netty” section
This commit is contained in:
Roland 2012-02-02 11:46:52 +01:00
parent d43d41d100
commit d8fa7578e1
6 changed files with 11 additions and 11 deletions

View file

@ -18,6 +18,7 @@ object RemoteDeployerSpec {
remote = "akka://sys@wallace:2552"
}
}
akka.remote.netty.port = 0
""", ConfigParseOptions.defaults)
class RecipeActor extends Actor {