|
|
Browse by Tags
All Tags » Threads (RSS)
-
Hallo,
Ich nutze db4o im Client/Server Modus. Beim Lesen erhalte ich zwischendurch folgende Fehlermeldung.
[CODE]
Exception in thread ''db4o server message dispatcher db4o'' java.lang.NullPointerException at com.db4o.internal.UUIDFieldMetadata.addFieldIndex(Unknown ...
-
Hi,
wir sind dabei ein MMOG zu entwickeln und ich evaluiere gerade verschiedene Object-DBs um die für uns passenste zu finden.
Db4o ist da bisher sehr Interessant, allerdings stellen sich mir da noch einige Fragen die ich mir so aus der Dokumentation und dem Forum nicht ganz beantworten konnte. Ich hoffe ihr könnt mir weiterhelfen:Skalierung: ...
-
We are trying to use the 'in process' version of java db4o in our application. Our app produces lots of data pretty frequently and we want to use a background thread which keeps taking chunks of data and saving it to a db4o database.
My question is that if we use multiple threads to store chunks of data parallely will that increase the ...
-
Hi,
I ran the example of chapter 8 of the book “The definitive guide to db4o” (see attached file). The RunListClient should get Person objects from the server and print them. But it get nothing, the “result” in ListResult is empty.
That is strange, because if I open the yap file with ObjectManager, I see the person ...
-
Hallo,
gibt es im embedded mode eine Möglichkeit, den erfolgreichen commit() eines anderen ObjectContainer abzufragen oder eine Benachrichtigung zu erhalten? Wenn ich in einem ObjectContainer commit() aufrufe und direkt für einen anderen refresh(), sind die Änderungen in manchen Fällen noch nicht verfügbar.
Konkret soll möchte ich erreichen dass ...
|
|
|