Running this in Neo4j 2.1.5: I'm trying to log some information about committed Nodes in the afterCommit method of a TransactionEventHandler. I want to do this in the afterCommit() method to be sure that the Nodes actually were committed. However, when I try to read any property of the Node, I get an IllegalStateException TX_COMMITTED. I assume this is because there is no longer a transaction in which I can read those properties? If so, what is the best way for me to get a reference to the GraphDatabase so that I can start a transaction?
Thanks! -- 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.
