You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/09/06 10:22:59 UTC

svn commit: r1165561 - in /incubator/lcf/trunk: CHANGES.txt lib/hsqldb.jar pom.xml site/src/documentation/content/xdocs/how-to-build-and-deploy.xml

Author: kwright
Date: Tue Sep  6 08:22:59 2011
New Revision: 1165561

URL: http://svn.apache.org/viewvc?rev=1165561&view=rev
Log:
Fix for CONNECTORS-246, CONNECTORS-248, and CONNECTORS-249.  HSQLDB team was able to reproduce the race condition and has checked in a fix to their trunk.  I've built a jar and given it light testing.

Modified:
    incubator/lcf/trunk/CHANGES.txt
    incubator/lcf/trunk/lib/hsqldb.jar
    incubator/lcf/trunk/pom.xml
    incubator/lcf/trunk/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml

Modified: incubator/lcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/CHANGES.txt?rev=1165561&r1=1165560&r2=1165561&view=diff
==============================================================================
--- incubator/lcf/trunk/CHANGES.txt (original)
+++ incubator/lcf/trunk/CHANGES.txt Tue Sep  6 08:22:59 2011
@@ -3,11 +3,11 @@ $Id$
 
 ======================= 0.3-dev =========================
 
-CONNECTORS-247: Add unit tests for script engine.
-(Karl Wright)
+CONNECTORS-246, CONNECTORS-248, CONNECTORS-249: Problems with MVCC
+model of Hsqldb causing query inconsistencies, fixed in HSQLDB 2.2.5-6-9-2011.
+(Fred Toussi, Karl Wright)
 
-CONNECTORS-246, CONNECTORS-248: Problems with MVCC model of Hsqldb
-causing query inconsistencies, claimed to be fixed in HSQLDB 2.2.5.
+CONNECTORS-247: Add unit tests for script engine.
 (Karl Wright)
 
 CONNECTORS-144: Remove Apache license from DISCLAIMER.txt, as per the

Modified: incubator/lcf/trunk/lib/hsqldb.jar
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/lib/hsqldb.jar?rev=1165561&r1=1165560&r2=1165561&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/lcf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/pom.xml?rev=1165561&r1=1165560&r2=1165561&view=diff
==============================================================================
--- incubator/lcf/trunk/pom.xml (original)
+++ incubator/lcf/trunk/pom.xml Tue Sep  6 08:22:59 2011
@@ -33,7 +33,7 @@
     <!-- dependency versions -->
     <junit.version>4.8.2</junit.version>
     <postgresql.version>8.4-702.jdbc4</postgresql.version>
-    <hsqldb.version>2.2.5</hsqldb.version>
+    <hsqldb.version>2.2.5.6-9-2011</hsqldb.version>
     <derby.version>10.7.1.1</derby.version>
     <jetty.version>6.1.26</jetty.version>
   </properties>

Modified: incubator/lcf/trunk/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml?rev=1165561&r1=1165560&r2=1165561&view=diff
==============================================================================
--- incubator/lcf/trunk/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml (original)
+++ incubator/lcf/trunk/site/src/documentation/content/xdocs/how-to-build-and-deploy.xml Tue Sep  6 08:22:59 2011
@@ -240,7 +240,7 @@ mvn install:install-file -Dfile=lib/comm
 mvn install:install-file -Dfile=lib/xercesImpl-mcf.jar -DgroupId=xerces -DartifactId=xercesImpl-mcf -Dversion=2.9.1 -Dpackaging=jar
 mvn install:install-file -Dfile=lib/chemistry-opencmis-server-inmemory-war-0.5.0-SNAPSHOT.war -DgroupId=org.apache.chemistry.opencmis -DartifactId=chemistry-opencmis-server-inmemory-war -Dversion=0.5.0-SNAPSHOT -Dpackaging=war
 mvn install:install-file -Dfile=connectors/jcifs/jcifs/jcifs.jar -DgroupId=org.samba.jcifs -DartifactId=jcifs -Dversion=1.3.16 -Dpackaging=jar
-mvn install:install-file -Dfile=lib/hsqldb.jar -DgroupId=org.hsqldb -DartifactId=hsqldb -Dversion=2.2.5 -Dpackaging=jar
+mvn install:install-file -Dfile=lib/hsqldb.jar -DgroupId=org.hsqldb -DartifactId=hsqldb -Dversion=2.2.5.6-9-2011 -Dpackaging=jar
           </source>
         </section>
         <section>