From a1e58b5b5ee2ea76996dc9ad64d85e8f5b6f5c88 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Fri, 5 Mar 2010 23:48:36 +0100 Subject: [PATCH] Default-enabling JGroups --- config/akka-reference.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/akka-reference.conf b/config/akka-reference.conf index 5a1c33497b..d59134d909 100644 --- a/config/akka-reference.conf +++ b/config/akka-reference.conf @@ -51,7 +51,7 @@ service = on # FIXME add 'service = on' for name = "default" # The name of the cluster - #actor = "se.scalablesolutions.akka.remote.JGroupsClusterActor" # FQN of an implementation of ClusterActor + actor = "se.scalablesolutions.akka.remote.JGroupsClusterActor" # FQN of an implementation of ClusterActor serializer = "se.scalablesolutions.akka.serialization.Serializer$Java" # FQN of the serializer class