Niclas Hedhman wrote:
On Mon, Aug 24, 2009 at 10:51 AM, Niclas Hedhman<[email protected]> wrote:module.addEntities( Car.class, Customer.class, CarCategory.class ); module.addValues( Address.class, Period.class ); module.addEntities( Booking.class, RentalShop.class ).visibleIn( Visibility.application );Actually, I just realized that this is after the 'work-around'. It should be; module.addEntities( Booking.class, Car.class, Customer.class, CarCategory.class ); module.addValues( Address.class, Period.class ); module.addEntities( RentalShop.class ).visibleIn( Visibility.application ); I am starting debugging now... Any suggestion what to look for/at ??
Well, you will want to set a debug point where the lookup fails, and then try to follow what modules it checks.
/Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

