Hi Folks,

    I am using the Orientdb 1.7-rc1 and when I run the following code

OrientGraphFactory factory = new 
OrientGraphFactory("remote:localhost/tenant1").setupPool(1,10);
OrientGraph graph = factory.getTx();

I always get a NoSuchMethodError:


Exception in thread "main" java.lang.NoSuchMethodError: 
com.tinkerpop.blueprints.impls.orient.OrientGraph.<init>(Lcom/orientechnologies/orient/core/db/document/ODatabaseDocumentPool;)V
at 
com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.getTx(OrientGraphFactory.java:49)
at com.totvs.byyou.social.service.impl.GraphTest.main(GraphTest.java:23)


 any suggestions? the dependencies seems ok to me.


Thanks a lot!

-- 

--- 
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.

Reply via email to