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. Cheers Niclas _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

