Jonas Bonér
6f89c6270e
Renamed ReplicationSpec to TransactionLogSpec. + Added sections to the Developer Guidelines on process
2011-06-16 11:25:48 +02:00
Peter Vlugter
fb200b094a
Fix warnings in docs
2011-05-26 17:22:13 +12:00
Jonas Bonér
ddb2a69c19
Moved ClusterNode interface, NodeAddress and ChangeListener into akka-actor as real Trait instead of using structural typing.
...
Refactored boot dependency in Cluster/Actor/Deployer.
Added multi-jvm test for testing clustered actor deployment, check out as LocalActorRef and ClusterActorRef.
Signed-off-by: Jonas Bonér <jonasremove@jonasboner.com>
2011-05-23 22:35:01 +02:00
Jonas Bonér
7778c93c1c
Added docs about setting JVM options and override akka.conf options to multi-jvm-testing.rst
2011-05-23 10:45:53 +02:00
Jonas Bonér
88946889b4
Fixed wrong import in multi-jvm-test.rst. Plus added info about where the trait resides.
2011-05-19 03:15:39 -07:00
Jonas Bonér
76d9c3c33a
1. Added docs on how to run the multi-jvm tests
...
2. Fixed cyclic dependency in deployer/cluster boot up
3. Refactored actorOf for clustered actor deployment, all actorOf now works
2011-05-19 10:58:30 +02:00