Chanan Braunstein

Results 79 comments of Chanan Braunstein

Hi Alex, Trying to reproduce this one. But, I did notice you are missing google guice from your build.sbt, you will need that as well in your dependencies. I am...

You beat me to it, mine is here: https://github.com/chanan/AkkaGuiceSample Did you have anything else in build.sbt other than htmlunit?

Thanks Alex! You are right, I don't use ebean/jdbc so I never hit on this error. Give me a bit to look at it and see if I can work...

I posted the question here: https://groups.google.com/forum/#!topic/play-framework/_lRk3f2JOFM In the meantime I will try to figure out a workaround.

Hi Alex, I have a workaround in place in the snapshot build if you don't mind testing. I downgraded to 0.9.8, but I did need to make a couple of...

It turns out that Reflections 0.9.8 is much slower than 0.9.9. Need to look for a better work around.

I will getting rid of reflections and see if this works since guava is already included with Play anyway: http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/reflect/ClassPath.html#getAllClasses()

I opened an issue in the play repo: https://github.com/playframework/playframework/issues/3755

This happens when trying to inject into the constructor a per request actor. Singleton actors are fine and also using PropsContext is.