fixed last stm issues and failing tests + added new thread-based dispatcher (plus test)
This commit is contained in:
parent
3830aed805
commit
ff969047cc
40 changed files with 1063 additions and 1837 deletions
2
kernel/src/main/scala/config/Configuration.scala
Executable file → Normal file
2
kernel/src/main/scala/config/Configuration.scala
Executable file → Normal file
|
|
@ -55,6 +55,6 @@ class Component(@BeanProperty val intf: Class[_],
|
|||
@BeanProperty val target: Class[_],
|
||||
@BeanProperty val lifeCycle: LifeCycle,
|
||||
@BeanProperty val timeout: Int) extends Server {
|
||||
def newWorker(proxy: ActiveObjectProxy) = se.scalablesolutions.akka.kernel.Worker(proxy.server, lifeCycle.transform)
|
||||
def newWorker(proxy: ActiveObjectProxy) = se.scalablesolutions.akka.kernel.Supervise(proxy.server, lifeCycle.transform)
|
||||
}
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue