That's still the right way. Please note that we plan to remove JTA from the core product and move it into a separate module. Also we'll probably will provide tx support remotely only via the transaction handling that something like the JDBC driver provides, so like your usual jdbc-transaction-manager, no 2PC-XA over the wire.
Cheers, Michael Am 01.05.2014 um 10:48 schrieb Davide D'Alto <[email protected]>: > Hi, > in Hibernate OGM I have create a JtaPlatform implementation that works with > Neo4j. > > This implementation uses GraphDatabaseAPI#getDependencyResolver() to obtain > the TxManager. Since GraphDatabaseAPI is deprecated, I was wondering if in > the future there is still going to be a way to obtain the TxManager. > > Thanks, > Davide > > [1] > https://github.com/DavideD/hibernate-ogm/blob/OGM-367-Neo4j-labels/neo4j/src/main/java/org/hibernate/ogm/datastore/neo4j/transaction/impl/Neo4jJtaPlatform.java > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
