=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

@ -22,7 +22,7 @@ Dependencies
Akka persistence is a separate jar file. Make sure that you have the following dependency in your project::
"com.typesafe.akka" %% "akka-persistence" % "@version@" @crossString@
"com.typesafe.akka" %% "akka-persistence-experimental" % "@version@" @crossString@
Architecture
============