diff options
author | Olivier Lamy <olamy@apache.org> | 2011-10-05 10:24:42 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-10-05 10:24:42 +0000 |
commit | a60af54fd5a491841728db2757061aef19a4e46f (patch) | |
tree | 907ead1ae181241ffdfbb8697f66f012cb7c5133 /archiva-modules | |
parent | eb3adda0b0778918d605f880339b14664a0656e1 (diff) | |
download | archiva-a60af54fd5a491841728db2757061aef19a4e46f.tar.gz archiva-a60af54fd5a491841728db2757061aef19a4e46f.zip |
[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
Diffstat (limited to 'archiva-modules')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml index 9308655b0..6ba791551 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml @@ -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"> |