mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
define constants as empty as a workaround to the IoC container limitation ("required" is ignored in @Inject in constructor params)
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@793692 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user