Hello,
I’m implementing a TransactionEventHandler in much the same way that is 
presented here: http://maxdemarzi.com/2015/03/25/triggers-in-neo4j/ 
<http://maxdemarzi.com/2015/03/25/triggers-in-neo4j/>.


When I have transactions that create relationships, I can correctly view those 
relationships by calling transactionData.createdRelationships().

However, if inside of a relationship I simply set a node property by invoking 
node.setProperty(key,value) then the TransactionData object that is passed to 
the afterCommit method of my TransactionEventHandler does not list any data 
when the transactionData.assignedNodeProperties() method is invoked. The 
transaction did commit successfully because I can retrieve the node in a 
separate transaction and see the update value.

Is this a bug or am I misunderstanding the expected behavior? Thanks!

---





Clark D. Richey, Jr
CHIEF TECHNOLOGY OFFICER
240.252.7507
cl...@factgem.com <mailto:cl...@factgem.com>
WWW.FACTGEM.COM <http://www.factgem.com/>

-- 
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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to