From 6ecdb5e353b6fc804b10fbdb42826f6092438b27 Mon Sep 17 00:00:00 2001 From: Johannes Geppert Date: Thu, 23 Aug 2012 18:30:10 +0000 Subject: [PATCH] WW-3864: struts2-archetype-blank compile error git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1376638 13f79535-47bb-0310-9956-ffa450edef68 --- .../archetype-resources/src/test/java/example/ConfigTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/test/java/example/ConfigTest.java b/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/test/java/example/ConfigTest.java index 5303569ca..84ffc0520 100644 --- a/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/test/java/example/ConfigTest.java +++ b/archetypes/struts2-archetype-blank/src/main/resources/archetype-resources/src/test/java/example/ConfigTest.java @@ -62,7 +62,7 @@ public class ConfigTest extends StrutsTestCase { protected void setUp() throws Exception { super.setUp(); XmlConfigurationProvider c = new XmlConfigurationProvider("struts.xml"); - configurationManager.addConfigurationProvider(c); + configurationManager.addContainerProvider(c); configurationManager.reload(); }