[akka-user] can't get community in-memory-journal to work

2014-04-21 Thread Tim Pigden
Hi I can't get the in-memory-journal to configure. The documentation says simply use: akka.persistence.journal.plugin = in-memory-journal but this gives me an error: default-akka.actor.default-dispatcher-4 No configuration setting found for key 'in-memory-journal'

Re: [akka-user] can't get community in-memory-journal to work

2014-04-21 Thread Tim Pigden
doh! RTFM didn't read the bit about publishLocal and assumed intellij had gone and got it from a repo Thanks On 21 April 2014 09:16, Patrik Nordwall patrik.nordw...@gmail.com wrote: Have you added the dependency (jar in classpath)? Otherwise, raise an issue in the github repo of the external