I\'m using the NVelocity from the Castle project and according to the velocity specs I should be able to access the loop counter like this:
I am building an object through castle windsor and my constructor accepts an argument of a custom type. How do I pass it to my object.
Is there anyone out there having a working Castle 2.5 based stack including NHibernate (2.1.2.x), FluentNHibernate, Magnum, NServiceB开发者_开发问答us, rRhino.Security
I have a reporting MVC application that uses C开发者_如何学Goastle Windsor. On application start up (in global.asax) all of the types are registered and then each subsequent request to the applicatio
Castle Windsor 2.5. This fails. Why? Is it designated beahvior or a bug? Seems subdependency resolvers are not even queried when resolving top-level services.
This call // this._cfg is an NHibernate Configuration instance this._sessionFactory = this._cfg.BuildSessionFactory();
When I call FindAllByProperty it calls OnUpdate in castle Active Record, This causes an stack overflow because I do some duplicating check on OnUpdate an instance. Consider following code. Why it call
I am using Castle ActiveRecord to mapping database. I have a simple database like this: ![alt text][1] [1]: http://cA5.upanh.com/10.194.14332219.LPR0/example.jpg
Hi I am attempting to use Castle windsor Nhibernate Facility with fluent Nhibernate and Im getting the error above, as far as Im aware , I have followed the instructions on setting this up. Has anyone
I\'ve read that in order to get caching and push performance when using an Interceptor Selector when using Castle Dynamic Proxy that I need to override GetTy开发者_JAVA百科pe(), GetHashCode() and Equa