Is there an ObjectManager to work with the 7.3 dev build? I tried OM 6.4 but it gave the very informative message: "Could not open database! 3" and I couldn't find anything at all that referred to what that error might mean.
Assuming it was a version compatibility problem, I downloaded OM X.x, even though that contains what appears to be version 6.4. That, too, failed to open the database with the same error.
Then I noticed that the download page said to substitute the dbo-X.x-java5.jar file from the database version you're using so I tried downloading db4o 7.3 for java and replacing the -java5.jar file and got this:
Exception in thread "main" java.lang.NoClassDefFoundError: com/db4o/DatabaseFileLockedException
Caused by: java.lang.ClassNotFoundException: com.db4o.DatabaseFileLockedException
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
So, now I'm at a loss as to what to try next.
Is there a way to use ObjectManager with the 7.3 build of db4o for .NET?
Thanks,
Doug Harber