diff --git a/spring-framework-reference/src/beans-context-additional.xml b/spring-framework-reference/src/beans-context-additional.xml index 4a045da960..2914cd52f7 100644 --- a/spring-framework-reference/src/beans-context-additional.xml +++ b/spring-framework-reference/src/beans-context-additional.xml @@ -182,7 +182,7 @@ argument.required=The '{0}' argument is required. <!-- this MessageSource is being used in a web application --> <bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource"> - <property name="basename" value="test-messages"/> + <property name="basename" value="exceptions"/> </bean> <!-- lets inject the above MessageSource into this POJO -->