Hallo!
Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
util=org.springframework.beans.factory.xml.UtilNamespaceHandler
--> constant
--> property-path
--> list
--> set
--> map
--> properties
 
aop=org.springframework.aop.config.AopNamespaceHandler
-> config 
-> spring-configured
-> aspectj-autoproxy
-> scoped-proxy
 
lang=org.springframework.scripting.config.LangNamespaceHandler
--> groovy
--> bsh
--> jruby
 
tx=org.springframework.transaction.config.TxNamespaceHandler
--> advice
--> annotation-driven
 
jee=org.springframework.ejb.config.JeeNamespaceHandler
--> jndi-lookup
--> local-slsb
--> remote-slsb
 
p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler
--> für dieses tag ist kein schema angegeben.

Eine Erklärung zu den einzelnen Tags folgt.

Gruß Tom