Index: archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml
===================================================================
--- archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml (revision 1148576)
+++ archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml (working copy)
@@ -68,9 +68,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -86,6 +112,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml
===================================================================
--- archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml (revision 1148576)
+++ archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml (working copy)
@@ -122,6 +122,23 @@
1
+
+ RedbackXmlRpcServlet
+ com.atlassian.xmlrpc.spring.BinderSpringXmlRpcServlet
+
+ serviceListBeanName
+ redbackXmlrpcServicesList
+
+
+ authHandlerBeanName
+ redbackXmlRpcAuthenticator
+
+
+ enabledForExtensions
+ true
+
+
+
RssFeedServlet
@@ -144,6 +161,11 @@
/xmlrpc
+
+ RedbackXmlRpcServlet
+ /redback-xmlrpc
+
+
jdbc/users
javax.sql.DataSource
Index: archiva-modules/archiva-web/archiva-webapp/pom.xml
===================================================================
--- archiva-modules/archiva-web/archiva-webapp/pom.xml (revision 1148576)
+++ archiva-modules/archiva-web/archiva-webapp/pom.xml (working copy)
@@ -221,6 +221,16 @@
org.codehaus.redback
redback-common-integrations
+
+ org.codehaus.redback
+ redback-xmlrpc-services
+ runtime
+
+
+ org.codehaus.redback
+ redback-xmlrpc-security
+ runtime
+
org.apache.archiva
Index: pom.xml
===================================================================
--- pom.xml (revision 1148576)
+++ pom.xml (working copy)
@@ -820,6 +820,16 @@
+
+ org.codehaus.redback
+ redback-xmlrpc-services
+ ${redback.version}
+
+
+ org.codehaus.redback
+ redback-xmlrpc-security
+ ${redback.version}
+