On 12/6/05, Sean Corfield <[EMAIL PROTECTED]> wrote: > How do you do the test such that it fails? structKeyExists(obj,"init") > ought to return YES for inherited methods... yes?
I think we check metadata.functions, so no we're not picking it up. We need the metadat to ensure that the constructor can accept any dependencies you've specified in the xml (and to autowire if necessary). Same thing applies to setter injection, so either way we will have to walk the metadata to support inherited setters/constructors. -Dave
