Hi Aaron, TinkerPop Blueprints considers "id" as a reserved property name, so you cannot use it, unless you disable standard constraints (exactly what you did!)
Luigi 2015-03-12 21:45 GMT+01:00 Aaron Gooch <[email protected]>: > I was able to get around this issue by setting > > graph.setStandardElementConstraints(false) > > Is this the correct way to do things? > > -- > > --- > 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.
