spring.net
Dependency differences Spring.net configuration files and assemblies
In many examples of Spring.net are embedded assembly resources files used for the configuration metadata. Every assembly has its own configuration metadata files.[详细]
2023-03-19 13:34 分类:问答WCF WebService with Spring.NET could not find base address scheme http
I search the entire internet to solve this problem and although I found very similar problems, none of them were my own. Here\'s the deal:[详细]
2023-03-14 21:15 分类:问答How to inject wcf proxy using spring .net
I\'m new to Spring.Net. I have one wcf service class which needs the proxy of another service like: [ServiceContract][详细]
2023-03-14 07:05 分类:问答Trying to create a database schema - There was no DB provider available, unable to create connection
I started with the Northwind spring.net/NHibernate example.I am trying to get the existing example to generate a schema.I altered the CustomerEditController web.xml entry to[详细]
2023-03-13 06:30 分类:问答Tests with constraint checking errors not caught when using AbstractTransactionalSpringContextTests (rollback)
The majority of开发者_如何学C my integration tests use spring\'s AbstractTransactionalSpringContextTests to do a rollback instead of commiting to the database.This works well normally but because fore[详细]
2023-03-12 13:33 分类:问答ISessionFactoryKeyProvider missing from CommonServiceLocator when upgrading NHibernate from 2.1 to 3.0
I have a ASP.NET MVC application that uses Spring.NET 1.2 for dependecy injection and NHibernate 2.1 for ORM. It has been running on MVC 3, using S#arp Architecture in a slightly modified version whic[详细]
2023-03-12 04:39 分类:问答Leaving out <constructor-arg/> in spring framework when there's a default parameter value
I have the following simple constructor: public SimpleClass(Type1 arg1, int interval = 1000) { ... } I\'m initialising this using the spring framework as follows, without using autowire:[详细]
2023-03-09 13:50 分类:问答Use a Spring Object to add a ServiceRoute to the RouteTable
Is there a way to add a Spring Object to a ServiceRoute instead of a class type? This works but my ScenarioService has to have a parameterless constructor[详细]
2023-03-08 14:30 分类:问答Set a constructor-arg of type XmlElement from XML Spring.NET IoC config
Imagine the following: class Foo { public Foo(XmlElement xml) { ... } } I want to instantiate this class using Spring.NET and XmlApplicationContext.[详细]
2023-03-07 17:55 分类:问答spring.codeconfig vs xml configuration
I\'ve been using spr开发者_开发问答ing.net with xml configuration for some times, and I just saw that spring team released CodeConfig a month ago.[详细]
2023-03-07 07:26 分类:问答
加载中,请稍侯......