Re: [hibernate-dev] recovering Neo4j transactions via their REST API...

2015-12-04 Thread Gunnar Morling
Gytis, When you say > get Neo4j transaction id in OGM? what does that exactly mean? Would you like to access it from application code? What is the use case for accessing it? Thanks, --Gunnar 2015-12-04 13:35 GMT+01:00 Davide D'Alto : > Hi Gytis, > > I've sent a pull request for Neo4j remote

Re: [hibernate-dev] recovering Neo4j transactions via their REST API...

2015-12-04 Thread Davide D'Alto
Hi Gytis, I've sent a pull request for Neo4j remote some time ago: https://github.com/hibernate/hibernate-ogm/pull/596 This is an initial prototype and it still requires some work. That said, I think you will be able to obtain the transaction id via the TransactionCoordinator: TransactionDriver

Re: [hibernate-dev] recovering Neo4j transactions via their REST API...

2015-12-03 Thread Emmanuel Bernard
Hey Gytis, Davide is the right person to talk to. We were discussing this very subject during our face to face meeting and a few things will change. So now is a good time to feed your needs. Emmanuel > On 30 nov. 2015, at 16:23, Scott Marlow wrote: > > Hi Gytis, > > Excellent to hear that