]> source.dussan.org Git - archiva.git/commitdiff
remove reference to object factory, it won't solve the problem at hand
authorJesse McConnell <jmcconnell@apache.org>
Tue, 27 Feb 2007 21:23:29 +0000 (21:23 +0000)
committerJesse McConnell <jmcconnell@apache.org>
Tue, 27 Feb 2007 21:23:29 +0000 (21:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@512418 13f79535-47bb-0310-9956-ffa450edef68

archiva-database/src/main/resources/ibatis-config.xml

index bb30a712e9981edde387fd7dff1d39d875af3da7..c3161872788c93429c74ff3af3dd568eea748011 100644 (file)
@@ -4,6 +4,7 @@
     "http://ibatis.apache.org/dtd/sql-map-config-2.dtd">
 
 <sqlMapConfig>
+
   <settings
     cacheModelsEnabled="true"
     enhancementEnabled="true"
       <property name="JDBC.Password" value="${jdbc.password}"/>
     </dataSource>
   </transactionManager>
-  
-  <!--
-  <resultObjectFactory type="org.codehaus.plexus.ibatis.PlexusResultObjectFactory" >
-       <property name="foo" value="bar"/>
-  </resultObjectFactory> 
-  -->
 
   <sqlMap resource="org/apache/maven/archiva/database/ManageTables.xml"/>
   <sqlMap resource="org/apache/maven/archiva/database/MetadataKey.xml"/>
   <sqlMap resource="org/apache/maven/archiva/database/RepositoryMetadata.xml"/>
-</sqlMapConfig>
\ No newline at end of file
+</sqlMapConfig> 
\ No newline at end of file