first step towards jax-rs support, first tests passing
This commit is contained in:
parent
9349bc3ad8
commit
b1900b0a25
11 changed files with 1144 additions and 669 deletions
|
|
@ -22,7 +22,8 @@ public class PersistentStateTest extends TestCase {
|
|||
static String messageLog = "";
|
||||
|
||||
static {
|
||||
Kernel.startCassandra();
|
||||
System.setProperty("storage-config", "config");
|
||||
Kernel.startCassandra();
|
||||
}
|
||||
final private ActiveObjectGuiceConfiguratorForJava conf = new ActiveObjectGuiceConfiguratorForJava();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue