@ -5,14 +5,14 @@
xsi:schemaLocation="http://www.springframework.org/schema/beans
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/lang
http://www.springframework.org/schema/lang
http://www.springframework.org/schema/lang/spring-lang.xsd"
http://www.springframework.org/schema/lang/spring-lang-3.0 .xsd"
default-autowire="byName"
default-autowire="byName"
default-init-method="startup"
default-init-method="startup"
default-destroy-method="shutdown">
default-destroy-method="shutdown">
<lang:defaults refresh-check-delay= "5000" />
<lang:defaults refresh-check-delay= "5000" />
<lang:groovy id= "testBean" 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"
<lang:groovy id= "nonRefreshableTestBean" refresh-check-delay= "-1"
script-source="classpath:org/springframework/scripting/config/TestBean.groovy"/>
script-source="classpath:org/springframework/scripting/config/TestBean.groovy"/>