Results 1 to 2 of 2

Thread: Spring Neo4J - Can not add new relationship between new node and existing node using

  1. #1
    Join Date
    May 2012
    Posts
    1

    Default 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

  2. #2
    Join Date
    Jan 2011
    Location
    Dresden, Germany
    Posts
    525

    Default

    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
  •