Ok, obviously i cant do this for some reason.

The instantiation of OrientGraphNoTx never finishes. I get a 
timeoutexception....
I have my database plocal and i want to import my data using three simple 
steps

1. Create all Classes (Vertex types)
2. Create all Instaces (Vertices)
3. Create all Edges (Schemaless)

it cant be that much of a thread in my opinion but i cant really find out 
how to do it properly......

Am Mittwoch, 9. April 2014 09:33:57 UTC+2 schrieb Marc Tigges:
>
> Yes it does. I want to use java only to import data into orientdb so i 
> changed my code:
>
> @Override
> public void openGraph(boolean transaction) {
>     if(transaction) {
>         this.graph = new OrientGraph(this.pathToOrientDB, "admin", 
> "admin");
>     } else {
>         this.graph = new OrientGraphNoTx(this.pathToOrientDB, "admin", 
> "admin");
>     }
> }
>
> I now simply make to iterations over my file. first iteration i create all 
> my classes using OrientGraphNoTx. Second iteration i do the rest.
>
>

-- 

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