Hi,

I am executing the following using HTTP interface

{
    "transaction": true,
    "operations": [
        {
            "type": "script",
            "language": "sql",
            "script": "select * from ouser;"
        }
    ]
}


and get back the following error message? Has anybody been able to use the 
SQL batch command. If so what should the JSON look like?

{ "transaction" : true,"operations" : [{ "type" : "script", "language" : 
"sql", "script" : "select * from ouser;" } ]}string(126) 
"java.lang.ClassCastException: 
com.orientechnologies.orient.core.sql.OSQLScriptEngine cannot be cast to 
javax.script.Compilable"

-- 

--- 
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/d/optout.

Reply via email to