Now using the new database support functionality.
[utils] / security / src / test / resources / spring / test.org.wamblee.security.datasource.xml
index 5a75178e1d4c8d3a2615fe50c0a72145f373f64e..d7183342175fc9e2226da7126536f3a1d166fa11 100644 (file)
@@ -7,9 +7,11 @@
     <!-- This is the Spring configuration to define the database-related stuff for the
     all persistence tests.  -->
     <bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource">
+        <!-- driver classname no longer needed because ServiceLoader is used these days
         <property name="driverClassName">
             <value>${database.driver}</value>
         </property>
+        --> 
         <property name="url">
             <value>${database.url}</value>
         </property>