by running the test with latest release I recognized what is missed: the public empty constructors:
public OrientVertex() {
super(null, new ODocument());
}
and the same for the OrientEdge.
Adding these 2 constructors everything works!
You have a pull request ;-)
Thanks,
Lvc@