Hi Luca ,
I have downloaded the latest version of OrientDB 1.4.0 snapshot which uses bp 2.4.0
but when I try to connect
static OrientGraph graph = new OrientGraph("remote:localhost/tinkerpop","admin","admin");
I am getting and error
java.lang.NoSuchFieldError: CUSTOM
at com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.config(OrientBaseGraph.java:94)
at com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.<init>(OrientBaseGraph.java:89)
at com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph.<init>(OrientTransactionalGraph.java:30)
at com.tinkerpop.blueprints.impls.orient.OrientGraph.<init>(OrientGraph.java:25)
at Neo4JTest.<clinit>(Neo4JTest.java:39)
Exception in thread "main" .
Also since I am using a latest copy , do you still think I should convert the DB in classic mode by writing all the lines of code you mention ?
Would getVertices(Direction.IN) work in this latest version ?