castle
Does NVelocity support foreach.count?
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:[详细]
2023-01-18 03:36 分类:问答How to pass an object to the constructor through castle windsor?
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.[详细]
2023-01-17 22:10 分类:问答Castle 2.5/NHibernate/Magnum/NServiceBus
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[详细]
2023-01-17 15:57 分类:问答How can I pass a runtime parameter to a previously registered factory method using castle windsor?
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[详细]
2023-01-17 00:03 分类:问答Castle Windsor + ISubDependencyResolver: weird issues
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.[详细]
2023-01-16 09:11 分类:问答NHibernate - missing dll's
This call // this._cfg is an NHibernate Configuration instance this._sessionFactory = this._cfg.BuildSessionFactory();[详细]
2023-01-12 23:33 分类:问答Why Castle Active Record's `FindAllByProperty` calls `OnUpdate`?
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[详细]
2023-01-08 13:47 分类:问答Insert Parent - Children in Castle ActiveRecord
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[详细]
2023-01-08 07:03 分类:问答Castle Windsor & NHibernate facility: Value cannot be null. Parameter name: classType
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[详细]
2023-01-07 05:34 分类:问答Overridding GetHashCode and Equals in Castle Dynamic Proxy 2.1 IModelInterceptorsSelector
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[详细]
2023-01-05 15:17 分类:问答