Re: Guice Persist support for Neo4j

2016-09-18 Thread Mark Angrish
Thanks Stephan, I will check it out :) On Friday, 16 September 2016 16:58:57 UTC+10, scl wrote: > > I was using guice-persist in an environment with multiple databases and > ran into some limitations (see the guice bug tracker). > > Since there was not much effort from the official developers I

Re: Guice Persist support for Neo4j

2016-09-15 Thread Stephan Classen
I was using guice-persist in an environment with multiple databases and ran into some limitations (see the guice bug tracker). Since there was not much effort from the official developers I decided to write my own persist extension. I supports out of the box: - All features of guice-persist -

Re: Guice Persist support for Neo4j

2016-09-15 Thread Mark Angrish
Hi Thomas, Yeah I saw yours. I will look through it more carefully when i get the chance. I think there are a number of bugs in the core guice-persist framework that I'd like to iron out (it doesn't seem to update much so i might fork it) but other than that it's just straight up transactional