traverse on the nodes is the old traverser API which is not supported there.

please use

restgraphdatabase.traversal() to create a RestTraversalDescription.

Michael


mobile mail please excuse brevity and typos

Am 30.11.2011 um 03:58 schrieb e0d <edward.zarecor+ne...@alleyoop.com>:

> 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
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to