Merge branch 'master' of git@github.com:jboner/akka

This commit is contained in:
jboner 2009-07-31 19:47:03 +02:00
commit 8beb562d0c
5 changed files with 4 additions and 4 deletions

View file

@ -117,6 +117,7 @@ object Kernel extends Logging {
private[akka] def startCassandra = if (config.getBool("akka.storage.cassandra.service", true)) {
System.setProperty("cassandra", "")
System.setProperty("storage-config", akka.Boot.CONFIG + "/")
println("------------------------- " + akka.Boot.CONFIG + "/")
CassandraStorage.start
}

View file

@ -59,8 +59,7 @@ class PersistentActor extends Actor {
object PersistenceManager {
@volatile var isRunning = false
def init = if (!isRunning) {
System.setProperty("storage-config", "config")
Kernel.boot
Kernel.startCassandra
isRunning = true
}
}

View file

@ -1,2 +1,2 @@
#!/bin/sh
sctags.sh -E -R . -f TAGS
sctags.bat -E -R . -f TAGS