Upon migrating my graph database from an embedded one to a neo4j server
instance, I'm getting an UnsupportedOperationException calling traverse on a
RestNode.

Given that the body of the implementation in RestNode is:

        throw new UnsupportedOperationException();

this isn't a big surprise.  I'm using following jar
neo4j-rest-graphdb-1.5-SNAPSHOT-sources.jar.

This is a spring data project by the way.  Is this a snapshot issue or is
there a different strategy I should be using for traversing in a server
environment?

Thanks.

e0d.

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/UnsupportedOperationException-on-RestNode-traverse-tp3547185p3547185.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to