Skip to content

Commit 0cf31f0

Browse files
author
David Syer
committed
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
1 parent f239211 commit 0cf31f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.springframework.context/src/test/resources/org/springframework/scripting/config/scriptingDefaultsTests.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<lang:defaults refresh-check-delay="5000"/>
1414

15-
<lang:groovy id="testBean" name="/url" script-source="classpath:org/springframework/scripting/config/TestBean.groovy"/>
15+
<lang:groovy id="testBean" name="/url" script-source="classpath*:org/springframework/scripting/config/TestBean.groovy"/>
1616

1717
<lang:groovy id="nonRefreshableTestBean" refresh-check-delay="-1"
1818
script-source="classpath:org/springframework/scripting/config/TestBean.groovy"/>

0 commit comments

Comments
 (0)