Tagged Questions

1
vote
1answer
34 views

NHibernate 2.1.1 references an older version of Spring

NHibernate 2.1.0 references Spring 1.3.0. NHibernate 2.1.1 references Spring 0.0.0.2. Is there any special reason for that? I upgraded to NHibernate 2.1.1 and now I'm getting Ass …
0
votes
2answers
75 views

What is a good Spring.net/NHibernate tutorial?

I am getting ready to start a project which will be using both Spring.net and NHibernate. I have seen a few good tutorials for NHibernate but have had a hard time finding resource …
0
votes
2answers
446 views

Spring.NET Validation Framework setup with ASP.NET MVC

I'm starting a new project for work, and I decided I want to give MVC a shot. It's a small internal site for a commute challenge. I want to use Spring.NET for Validation. I ha …
0
votes
2answers
21 views

Can I use Spring.NET to inject dependencies in a created instance?

Is it possible to to something like this using Spring.NET IoC container? MyClass instance = new MyClass(); ContextRegistry.GetContext().InjectDepenencies(instance); // instance ha …
1
vote
2answers
48 views

Spring.Net IoC: alternative to using configuration medadata XML

I'm trying to get a grasp of using spring.net ioc to suit my purpose. What options to using xml configuration (metadata file) are available in spring.net ioc. i.e. i don't want to …
0
votes
1answer
19 views

Removing Spring.Cache

Hi, I am trying to clear the cache for my integration testing. I could find "InvalidateCache" attribute in Spring documentation, but i do not want to touch the real function and c …
0
votes
1answer
36 views

How to set enum Type indexer in Spring.NET configuration xml?

I have this code: public enum StateId { NotSet = 0, AL, ..., WY } public class EnumBasedArray<I,V>:IEnumerable<V> { public V this[I index] { get { return _d …
0
votes
1answer
17 views

How to use complex Type params argument in Spring.NET constructor

I am trying to use Spring.NET with a C# application to populate a parameter array (params keyword) constructor argument that is of a complex Type (call it SecretCode, which happens …
1
vote
2answers
35 views

Spring.net wcf integration

Hi, I have a WCF service and use Spring.ServiceModel.Activation.ServiceHostFactory as a factory in my *.svc. What I need is to load some data into cache when service is called firs …
0
votes
1answer
49 views

Client timeout when using WCF through Spring.net

I'm using WCF through Spring.net WCF integration link text This works relatively fine, however it seems that WCF and Spring get in each other's way when instantiating client chann …
1
vote
1answer
46 views

Refactoring tool for Spring.NET

Hi all, Currently I get to edit a lot of Spring.NET XML files, and I do find this work to quite repetitive and, frankly boring. Most of the stuff I do is sort of 'refactoring' - …
0
votes
2answers
107 views

Implementing repositories using NHibernate and Spring.Net

I'm trying to get to grips with NHibernate, Fluent NHibernate and Spring. Following domain-driven design principals, I'm writing a standard tiered web application composed of: a …
0
votes
0answers
7 views

Instantiating a Spring.Net context inside a static method causes a memory leak.

Hi all, Ran across this recently and wondering if someone out there can give me a good explanation. I was doing some refactoring and created a spring context to grab a configured …
-1
votes
2answers
46 views

Spring.Net Books & Resoruces

I'm looking for resources on Spring.Net, has anyone come across any books or sites that you found especially useful?
0
votes
0answers
30 views

FullTextSession configuration using spring.net

Am using lucene.net for full text search. Am configuring my Nhibernate session programatically using SearchFactory provided by Lucene in the NHibernate.Search library. Am evaluatin …

1 2 3 4 5 6 next
15 30 50 per page