Hi! > I built Neoclipse from source against the 1.2 jars. I'd like to use it while > debugging an app using an embedded DB. When I connect with the remote option, > I still can't access the DB if my app has the DB open. Will that be resolved > or is it supported now?
This should work. Note that for now, there can only be one remote client connected at a time. So any old instance that didn't get shut down may cause problems. I'd suggest using the read-only mode, it's much more stable. > Also, if I connect to the DB with Neoclipse and stop/disconnect (click the > square icon), the DB is not released and my app cannot connect when it > starts. I have to quit Neoclipse to release the DB. Kind of a pain to have to > quite either app to use the other, but I'm not in the mood to switch to the > REST API. I couldn't reproduce this problem, maybe you could give some more details? > Will I run into the same issue when backing up the DB? I understand from the > docs that I can run a process within my app against the embedded DB to back > it up, but will I be able to have another app/script run to back it up while > my main app is using it? Onlinebackup should be executed from inside your application and shouldn't be a problem. It's also possible to perform backup by transferring the logical logs - I'm not sure about the details in this case, maybe someone else could chime in here? BTW, I just updated the Neoclipse source code to use Neo4j 1.2. /anders _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

