=per #3615 Fix InvalidActorNameException in persistence tests

- use overridden processor and channel ids
- no need anymore to wait for processor instances to stop
- unrelated: fix wrong artifact names in documentation
This commit is contained in:
Martin Krasser 2013-09-18 11:55:29 +02:00
parent 6246099694
commit 5da888548b
6 changed files with 79 additions and 90 deletions

View file

@ -24,7 +24,7 @@ Akka persistence is a separate jar file. Make sure that you have the following d
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-persistence_@binVersion@</artifactId>
<artifactId>akka-persistence-experimental_@binVersion@</artifactId>
<version>@version@</version>
</dependency>