Hi! I ran into this problem just now: The newInstance( UnitOfWorkInstance unitOfWork, Object value ) method in AssociationContext assumes that the value object passed in can be cast to List. This object is retreived from an EntityState-object in the getAssociation( Method associationMethod ) method in EntityCompositeInstance. But the methods in EntityState only promises to return Collection object, not List objects.
-- Tobias Ivarsson <[EMAIL PROTECTED]> Hacker, Neo Technology www.neotechnology.com Cellphone: +46 706 534857
_______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

