[java-opensaml COMMIT] /trunk/opensaml-storage-impl/src/test/resources/org/opensaml/storage/impl/jpa-spring-context.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Feb 5 14:56:57 EST 2015


Author: tzeller
Date: Thu Feb  5 14:56:56 2015
New Revision: 4212

URL: http://svn.shibboleth.net/view/java-opensaml?rev=4212&view=rev
Log:
IDP-584 Add disabled 'hibernate.globally_quoted_identifiers' property for MySQL tests.

Modified:
    trunk/opensaml-storage-impl/src/test/resources/org/opensaml/storage/impl/jpa-spring-context.xml

Modified: trunk/opensaml-storage-impl/src/test/resources/org/opensaml/storage/impl/jpa-spring-context.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-storage-impl/src/test/resources/org/opensaml/storage/impl/jpa-spring-context.xml?rev=4212&r1=4211&r2=4212&view=diff
==============================================================================
--- trunk/opensaml-storage-impl/src/test/resources/org/opensaml/storage/impl/jpa-spring-context.xml (original)
+++ trunk/opensaml-storage-impl/src/test/resources/org/opensaml/storage/impl/jpa-spring-context.xml Thu Feb  5 14:56:56 2015
@@ -10,6 +10,13 @@
         <property name="jpaDialect">
             <bean class="org.springframework.orm.jpa.vendor.HibernateJpaDialect" />
         </property>
+        <!-- IDP-584 Uncomment for MySQL.
+        <property name="jpaProperties">
+            <props>
+                <prop key="hibernate.globally_quoted_identifiers">true</prop>
+            </props>
+        </property>
+        -->
     </bean>
  
     <!--  Hypersonic configuration -->
@@ -69,8 +76,6 @@
     
     <!-- MySQL configuration
     
-    Testing against MySQL fails, probably need quoted identifiers.
-    
         Add this dependency to your pom
         <dependency>
             <groupId>mysql</groupId>



More information about the commits mailing list