|
|
Browse by Tags
All Tags » java » embedded server (RSS)
-
Hi,
I'm using db4o in a java environment and Apache Avalon/Excalibur as my component framework. Working with the local mode everything works fine for me. But switching to embedded client-server mode a ObjectNotStorableException is throws while performing native queries. I recognized that after the exception is thrown the db4o object manager ...
-
Hello,
I want to use an embedded server. The test program itself seems to do it. But the ObjectServer can't be closed.
This is the code:
ObjectServer s = Db4o.openServer(''foo2.dat'', 0); ObjectContainer d = ...
|
|
|