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 » bug » Collections   (RSS)
  • Problem storing synchronized HashSet

    I'm having a problem storing and retrieving an object that contains a HashSet wrapped in a SynchronizedSet, e.g.: class MyClass {   private Set<UniqueID> ids = Collections.synchronizedSet(new HashSet<UniqueID>()); ... }  I can store this object and retrieve it and it will contain the UniqueIDs that I added to the ...
    Posted to db4o User Forum (Forum) by rdl1 on April 18, 2008
  • Re: Object Deletion: Inexplicable problems

    Hello, I still got problems to get all the elements of Db4o aware collections deleted. I attached a very simple Test case. Hope this bug can be fixed. //File ListTest.javaimport com.db4o.Db4o;import com.db4o.ext.ExtObjectContainer;import junit.framework.TestCase;import java.io.File;import java.util.ArrayList;import java.util.Date;import ...
    Posted to db4o User Forum (Forum) by Poison on May 10, 2007