Niclas Hedhman wrote: > Rickard, > > I am tracking down nestedUnitOfWork testcase failures. > > In UnitOfWorkInstance.newUnitOfWork I find; > > return new UnitOfWorkInstance( moduleInstance ); > > The inner class UnitOfWorkStore is never used. > > > And then looking at the code for handling EntityStores (I get > nervous!), it looks like each Entity has an associated store. But that > means the nested UoW concept doesn't work, since the Entity will have > the bottom store associated to it... Or am I missing something? > To me the whole implementation seems incorrect and a different > approach is needed.
I know, this is the last failing testcase in core right now, and at the top of my list tomorrow. It'll get fixed. /Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

