Hi there, Haven't tried it, but I would guess that you have to use the same version of things. Use 1.4.M05 of neo4j-shell, or 1.4-SNAPSHOT of neo4j, and you should be good to go.
Andrés On Fri, Jul 1, 2011 at 5:57 PM, noppanit <[email protected]> wrote: > And this is my pom.xml > > <dependency> > <groupId>org.neo4j</groupId> > <artifactId>neo4j</artifactId> > <version>1.4.M05</version> > <exclusions> > <exclusion> > <artifactId>geronimo-jta_1.1_spec</artifactId> > <groupId>org.apache.geronimo.specs</groupId> > </exclusion> > </exclusions> > </dependency> > <dependency> > <groupId>org.neo4j</groupId> > <artifactId>neo4j-shell</artifactId> > <version>1.4-SNAPSHOT</version> > <scope>test</scope> > </dependency> > > -- > View this message in context: > http://neo4j-user-list.438527.n3.nabble.com/Neo4j-1-4M05-Cypher-exception-tp3129791p3129794.html > Sent from the Neo4J User List mailing list archive at Nabble.com. > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

