[hibernate-commits] Hibernate SVN: r18786 - annotations/branches/v3_4_0_GA_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Feb 11 14:16:42 EST 2010


Author: stliu
Date: 2010-02-11 14:16:42 -0500 (Thu, 11 Feb 2010)
New Revision: 18786

Modified:
   annotations/branches/v3_4_0_GA_CP/pom.xml
Log:
JBPAPP-3379 default hibernate.jdbc.use_streams_for_binary cause two test cases fail on db2

Modified: annotations/branches/v3_4_0_GA_CP/pom.xml
===================================================================
--- annotations/branches/v3_4_0_GA_CP/pom.xml	2010-02-11 18:43:21 UTC (rev 18785)
+++ annotations/branches/v3_4_0_GA_CP/pom.xml	2010-02-11 19:16:42 UTC (rev 18786)
@@ -275,7 +275,11 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
+<version>2.5</version>
 				<configuration>
+<systemPropertyVariables>
+<hibernate.jdbc.use_streams_for_binary>${hibernate.jdbc.use_streams_for_binary}</hibernate.jdbc.use_streams_for_binary>
+</systemPropertyVariables>
 					<redirectTestOutputToFile>true</redirectTestOutputToFile>
 				</configuration>
 			</plugin>



More information about the hibernate-commits mailing list