For some reason when running an embedded distributed orientdb database
instance I can not manipulate the database schema
For example if I try to run this:
OSchema schema= db.getMetadata().getSchema();
schema.createAbstractClass("NamedEntity");
give me an error, if I try a to connect using "plocal:somepath/db" or
"remote:someip:someport/db" it works just fine.
This line works though:
Iterator it= db.browseClass("OUser");
it.next(); //"admin" user is returned
Anyone has any idea what might be wrong.
--
---
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.