On Sat, Jan 10, 2009 at 1:47 AM, Piero Sartini <[email protected]> wrote:
> Caused by: org.qi4j.api.unitofwork.NoSuchEntityException: Could not find any > visible EntityComposite of type [org.qi4j.entitystore.jdbm.JdbmConfiguration] > in module [core]. > at > org.qi4j.api.configuration.Configuration$ConfigurationMixin.<init>(Configuration.java:80) > ... 6 more That is a bootstrap/assembly registration problem. The JdbmConfiguration must be registered as an Entity type in a module visible to the Jdbm entity store service. And here is a word of caution; The Configuration is an Entity, but it can't reside in the same module as the JDBM EntityStore itself. IIRC, there is a JdbmEntityStore Assembler available, which use a separate module for a MemoryEntityStore to handle the JdbmConfiguration. Cheers Niclas _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

