Anyhow, the problem is that BaseComposite needs mixin(s) that implement (all of) Base interface.
So, if BaseMixin implements both the methods, and then SubBaseMixin overrides one of them, then invoking the method on SubBaseComposite calls the overridden method. But that requires you to get a composite of type SubBase instead of Base. Is that sort of what you wanted? Cheers, Sonny _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

