complete refactoring of transaction and transactional item management + removed duplicate tx management in ActiveObject
This commit is contained in:
parent
7083737f95
commit
6359920fa4
9 changed files with 393 additions and 517 deletions
|
|
@ -188,7 +188,6 @@ class ObjectServerHandler extends SimpleChannelUpstreamHandler with Logging {
|
|||
val clazz = Class.forName(name)
|
||||
try {
|
||||
val actor = new Dispatcher(clazz.getName)
|
||||
actor.start
|
||||
val newInstance = activeObjectFactory.newInstance(clazz, actor, false).asInstanceOf[AnyRef]
|
||||
activeObjects.put(name, newInstance)
|
||||
newInstance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue