Hi, could you please report all the steps you execute? In particular the statement you use to create the class. The only way I had to reproduce it was with
CREATE CLASS AcfInbound ABSTRACT extends that is incorrect because it doesn't have a superclass name defined, the right statement would be something like CREATE CLASS AcfInbound ABSTRACT extends V 2015-05-28 1:48 GMT+02:00 mmm mmm <[email protected]>: > > > On Wednesday, May 27, 2015 at 1:19:15 AM UTC-5, Leng Sheng Hong wrote: >> >> I just download rc3, created a new document database with plocal. Now in >> studio i tried to create a new Class but I got this error. >> >> com.orientechnologies.orient.core.sql.OCommandSQLParsingException: Error >> on parsing command at position #41: Syntax error after EXTENDS for class >> AcfInbound. Expected the super-class name. Use CREATE CLASS <class> >> [EXTENDS <super-class> [,<super-class2>*] ] [CLUSTER <clusterId>*] >> [ABSTRACT] Command: CREATE CLASS AcfInbound ABSTRACT extends >> -------------------------------------------------^ >> > > > Same thing happened to me. > > -- > > --- > 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. > -- --- 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.
