Default-enabling JGroups

This commit is contained in:
Viktor Klang 2010-03-05 23:48:36 +01:00
parent 722d3f24fe
commit a1e58b5b5e

View file

@ -51,7 +51,7 @@
<cluster>
service = on # FIXME add 'service = on' for <cluster>
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
</cluster>