All Tags »
bug »
object instantiation (RSS)
Sorry, but there are no more tags available to filter with.
-
I just found out through a thread dump that db4o 7.4 seems to be instantiating an object that i was persisting.
This is a very major bug cause that the call to the object's constructor leads to a whole chain of calls which eventually deadlocks my program.
In any case, db4o should not call the constructor cause that may in turn call other methods ...