On Mon, Jan 4, 2010 at 4:59 PM, Rickard Öberg <[email protected]> wrote:
> These problems are limited to testing, right? MemoryEntityStoreService > already implements a separate "TestData" interface for import/export of > data. We could easily extend it to include a "clear" method that deletes all > data too, without a traversal. The ES would itself figure out how to do > that. No, I think you will have similar problems if you have modular systems and you unload a module, and then try traversing the ES. I think the whole problem is related to "loading policy", and that we actually need an EntityType before the type is really needed. Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

