mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Minor error message change.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X@558574 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ public class StrutsSpringObjectFactory extends SpringObjectFactory {
|
||||
ApplicationContext appContext = WebApplicationContextUtils.getWebApplicationContext(servletContext);
|
||||
if (appContext == null) {
|
||||
// uh oh! looks like the lifecycle listener wasn't installed. Let's inform the user
|
||||
String message = "********** FATAL ERROR STARTING UP SPRING-STRUTS INTEGRATION **********\n" +
|
||||
String message = "********** FATAL ERROR STARTING UP STRUTS-SPRING INTEGRATION **********\n" +
|
||||
"Looks like the Spring listener was not configured for your web app! \n" +
|
||||
"Nothing will work until WebApplicationContextUtils returns a valid ApplicationContext.\n" +
|
||||
"You might need to add the following to web.xml: \n" +
|
||||
|
||||
Reference in New Issue
Block a user