Niclas Hedhman wrote:
One question for Rickard; I found a UnitOfWork.dereference( entity ) in Chronos code. Do you remember what that was for, and is anything else needed instead?
It is used to replace an Entity reference from a closed UoW with a live one. Replace with get(entity).
/Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

