Skip to content

Commit 0d57055

Browse files
author
Arsen A. Gutsal
committed
grails 2.3 to grails 2.4 upgrade seems completed
1 parent 66de8fe commit 0d57055

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

web-app/WEB-INF/applicationContext.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
55

66
<bean id="grailsApplication" class="org.codehaus.groovy.grails.commons.GrailsApplicationFactoryBean">
7-
<description>Grails application factory bean</description>
8-
<property name="grailsDescriptor" value="/WEB-INF/grails.xml" />
9-
<property name="grailsResourceLoader" ref="grailsResourceLoader" />
10-
</bean>
7+
<description>Grails application factory bean</description>
8+
<property name="grailsDescriptor" value="/WEB-INF/grails.xml" />
9+
</bean>
1110

1211
<bean id="pluginManager" class="org.codehaus.groovy.grails.plugins.GrailsPluginManagerFactoryBean">
1312
<description>A bean that manages Grails plugins</description>
@@ -22,13 +21,12 @@
2221
<property name="pluginManager" ref="pluginManager" />
2322
</bean>
2423

25-
<bean id="grailsResourceLoader" class="org.codehaus.groovy.grails.commons.GrailsResourceLoaderFactoryBean" />
26-
2724
<bean id="characterEncodingFilter" class="org.springframework.web.filter.CharacterEncodingFilter">
2825
<property name="encoding">
2926
<value>utf-8</value>
3027
</property>
3128
</bean>
3229

30+
3331
<bean id="conversionService" class="org.springframework.context.support.ConversionServiceFactoryBean" />
34-
</beans>
32+
</beans>

0 commit comments

Comments
 (0)