chanan / AkkaGuice

Akka Guice Integration for Playframework
The Unlicense
32 stars 4 forks source link

Problem with AkkaGuice and Play 2.4 #7

Open didoatanasov opened 9 years ago

didoatanasov commented 9 years ago

I'm trying to integrate AkkaGuice and Play 2.4 and I'm getting the following error from Guice -

Could not find a suitable constructor in akkaGuice.AkkaGuicePlugin. Classes must have either one (and only one) constructor annotated with @Inject or a zero-argument constructor that is not private.

I am following the example in the README. Any idea why this is happening ?

Regards, Deyan