Hi, I'm using OLD js API in my web app to communicate to OrientDB (v1.5.1). Query requests with the extended SQL work properly, but those with Gremlin, and the SQL using "select gremlin(...)," do not. I tried both of two ways like following:
1. http://localhost:2480/query/mydbname/gremlin/g.v("#9:0").out.map 2. http://localhost:2480/query/mydbname/sql/select gremlin("current.out.map") from #9:0 When sending the above requests, I got an internal server error: java.lang.NumberFormatException: For input string: "" [ONetworkProtocolHttpDb] The REST API of OrientDB does not recognize gremlin query requests, even though wiki says it can do? Or is there something wrong in my request code? Thanks, Shota -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
