--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/7a29ed3e-81b1-454b-9ce9-afdc6fd60c5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CA%2Bf9seWbJfyt6nJw0TAOTrinnDZcCrPrDdagH4K4np5GrLaofA%40mail.gmail.com.
Thanks. I've managed to create a small C# client, get the binary (and the text) messages types working, even binding works.
However,When I send the message: "g.addVertex(['key':'value']);", I get the error "Caused by: javax.script.ScriptException: javax.script.ScriptException: java.lang.IllegalArgumentException: The provided key/value array must be a multiple of two".What does this mean?
On another matter, I've noticed Rexster (Doghouse) doesn't exist on TinkerPop3, and the Gremlin Dashboard doesn't seem to exist either.Is there an ETA for Gremlin Dashboard merging?
What's the preferred method for browsing the graph?
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/c59c0cb5-f6e2-4c90-8c24-015d57472f9e%40googlegroups.com.
g.addVertex(['key':'value'])
g.addVertex('key', 'value')
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/c59c0cb5-f6e2-4c90-8c24-015d57472f9e%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/a6083d95-afc8-4c5b-aa4f-0cb3ca1b5ed4%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/8ff421ed-53e3-4f2b-9588-38c4e43330ac%40googlegroups.com.