Xavier Shay wrote:
> 
> I have just upgraded to neo4j 1.5 (brew install neo4j --HEAD) and am
> getting
> the following exception whenever I try to use a pipe:
>> curl -H Accept:application/json -X POST -d
>> '{"script":"g.v(1)._().both;"}'
> 

Hi Xavier -

Gremlin and Pipes has been undergoing a massive refactoring lately. What
happens when you omit the _()?

g.v(1).both()

- James

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Gremlin-pipes-broken-in-1-5-tp3323873p3323895.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