You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2011/10/05 12:24:42 UTC

svn commit: r1179146 - /archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml

Author: olamy
Date: Wed Oct  5 10:24:42 2011
New Revision: 1179146

URL: http://svn.apache.org/viewvc?rev=1179146&view=rev
Log:
[MRM-1327] implement alternative or improve repository metadata storage: fix spring alias

Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml?rev=1179146&r1=1179145&r2=1179146&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml Wed Oct  5 10:24:42 2011
@@ -30,8 +30,6 @@
   <bean id="loggerManager" class="org.codehaus.plexus.logging.slf4j.Slf4jLoggerManager"
         init-method="initialize"/>
 
-  <alias name="repositorySessionFactory#file" alias="repositorySessionFactory"/>
-
   <!--
   TODO olamy check user agent used in wagon !!
   <bean name="wagon#http" class="org.apache.maven.wagon.providers.http.LightweightHttpWagon" scope="prototype">
@@ -69,7 +67,7 @@
 
   <alias name="repositoryStatisticsManager#default" alias="repositoryStatisticsManager"/>
   <!-- TODO olamy need to find a more dynamic way if using jcr impl -->
-  <alias name="repositorySessionFactory#file" alias="repositorySessionFactory"/>
+  <alias name="repositorySessionFactory#jcr" alias="repositorySessionFactory"/>
   <!-- Web Services : Administration Service -->
   <bean name="administrationService" lazy-init="true" scope="singleton"
         class="org.apache.archiva.web.xmlrpc.services.AdministrationServiceImpl">