Author: mrdon
Date: Sat Oct 27 14:51:20 2007
New Revision: 589222

URL: http://svn.apache.org/viewvc?rev=589222&view=rev
Log:
Fixing misnamed controller scanner

Modified:
    
struts/sandbox/trunk/struts2-rest-plugin/src/main/resources/struts-plugin.xml

Modified: 
struts/sandbox/trunk/struts2-rest-plugin/src/main/resources/struts-plugin.xml
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-rest-plugin/src/main/resources/struts-plugin.xml?rev=589222&r1=589221&r2=589222&view=diff
==============================================================================
--- 
struts/sandbox/trunk/struts2-rest-plugin/src/main/resources/struts-plugin.xml 
(original)
+++ 
struts/sandbox/trunk/struts2-rest-plugin/src/main/resources/struts-plugin.xml 
Sat Oct 27 14:51:20 2007
@@ -9,7 +9,7 @@
     <bean type="com.opensymphony.xwork2.ActionProxyFactory" name="rest" 
class="org.apache.struts2.rest.RestActionProxyFactory" />
        <bean type="org.apache.struts2.dispatcher.mapper.ActionMapper" 
name="rest" class="org.apache.struts2.rest.RestActionMapper" />
        
-       <bean type="com.opensymphony.xwork2.config.PackageProvider" name="rest" 
class="org.apache.struts2.rest.ResourceClasspathPackageProvider" />
+       <bean type="com.opensymphony.xwork2.config.PackageProvider" name="rest" 
class="org.apache.struts2.rest.ControllerClasspathPackageProvider" />
 
        <bean class="org.apache.struts2.rest.ContentTypeHandlerManager" />
 


Reply via email to