[MRM-1327] implement alternative or improve repository metadata storage: fix spring alias

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179146 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-10-05 10:24:42 +00:00
parent eb3adda0b0
commit a60af54fd5
1 changed files with 1 additions and 3 deletions

View File

@ -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">