Added registration of remote actors in declarative supervisor config + Fixed bug in remote client reconnect + Added Redis as backend for Chat sample + Added UUID utility + Misc minor other fixes
This commit is contained in:
parent
fb98c64c0c
commit
c4a78fb357
18 changed files with 157 additions and 88 deletions
|
|
@ -65,7 +65,7 @@ public class ActiveObjectGuiceConfiguratorTest extends TestCase {
|
|||
String str = conf.getInstance(String.class);
|
||||
fail("exception should have been thrown");
|
||||
} catch (Exception e) {
|
||||
assertEquals("Class [java.lang.String] has not been put under supervision (by passing in the config to the 'configure' and then invoking 'supervise') method", e.getMessage());
|
||||
assertEquals(IllegalStateException.class, e.getClass());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue