RESOLVED - issue SPR-4783: Add name attribute to XML namespaces that want to support it (through parser base class)

Duh: bitten by the classpath*: again
This commit is contained in:
David Syer
2009-10-27 15:33:59 +00:00
parent f23921153d
commit 0cf31f012d

View File

@@ -12,7 +12,7 @@
<lang:defaults refresh-check-delay="5000"/>
<lang:groovy id="testBean" name="/url" script-source="classpath:org/springframework/scripting/config/TestBean.groovy"/>
<lang:groovy id="testBean" name="/url" script-source="classpath*:org/springframework/scripting/config/TestBean.groovy"/>
<lang:groovy id="nonRefreshableTestBean" refresh-check-delay="-1"
script-source="classpath:org/springframework/scripting/config/TestBean.groovy"/>