finalized new STM with Multiverse backend + cleaned up Active Object config and factory classes
This commit is contained in:
commit
e82998f182
45 changed files with 1270 additions and 1138 deletions
|
|
@ -6,15 +6,13 @@ package se.scalablesolutions.akka.api;
|
|||
|
||||
import se.scalablesolutions.akka.config.*;
|
||||
import static se.scalablesolutions.akka.config.JavaConfig.*;
|
||||
import se.scalablesolutions.akka.actor.*;
|
||||
import se.scalablesolutions.akka.Kernel;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
public class RemotePersistentStateTest extends TestCase {
|
||||
static String messageLog = "";
|
||||
|
||||
final private ActiveObjectManager conf = new ActiveObjectManager();
|
||||
final private ActiveObjectConfigurator conf = new ActiveObjectConfigurator();
|
||||
|
||||
protected void setUp() {
|
||||
PersistenceManager.init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue