You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/11/17 19:03:22 UTC

svn commit: r718305 - in /geronimo/server/branches/2.1/plugins/system-database: sysdb-console-jetty/src/main/plan/plan.xml sysdb-console-tomcat/src/main/plan/plan.xml

Author: dwoods
Date: Mon Nov 17 10:03:22 2008
New Revision: 718305

URL: http://svn.apache.org/viewvc?rev=718305&view=rev
Log:
GERONIMO-4405 Postgresql new drives would not be listed in Drive Jars list and download driver list.  Thanks to Rex Wang for the patch (which I also applied to the Jetty console plan.

Modified:
    geronimo/server/branches/2.1/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml
    geronimo/server/branches/2.1/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml

Modified: geronimo/server/branches/2.1/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml?rev=718305&r1=718304&r2=718305&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml (original)
+++ geronimo/server/branches/2.1/plugins/system-database/sysdb-console-jetty/src/main/plan/plan.xml Mon Nov 17 10:03:22 2008
@@ -319,7 +319,7 @@
         <attribute name="defaultPort">0</attribute>
         <attribute name="specific">true</attribute>
         <attribute name="RARName">org.tranql/tranql-connector-postgresql-local//rar</attribute>
-        <attribute name="dependencyFilterStrings">postgresql/postgresql//jar,postgresql/postgresql-7.3//jar,postgresql/postgresql-7.4//jar,postgresql/postgresql-8.0//jar,postgresql/postgresql-8.1//jar,postgresql/postgresql-8.2//jar</attribute>
+        <attribute name="dependencyFilterStrings">postgresql///jar</attribute>
     </gbean>
     <gbean name="Database25a" class="org.apache.geronimo.console.databasemanager.wizard.DatabaseDriverGBean">
         <attribute name="name">PostgreSQL XA</attribute>
@@ -328,7 +328,7 @@
         <attribute name="defaultPort">0</attribute>
         <attribute name="specific">true</attribute>
         <attribute name="RARName">org.tranql/tranql-connector-postgresql-xa//rar</attribute>
-        <attribute name="dependencyFilterStrings">postgresql/postgresql//jar,postgresql/postgresql-7.3//jar,postgresql/postgresql-7.4//jar,postgresql/postgresql-8.0//jar,postgresql/postgresql-8.1//jar,postgresql/postgresql-8.2//jar</attribute>
+        <attribute name="dependencyFilterStrings">postgresql///jar</attribute>
     </gbean>
     <gbean name="Database26" class="org.apache.geronimo.console.databasemanager.wizard.DatabaseDriverGBean">
         <attribute name="name">Progress</attribute>

Modified: geronimo/server/branches/2.1/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml?rev=718305&r1=718304&r2=718305&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml (original)
+++ geronimo/server/branches/2.1/plugins/system-database/sysdb-console-tomcat/src/main/plan/plan.xml Mon Nov 17 10:03:22 2008
@@ -320,7 +320,7 @@
         <attribute name="defaultPort">0</attribute>
         <attribute name="specific">true</attribute>
         <attribute name="RARName">org.tranql/tranql-connector-postgresql-local//rar</attribute>
-        <attribute name="dependencyFilterStrings">postgresql/postgresql//jar,postgresql/postgresql-7.3//jar,postgresql/postgresql-7.4//jar,postgresql/postgresql-8.0//jar,postgresql/postgresql-8.1//jar,postgresql/postgresql-8.2//jar</attribute>
+        <attribute name="dependencyFilterStrings">postgresql///jar</attribute>
     </gbean>
     <gbean name="Database25a" class="org.apache.geronimo.console.databasemanager.wizard.DatabaseDriverGBean">
         <attribute name="name">PostgreSQL XA</attribute>
@@ -329,7 +329,7 @@
         <attribute name="defaultPort">0</attribute>
         <attribute name="specific">true</attribute>
         <attribute name="RARName">org.tranql/tranql-connector-postgresql-xa//rar</attribute>
-        <attribute name="dependencyFilterStrings">postgresql/postgresql//jar,postgresql/postgresql-7.3//jar,postgresql/postgresql-7.4//jar,postgresql/postgresql-8.0//jar,postgresql/postgresql-8.1//jar,postgresql/postgresql-8.2//jar</attribute>
+        <attribute name="dependencyFilterStrings">postgresql///jar</attribute>
     </gbean>
     <gbean name="Database26" class="org.apache.geronimo.console.databasemanager.wizard.DatabaseDriverGBean">
         <attribute name="name">Progress</attribute>