Fixed bug in Transaction.Local persistence management

This commit is contained in:
Jonas Bonér 2010-05-25 09:45:09 +02:00
parent b503e29260
commit e414ec0e07
2 changed files with 2 additions and 2 deletions

View file

@ -153,7 +153,7 @@ object Transaction {
tx.transaction = Some(mtx)
setTransaction(Some(tx))
mtx.registerLifecycleListener(new TransactionLifecycleListener() {
def notify(tx: MultiverseTransaction, event: TransactionLifecycleEvent) = event.name match {
def notify(mtx: MultiverseTransaction, event: TransactionLifecycleEvent) = event.name match {
case "postCommit" => tx.commit
case "postAbort" => tx.abort
case _ => {}

View file

@ -8,7 +8,7 @@
<log>
filename = "./logs/akka.log"
roll = "daily" # Options: never, hourly, daily, sunday/monday/...
level = "info" # Options: fatal, critical, error, warning, info, debug, trace
level = "trace" # Options: fatal, critical, error, warning, info, debug, trace
console = on
# syslog_host = ""
# syslog_server_name = ""