Hi Paul, Yes it is indeed an error. At the moment the trunk versions are not compatible, we discussed this here: http://groups.google.com/group/castle-project-devel/browse_thread/thread/402612deb1ef07ae
I'm sorry that I haven't comment on this thread http://www.google.com/url?sa=D&q=http://groups.google.com/group/horn-development/browse_thread/thread/ab4a3ba003b85e6a&usg=AFQjCNF_RcKQOtZO4qP3WAvOElOVbOCzug This is going to be an ongoing problem for horn because you guys are trying to build against all the trunks. I vote to fix the dependency versions on the descriptors. Cheers John On Dec 20, 3:39 am, dagda1 <[email protected]> wrote: > 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.automatictransa.... > > 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.
