Hi Do not use blueprints-orient artifact it is dropped in 1.6.4 and not used any more.
On Fri, Apr 11, 2014 at 5:57 PM, Luca Garulli <[email protected]> wrote: > Hi, > it's part of OrientDB, not BP. Use this: > > <dependency> > > <groupId>com.orientechnologies</groupId> > > <artifactId>orient-commons</artifactId> > > <version>1.7-SNAPSHOT</version> > > </dependency> > > <dependency> > > <groupId>com.orientechnologies</groupId> > > <artifactId>orientdb-core</artifactId> > > <version>1.7-SNAPSHOT</version> > > </dependency> > > <dependency> > > <groupId>com.orientechnologies</groupId> > > <artifactId>orientdb-graphdb</artifactId> > > <version>1.7-SNAPSHOT</version> > > </dependency> > > <dependency> > > <groupId>com.orientechnologies</groupId> > > <artifactId>orientdb-client</artifactId> > > <version>1.7-SNAPSHOT</version> > > </dependency> > > <dependency> > > <groupId>com.tinkerpop.blueprints</groupId> > > <artifactId>blueprints-orient-core</artifactId> > > <version>2.5.0-SNAPSHOT</version> > > </dependency> > > > Lvc@ > > > > On 11 April 2014 15:34, Leny Turmel <[email protected]> wrote: > >> Hi all! >> >> I am just getting started in using OrientDB (1.7 rc2) and Blueprints >> (2.4) and I am following this toturial: see >> here<https://github.com/orientechnologies/orientdb/wiki/Graph-Database-Tinkerpop> >> But it seems that OrientGraphFactory does not exist. The >> blueprints-orient-graph-2.4.0.jar does not contain this class. >> >> Do I miss something ? Is this factory depreacted? >> >> >> Here is my configuration: >> >>> <dependency> >>> >>> <groupId>com.orientechnologies</groupId> >>> >>> <artifactId>orient-commons</artifactId> >>> >>> <version>1.7-rc2</version> >>> >>> </dependency> >>> >>> <dependency> >>> >>> <groupId>com.orientechnologies</groupId> >>> >>> <artifactId>orientdb-core</artifactId> >>> >>> <version>1.7-rc2</version> >>> >>> </dependency> >>> >>> <dependency> >>> >>> <groupId>com.orientechnologies</groupId> >>> >>> <artifactId>orientdb-client</artifactId> >>> >>> <version>1.7-rc2</version> >>> >>> </dependency> >>> >>> <dependency> >>> >>> <groupId>com.tinkerpop.blueprints</groupId> >>> >>> <artifactId>blueprints-orient-graph</artifactId> >>> >>> <version>2.4.0</version> >>> >>> </dependency> >>> >>> >> Any help would be appreciated >> Thx >> >> -- >> >> --- >> 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. > -- Best regards, Andrey Lomakin. Orient Technologies the Company behind OrientDB -- --- 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.
