-
May 30th, 2012, 02:05 PM
#1
Spring Neo4J - Can not add new relationship between new node and existing node using
Trying to persist the relationship using spring neo4j
spring.version = 3.0.7.RELEASE
neo4j.version = 1.6
spring-data-graph.version = 2.1.0.M1
Graph Structure
============
Initial
Parent Node ---------@RelatedToVia-------------------- Child Node 1
When trying to update graph to following structure
Parent Node ---------@RelatedToVia-------------------- Child Node 2 ---------@RelatedToVia-------------------- Child Node 1
It only updates to
Parent Node ---------@RelatedToVia-------------------- Child Node 2
The relationship is not created between Child Node 2 & Child Node 1
-
May 31st, 2012, 03:48 AM
#2
Can you show the code that you use to create the relationship, or even better create a unit-test that shows the behavior?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules