Thank you both for your answers. Andrey, would you say this is what you mean when you mentioned OParttionedDatabasePool? Is this the proper way?
OPartitionedDatabasePoolFactory factory = new OPartitionedDatabasePoolFactory(); OPartitionedDatabasePool oPartitionedDatabasePool = factory.get(SERVER_URL, USER_LOGIN, USER_PASS); ODatabaseDocumentTx odbTx = oPartitionedDatabasePool.acquire(); Thanks, Mihai -- --- 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.
