From 2f5d7a556f29e6b2d96732dae8bc0040ea548ce4 Mon Sep 17 00:00:00 2001 From: markpollack Date: Thu, 6 Nov 2008 06:17:46 +0000 Subject: [PATCH] SPRNET-701 - Self-registering namespace parsers --- doc/reference/src/objects.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/reference/src/objects.xml b/doc/reference/src/objects.xml index 0abbb381..9eec15a9 100644 --- a/doc/reference/src/objects.xml +++ b/doc/reference/src/objects.xml @@ -5221,6 +5221,13 @@ cfg.PostProcessObjectFactory(factory); attribute. Below is an example that registers all the namespaces provided in Spring. + + As of Spring.NET 1.2.0 it is no longer necessary to explicitly + configure the namespace parsers that come with Spring via a custom + section in App.config. You will still need to register custom + namespace parsers if you are writing your own. + + <configuration> <configSections>