Kan,
you need the 1.5-SNAPSHOT for this to work. Could you please try this
from the download page?

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org               - Your high performance graph database.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.
http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party.



On Tue, Oct 4, 2011 at 6:45 PM, KanTube <mich...@mkanner.com> wrote:
> Peter/Marko
>
> I tried the following
>
> g.v(62).out(‘Friend’, 'Like')
>
> but receive the following error
>
> javax.script.ScriptException: groovy.lang.MissingMethodException: No
> signature of method:
> com.tinkerpop.blueprints.pgm.impls.neo4j.Neo4jVertex.out() is applicable for
> argument types: (java.lang.String, java.lang.String) values: [Friend,
> Like]\nPossible solutions: out(), out(java.lang.String,
> groovy.lang.Closure), out(java.lang.String), outE(), outE(java.lang.String),
> outE(java.lang.String, groovy.lang.Closure)"
>
> I am using V 1.4.1
>
> The Split works and looks very interesting, which makes me ask, where I can
> find documentation on all of these commands you keep coming up with.
>
> A quick look at your split example; my syntax suggestion is (just a stab at
> this since I really don’t have a firm grip on the underpinnings of Gremlin)
>
> g.v(0).fork(it.out(), it.in(), etc…).merge()
>
>
>
>
> --
> View this message in context: 
> http://neo4j-community-discussions.438527.n3.nabble.com/Gremlin-syntax-for-multiple-paths-in-one-call-tp3392311p3393868.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