[Neo4j] How to create relationship having property of array values

2016-03-03 Thread Dhaval Patel
In a case where I have a (node:Player), (node:Team). Players in the team changes every year, so there will be case that playerA played for TEAM_A in 2010, TEAM_B in 2011, etc.. So I want to create a proper relationship between player and team nodes. I was thinking if I create a relationship

[Neo4j] Unable to run neo4j 2.3.2 with maven dependency

2016-03-03 Thread dragon
I am unable to run neo4j 2.3.2 with maven dependencies. I get the below error -- java.lang.NoClassDefFoundError: org/neo4j/function/Supplier at org.neo4j.kernel.impl.factory.GraphDatabaseFacadeFactory.newFacade( GraphDatabaseFacadeFactory.jav... :108)