first step towards jax-rs support, first tests passing

This commit is contained in:
Jonas Boner 2009-05-15 15:39:52 +02:00
parent 9349bc3ad8
commit b1900b0a25
11 changed files with 1144 additions and 669 deletions

View file

@ -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();