fixed bug with init of tx datastructs + changed actor id management

This commit is contained in:
Jonas Bonér 2010-02-26 17:42:44 +01:00
parent 32ec3b6567
commit 8718f5bbfe
11 changed files with 33 additions and 20 deletions

View file

@ -96,7 +96,7 @@ class SecureTickActor extends Actor with Logging {
case object Tick
private val KEY = "COUNTER"
private var hasStartedTicking = false
private val storage = TransactionalState.newMap[String, Integer]
private lazy val storage = TransactionalState.newMap[String, Integer]
/**
* allow access for any user to "/secureticker/public"