Re: [Neo4j] org.neo4j.graphdb.NotFoundException

2014-09-22 Thread Yu Sun
ael Hunger : > > > Sent from mobile device > > Am 18.09.2014 um 08:54 schrieb Yu Sun : > > Hi,Michael > > You said "You probably want to look into sticky routing if you access > data that you've just written to the current target machine." > > I thin

Re: [Neo4j] org.neo4j.graphdb.NotFoundException

2014-09-17 Thread Yu Sun
rite request routing the master server. If it's false, what i can do for that. Thanks 2014-09-17 10:42 GMT+08:00 Yu Sun : > Thank you for your reply. > > I need to access data that i just written to the current target > machine,but this exception tell me that this is not suit for

Re: [Neo4j] org.neo4j.graphdb.NotFoundException

2014-09-16 Thread Yu Sun
Thank you for your reply. I need to access data that i just written to the current target machine,but this exception tell me that this is not suit for me. Can you help me what i need to do ? My code is very simple,using SDN to save the relationships,for that: Tcard tcard = tcardRepository.findOn

Re: [Neo4j] Re: In SDN, @Labels creates two labels for one node one starting with _ and another without _.

2014-06-13 Thread Yu Sun
+08:00 PM : > But if we don't required label with _ .then what steps i need to take . > > > On Friday, 13 June 2014 14:22:00 UTC+5:30, Yu Sun wrote: > >> Hi Pallavi, >> >> My test result is that if you use Neo4jTemplate.save(),the neo4j database >> has tw

Re: [Neo4j] Re: In SDN, @Labels creates two labels for one node one starting with _ and another without _.

2014-06-13 Thread Yu Sun
Hi Pallavi, My test result is that if you use Neo4jTemplate.save(),the neo4j database has two labels.One label has not _ ,others has _ . 2014-06-13 16:14 GMT+08:00 Pallavi Mukherjee : > Hi Sunyulovetech, > > In SDN 3.0.1 , i am using Neo4jTempalte.save() which is adding label > automaticall