You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mu...@apache.org on 2009/07/13 22:08:22 UTC

svn commit: r793692 - /struts/struts2/trunk/plugins/spring/src/main/resources/struts-plugin.xml

Author: musachy
Date: Mon Jul 13 20:08:21 2009
New Revision: 793692

URL: http://svn.apache.org/viewvc?rev=793692&view=rev
Log:
define constants as empty as a workaround to the IoC container limitation ("required" is ignored in @Inject in constructor params)

Modified:
    struts/struts2/trunk/plugins/spring/src/main/resources/struts-plugin.xml

Modified: struts/struts2/trunk/plugins/spring/src/main/resources/struts-plugin.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/spring/src/main/resources/struts-plugin.xml?rev=793692&r1=793691&r2=793692&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/spring/src/main/resources/struts-plugin.xml (original)
+++ struts/struts2/trunk/plugins/spring/src/main/resources/struts-plugin.xml Mon Jul 13 20:08:21 2009
@@ -31,6 +31,9 @@
     <!--  Make the Spring object factory the automatic default -->
     <constant name="struts.objectFactory" value="spring" />
 
+    <constant name="struts.class.reloading.watchList" value="" />
+    <constant name="struts.class.reloading.acceptClasses" value="" />
+
     <package name="spring-default">
         <interceptors>
             <interceptor name="autowiring" class="com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor"/>