Author: jogep
Date: Tue Oct 16 14:54:44 2012
New Revision: 1398832

URL: http://svn.apache.org/viewvc?rev=1398832&view=rev
Log:
WW-3899 Person Manager Example in Struts2 Showcase does not work

Modified:
    struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml

Modified: struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml?rev=1398832&r1=1398831&r2=1398832&view=diff
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml (original)
+++ struts/struts2/trunk/apps/showcase/src/main/resources/struts.xml Tue Oct 16 
14:54:44 2012
@@ -17,6 +17,9 @@
     <constant name="struts.convention.package.locators.basePackage" 
value="org.apache.struts2.showcase.person" />
     <constant name="struts.convention.result.path" value="/" />
 
+    <!-- Necessary for Showcase because default includes org.apache.struts2.* 
-->
+    <constant name="struts.convention.exclude.packages" 
value="org.apache.struts.*,org.springframework.web.struts.*,org.springframework.web.struts2.*,org.hibernate.*"/>
+
     <constant name="struts.freemarker.manager.classname" 
value="customFreemarkerManager" />
     <constant name="struts.serve.static" value="true" />
     <constant name="struts.serve.static.browserCache" value="false" />


Reply via email to