I'm using Neo4j 1.8.9 + Jotm with ALRubinger's solution : How to enlist XAResource with existing Transaction?, everything working fine, but few days ago I started migration to Neo4j 2.2.1 and came across to the next problem - neo4j-kernel.jar have no more:
TransactionManagerProvider,AbstractTransactionManager,TransactionStateFactory etc.
The classes was deleted from 2.1.8 version, I'm tried to use
Spring Data Neo4j » 3.3.0.RELEASE but they use neo4j-kernel 2.1.7 and it's the same implementation that i had before.
Where did they moved all the classes/interfaces? Another jar? More simple solution?