db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » Threads   (RSS)
  • Dispatcher Fehler bei db4o 6.4.14.8131

    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 ...
    Posted to German (Forum) by McMicS on March 21, 2008
  • db4o als MMOG db?

    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: ...
    Posted to German (Forum) by scepticx on February 13, 2008
  • Multiple threads and 'In Process' Java db4o

    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 ...
    Posted to db4o User Forum (Forum) by pdeva on January 10, 2008
  • Problem with Client/server example

    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 ...
    Posted to db4o User Forum (Forum) by Promeneur on January 23, 2007
  • Wann ist ein commit von anderen clients lesbar (read committed)?

    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 ...
    Posted to db4o User Forum (Forum) by nmitoussis on October 28, 2006