Author: jogep
Date: Thu Aug 23 18:30:10 2012
New Revision: 1376638

URL: http://svn.apache.org/viewvc?rev=1376638&view=rev
Log:
 WW-3864: struts2-archetype-blank compile error

Modified:
    
struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/test/java/example/ConfigTest.java

Modified: 
struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/test/java/example/ConfigTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/test/java/example/ConfigTest.java?rev=1376638&r1=1376637&r2=1376638&view=diff
==============================================================================
--- 
struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/test/java/example/ConfigTest.java
 (original)
+++ 
struts/struts2/trunk/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/test/java/example/ConfigTest.java
 Thu Aug 23 18:30:10 2012
@@ -62,7 +62,7 @@ public class ConfigTest extends StrutsTe
     protected void setUp() throws Exception {
         super.setUp();
         XmlConfigurationProvider c = new 
XmlConfigurationProvider("struts.xml");
-        configurationManager.addConfigurationProvider(c);
+        configurationManager.addContainerProvider(c);
         configurationManager.reload();
     }
 


Reply via email to