Hi,
I must be mixing things here but after having used the OrientDB in embedded
mode before I'm not understanding how the embedded server plays with the
client connections and the new OrientGraphNoTx.
What I need to do programmatically is:
1. Start the server (*works fine*)
server = OServerMain.create();
server.startup(getClass().getResourceAsStream("/orientdb-server.xml"));
server.activate();
2. Create a new/fresh graph database (*produces error*)
server.openDatabase("graph", "<database>", "<user>",
"<password>").create();
---> Database '<database>' is not configured on server
3. Start using the new database (*completely lost*)
- OGraphDatabasePool - is deprecated and not compatible with
OrientGraphNoTx
- Connecting on plocal:<filepath> seems wrong since I have the server in
place
- Connecting on remote:server seems wrong since I'm running the embedded
server
Assistance is greatly appreciated.
Regards,
-Stefan
--
---
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/groups/opt_out.