automatic schema update done by configuring the localsessionfactory for
[utils] / security / src / test / resources / spring / test.org.wamblee.security.database.xml
index af51a1e3de6c5a1a3312738fa1b3c406ebc60c7a..c92090539ee40b1f12d5cd880bf6c5f2aa076817 100644 (file)
@@ -17,6 +17,9 @@
                 <prop key="hibernate.cache.use_query_cache">${hibernate.cache.use_query_cache}</prop>
             </props>
         </property>
+        <property name="schemaUpdate">
+            <value>${hibernate.schemaupdate}</value>
+        </property>
         <property name="mappingResources"><ref bean="hibernateMappingFiles"/></property>
     </bean>