diff --git a/config/akka-reference.conf b/config/akka-reference.conf index 281853c106..06ed6056f5 100644 --- a/config/akka-reference.conf +++ b/config/akka-reference.conf @@ -19,7 +19,7 @@ # FQN to the class doing initial active object/actor # supervisor bootstrap, should be defined in default constructor - boot = ["sample.java.Boot", "sample.scala.Boot", "sample.secure.Boot"] + boot = ["sample.java.Boot", "sample.scala.Boot", "se.scalablesolutions.akka.security.samples.Boot"] timeout = 5000 # default timeout for future based invocations