It has a cache for nodes and rels but changes should be reflected in it. 

Do you have a test?

But I'd strongly suggest to move to a newer driver :)

Von meinem iPhone gesendet

> Am 15.07.2016 um 12:27 schrieb 'Martin Prinz' via Neo4j 
> <neo4j@googlegroups.com>:
> 
> 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 neo4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

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

Reply via email to