Creating a spring plugin, fixing a few problems with the plexus plugin

WW-1499


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@474633 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald J. Brown
2006-11-14 02:53:02 +00:00
parent 28876c42b4
commit 3513e0841c
11 changed files with 94 additions and 29 deletions
@@ -5,7 +5,7 @@
"http://struts.apache.org/dtds/struts-2.0.dtd">
<struts>
<bean type="com.opensymphony.xwork.ObjectFactory" name="plexus" class="org.apache.struts2.plexus.PlexusObjectFactory" />
<bean type="com.opensymphony.xwork2.ObjectFactory" name="plexus" class="org.apache.struts2.plexus.PlexusObjectFactory" />
<!-- Make the Plexus object factory the automatic default -->
<constant name="struts.objectFactory" value="plexus" />