Hi, Is the trunk castle facilities AutomaticTransactionManagement broken against the trunk InversionOfControl build.
I work on horn and it is breaking on the horn daily build with knock on effects to other packages that depend on it: http://www.hornget.net/packages/ioc/castle.facilities.automatictransactionmanagement/castle.facilities.automatictransactionmanagement-trunk. According to the horn build, it fails because the TransactionComponentInspector which inherits from MethodMetaInspector in Castle.Facilities.AutomaticTransactionManagement is trying to override ProcessMeta but the override in TransactionComponentInspector has the following signature: protected override void ProcessMeta(ComponentModel model, MethodInfo[] methods, MethodMetaModel metaModel) but ProcessMeta in MethodMetaInspector has the following signature: protected virtual void ProcessMeta(ComponentModel model, IList<MethodInfo> methods, MethodMetaModel metaModel) I am really trying to rule out if this is a horn error but I do not think it is. Can anyone let me know if this is indeed an error? Cheers Paul -- You received this message because you are subscribed to the Google Groups "Castle Project Development List" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en.
