Chanan Braunstein
Chanan Braunstein
Sorry about the state of the docs. I will try to fix that shortly. Not sure what your code example is showing. You can download the project and see the...
There are basically two ways. One way is to inject an actor into your class. For example of this take a look at the constructor of the sample controller: https://github.com/chanan/AkkaGuice/blob/master/app/controllers/Application.java#L20...
@barbolani Did you get this to work or do you still have issues?
I do use Java 8, but I thought we did work a few months ago to get AkkaGuice working with Java 7. Give me a day to check it out....
Sorry, I take that back. The sample app does use Java 8, but it is only in the sample. If you want, clone the repo to your machine and delete:...
Hi Alex, I am also using 2.3.x and haven't run into this problem. 0.9.9-RC1 is the latest version I think. There is syntax to exclude a dependency which I can...
That seems to indicate that both Play and AkkaGuice are using 0.9.9-RC1. So that might not be the problem. Is your project on Github? If so, I can grab it...
That's weird, let me check into it and see if AkkaGuice still compiles.
I was able to reproduce this issue by changing to 0.9.9 which seems to be published now. https://github.com/ronmamo/reflections#intro Let me see what I need to change to make this work...
Hi Alex, Would you mind testing the fix? use "akkaguice" %% "akkaguice" % "0.8.2-SNAPSHOT" and let me know the results.