Skip to content
Snippets Groups Projects
Commit a119202b authored by ShyamThorat's avatar ShyamThorat
Browse files

Neo4jTransaction Manual rollback Synchroniser check added

parent 7cd6ed4e
No related branches found
No related tags found
No related merge requests found
......@@ -74,8 +74,9 @@ public class Neo4jGraphStore implements GraphStore {
"ded, triplesParsed, namespaces, extraInfo\n"
+ "RETURN terminationStatus, triplesLoaded, triplesParsed, namespaces, extraInfo";
registerRollBackForNeoSemanticsManuallyIfTransactionFail(credentialSubject,properties);
if(TransactionSynchronizationManager.isActualTransactionActive()) {
registerRollBackForNeoSemanticsManuallyIfTransactionFail(credentialSubject, properties);
}
Result rs = session.run(query, Map.of("payload", claimsAdded));
log.debug("addClaims; response: {}", rs.list());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment