]> source.dussan.org Git - archiva.git/commitdiff
Remove db conf comments
authorEmmanuel Venisse <evenisse@apache.org>
Tue, 26 Sep 2006 12:56:41 +0000 (12:56 +0000)
committerEmmanuel Venisse <evenisse@apache.org>
Tue, 26 Sep 2006 12:56:41 +0000 (12:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@450036 13f79535-47bb-0310-9956-ffa450edef68

archiva-webapp/src/main/resources/META-INF/plexus/application.xml

index 757484c1e224d6ee9d38f35750a2c0a257e837f1..124967ab5484230fc10b8115bc990ac5bcc171a6 100644 (file)
 
     <component>
       <role>org.codehaus.plexus.jdo.JdoFactory</role>
-<!--
-      <implementation>org.codehaus.plexus.jdo.DefaultConfigurableJdoFactory</implementation>
--->
       <implementation>org.codehaus.plexus.jdo.DataSourceConfigurableJdoFactory</implementation>
       <configuration>
 
         <connectionFactoryName>java:comp/env/jdbc/users</connectionFactoryName>
         <shutdownConnectionFactoryName>java:comp/env/jdbc/shutdown</shutdownConnectionFactoryName>
 
-        <!-- HSQLDB Configuration -->
-        <!--
-          NOTE: NO NOT USE THIS CONFIGURATION FOR A PRODUCTION SYSTEM.
-          HSQLDB keeps all data in memory at all times.
-
-          NOTE: JPOX 1.1.1 won't create the tables on start
-          http://www.jpox.org/servlet/jira/browse/CORE-2946
-        -->
-        <!--
-        <driverName>org.hsqldb.jdbcDriver</driverName>
-        <url>jdbc:hsqldb:mem:test</url>
-        <userName>sa</userName>
-        <password></password>
-            -->
-
-        <!-- Apache Derby Configuration -->
-<!--
-        <driverName>org.apache.derby.jdbc.EmbeddedDriver</driverName>
-        <url>jdbc:derby:${plexus.home}/database;create=true</url>
-        <userName>sa</userName>
-        <password></password>
--->
-
-        <!-- Postgresql Configuration -->
-        <!--
-        <driverName>org.postgresql.Driver</driverName>
-        <url>jdbc:postgresql://localhost/continuum</url>
-        <userName>username</userName>
-        <password></password>
-        -->
-
         <!-- JPOX and JDO configuration -->
         <persistenceManagerFactoryClass>org.jpox.PersistenceManagerFactoryImpl</persistenceManagerFactoryClass>
         <otherProperties>