Closed maximepvrt closed 9 years ago
Hi @maximepvrt i have no rights to access your repo :) Which Version of Play are you using ?
now it's good, I have change rights to access your repo :) Play 2.3.x
Hi @maximepvrt i am looking into your project. I already have a project using securesocial with neo4j if you want you can take a look at https://github.com/tuxBurner/play-project-template/tree/play23
Hi @maximepvrt i think the Problem is in your AuthService :)
private UserRepository userRepository = Neo4JServiceProvider.get().userRepository;
will not work because the AuthService gets instantiated before the play plugin starts up.
So dont use it as a field just call it in evry method where you need it.
Thanks !! When do you think released the plugin for play 2.4 ?
@maximepvrt i hope this week i get it done :)
Hi, In my projet I have a big problem ...
the source code is here : https://github.com/hubzer/hubzr-api
If I change
by
in AuthService, my app starts :/
Thanks