Hi Adam, Thank you very much, I just fixed the docs, the patch will be in the official docs in a few minutes
Thanks Luigi 2017-09-11 6:34 GMT+02:00 Oleksandr Gubchenko <[email protected]>: > You can edit the docs, thanks! > > > Il giorno domenica 10 settembre 2017 20:58:23 UTC+2, [email protected] > ha scritto: >> >> The docs state: >> >> ODatabaseDocumentTx db = ODatabaseDocumentPool.global() >>> .acquire("remote:localhost/petshop", >>> "admin", "admin_passwd"); >>> >>> at http://orientdb.com/docs/last/Document-API-Database.html >> >> I suggest the following instead >> >> OPartitionedDatabasePool pool = new OPartitionedDatabasePool(url , >>> "admin", "admin_passswrd"); >>> ODatabaseDocumentTx db = pool.acquire(); >>> >> >> >> -Adam >> > -- > > --- > 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.
