I'm getting a strange behaviour in trying to set up and run an Spring Data Neo4j project.
Here is my starting simple project: https://github.com/MohamedNadjibMAMI/Spring-Data-Neo4j I created a test that creates two nodes and checks if one of them is created. The tests fails saying that (Full console message here <https://gist.github.com/MohamedNadjibMAMI/18a990fbc4763c40392e>): *org.springframework.dao.DataRetrievalFailureException: Node 1204 not found; nested exception is org.neo4j.graphdb.NotFoundException: Node 1 not found* The problem is that only the label and one property have been saved: <https://lh3.googleusercontent.com/-P8I0OReW7Fc/U_rfb5xRftI/AAAAAAAAH_Q/FwEkRS2PBSw/s1600/tests%2Bfails.png> What am I missing right here? PS: I tried to deploy the same project manually to Tomcat 6 but I got another problem (lock taken by another process). This will possibly go to another post, and depends on your help here. -- 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.
