Hi Mohammad,
I tried your code using the graph java api and v2.0.10 of orientdb and it
works.
Try to write :
OrientVertex vertex = graph.addVertex("class:test");
graph.commit()
OrientGraph graph2 = graphFactory.getTx();
vertex.setProperty("test", "value");
Regards,
Alessandro
--
---
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.