Donald,

Are you planning to pursue a release for 2.0.3 with these recent updates or is all of this "just in case"?

Thanks,
Joe




[EMAIL PROTECTED] wrote:
Author: dwoods
Date: Tue Aug 26 13:17:49 2008
New Revision: 689201

URL: http://svn.apache.org/viewvc?rev=689201&view=rev
Log:
GERONIMO-4181 Upgrade to Derby 10.4.1.3

Modified:
    geronimo/server/branches/2.0/pom.xml
    
geronimo/server/branches/2.0/testsuite/console-testsuite/advanced/src/test/java/org/apache/geronimo/testsuite/console/DatabasePoolTest.java

Modified: geronimo/server/branches/2.0/pom.xml
URL: 
http://svn.apache.org/viewvc/geronimo/server/branches/2.0/pom.xml?rev=689201&r1=689200&r2=689201&view=diff
==============================================================================
--- geronimo/server/branches/2.0/pom.xml (original)
+++ geronimo/server/branches/2.0/pom.xml Tue Aug 26 13:17:49 2008
@@ -66,7 +66,7 @@
         <!--
         HACK: Used by uddi-db to execute the sql plugin with the Derby driver.
         -->
-        <derbyVersion>10.2.2.0</derbyVersion>
+        <derbyVersion>10.4.1.3</derbyVersion>
<!--
         HACK: Used by jsp and servlet example configs to point to the tomcat 
deployer

Modified: 
geronimo/server/branches/2.0/testsuite/console-testsuite/advanced/src/test/java/org/apache/geronimo/testsuite/console/DatabasePoolTest.java
URL: 
http://svn.apache.org/viewvc/geronimo/server/branches/2.0/testsuite/console-testsuite/advanced/src/test/java/org/apache/geronimo/testsuite/console/DatabasePoolTest.java?rev=689201&r1=689200&r2=689201&view=diff
==============================================================================
--- 
geronimo/server/branches/2.0/testsuite/console-testsuite/advanced/src/test/java/org/apache/geronimo/testsuite/console/DatabasePoolTest.java
 (original)
+++ 
geronimo/server/branches/2.0/testsuite/console-testsuite/advanced/src/test/java/org/apache/geronimo/testsuite/console/DatabasePoolTest.java
 Tue Aug 26 13:17:49 2008
@@ -37,7 +37,7 @@
             selenium.select("dbtype", "label=Derby embedded");
             selenium.click("//[EMAIL PROTECTED]'Next']");
             selenium.waitForPageToLoad("30000");
-            selenium.addSelection("jars", 
"label=org.apache.derby/derby/10.2.2.0/jar");
+            selenium.addSelection("jars", 
"label=org.apache.derby/derby/10.4.1.3/jar");
             selenium.type("property-DatabaseName", "SystemDatabase");
             selenium.click("//[EMAIL PROTECTED]'Deploy']");
             selenium.waitForPageToLoad("30000");




Reply via email to