Hi all,

I am facing the problem that I get old data when calling the following:

RestGraphDatabase rgdb ...

...

try {
Relationship rel = rgdb.getRelationshipById(relID);
for(int i = 0; i < properties.length;i++){
value = rel.getProperty(properties[i]);

...

I know that RestGraphDatabase is deprecated but do you have an idea if I 
need to change the transaction handling? 
Its happening when I am updating the values using RestGraphDatabase as well.

Thanks
Martin

-- 
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.

Reply via email to