spring.net
How do I override the default isolation level when using the Transaction attribute in Spring.Net
When using the Transaction() attribute on a method the default isolation level is ReadCommitted.What I want to do is set the default isolation level to ReadUncommitted in the Spring.NET config ( so as[详细]
2023-04-12 12:12 分类:问答Spring.NET, Quartz & Transactions
I\'ve just run into a problem w开发者_如何学编程ith a Quartz job that I\'m invoking through Spring. My ExecuteInternal method had a [Transaction] attribute (because it does a load of DB calls) but whe[详细]
2023-04-12 07:35 分类:问答inject class in to using statement with spring.net
I am developing a .net c# application that开发者_如何学运维 uses dependency injection with spring.net and ran in to an issue. I have the following method:[详细]
2023-04-10 11:29 分类:问答How to do Spring.NET DI injection in action filters (ASP.NET MVC 3)
Tried to search but no specific answers (I am very new in this)... With Spring.NET supporting ASP.NET MVC 3, how can I do dependency injection inside action filters? Studied around but I have no clue[详细]
2023-04-09 02:43 分类:问答Injecting properties into a QuartzJobObject
Am I right in thinking that my QuartzJobObject can\'t have any DAO\'s or other Spring-managed objects injected into it?[详细]
2023-04-07 04:07 分类:问答Spring.net WCF service and multithreading: manage count thread for exec WCF method
I\'m create WCF service using spring.net. I need manage count threads开发者_如何学Python which execute one method of WCF service. Example, method can execute only 3 clients and when 4-th client try ex[详细]
2023-04-05 20:20 分类:问答Missing MySQL DLL?
I\'ve recreated the Northwind Spring/NHibernate example that comes with Spring.NET, but wi开发者_如何学Cth MySQL rather than SQLServer. I\'ve almost got it working I think, but I\'m getting this when[详细]
2023-04-05 06:00 分类:问答Can SPRING.NET create an XML file, given the object I want to use for IoC?
I want Spring.NET to generate a matching XML file for the following class : public class MyClass { public int Id { get; set; }[详细]
2023-04-04 14:37 分类:问答Spring.net inject dictionary order question?
I use spring.net inject a开发者_StackOverflow社区 Dictionary<string,string> in this order:[详细]
2023-04-04 02:55 分类:问答How to inject dependency for hierarchy in Spring.Net
How can I define configuration to inject dependencies to the following hierarchy of objects: RootObject[详细]
2023-04-02 10:15 分类:问答