Re: [orientdb] How do you start a transaction, the wiki is wrong or method in the wiki is wrong

2014-08-05 Thread Luca Garulli
Hi Alexandre, "local" is deprecated and will be removed in 2.0. Use plocal instead. Lvc@ On 5 August 2014 17:07, alexander anguiano wrote: > In 1.7.7 only the plocal database works with the graph.shutdown. If you > use local, the graph.shutdown will hang. > > On Tuesday, August 5, 2014 9:42:

Re: [orientdb] How do you start a transaction, the wiki is wrong or method in the wiki is wrong

2014-08-05 Thread alexander anguiano
In 1.7.7 only the plocal database works with the graph.shutdown. If you use local, the graph.shutdown will hang. On Tuesday, August 5, 2014 9:42:48 AM UTC-5, Lvc@ wrote: > > Hi Alexander, > Starting from Blueprints 2.5.x, the OrientDB Graph API, the begin() has > been removed because transact

Re: [orientdb] How do you start a transaction, the wiki is wrong or method in the wiki is wrong

2014-08-05 Thread Luca Garulli
Hi Alexander, Starting from Blueprints 2.5.x, the OrientDB Graph API, the begin() has been removed because transactions are always implicit: https://github.com/orientechnologies/orientdb/wiki/Graph-Database-Tinkerpop#transactions Lvc@ On 4 August 2014 18:47, alexander anguiano wrote: > I'm u

[orientdb] How do you start a transaction, the wiki is wrong or method in the wiki is wrong

2014-08-04 Thread alexander anguiano
I'm using 1.7.7, from the wiki, the api is supposed to be begin(), but the begin() method is not available to OrientGraph object. the commit() and rollback() methods exists https://github.com/orientechnologies/orientdb/wiki/Transactions What is it? -- --- You received this message becau