You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ne...@googlegroups.com
I tried to follow the documentation to test some capabilities of Embedded Neo4j. I can create some few nodes and an index on them and everything seems fine. However, if I run again the program and I try to access Nodes through the index I cannot find any. See this question for the code details, I'm using Neo4j 1.8: http://stackoverflow.com/questions/12738501/neo4j-index-not-finding-node
Peter Neubauer
unread,
Oct 5, 2012, 12:32:43 AM10/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ne...@googlegroups.com
Hi there,
try calling tx.success() before tx.finish()?