You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pr...@apache.org on 2007/10/25 17:40:49 UTC

svn commit: r588259 - in /geronimo/sandbox/jetspeed-integration: jetspeed-derby-database/src/main/plan/plan.xml jetspeed-tomcat/src/main/plan/plan.xml

Author: prasad
Date: Thu Oct 25 08:40:48 2007
New Revision: 588259

URL: http://svn.apache.org/viewvc?rev=588259&view=rev
Log:
* renamed JetspeedPool to JetspeedDS

Modified:
    geronimo/sandbox/jetspeed-integration/jetspeed-derby-database/src/main/plan/plan.xml
    geronimo/sandbox/jetspeed-integration/jetspeed-tomcat/src/main/plan/plan.xml

Modified: geronimo/sandbox/jetspeed-integration/jetspeed-derby-database/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/jetspeed-integration/jetspeed-derby-database/src/main/plan/plan.xml?rev=588259&r1=588258&r2=588259&view=diff
==============================================================================
--- geronimo/sandbox/jetspeed-integration/jetspeed-derby-database/src/main/plan/plan.xml (original)
+++ geronimo/sandbox/jetspeed-integration/jetspeed-derby-database/src/main/plan/plan.xml Thu Oct 25 08:40:48 2007
@@ -23,7 +23,7 @@
             <connection-definition>
                 <connectionfactory-interface>javax.sql.DataSource</connectionfactory-interface>
                 <connectiondefinition-instance>
-                    <name>JetspeedPool</name>
+                    <name>JetspeedDS</name>
                     <config-property-setting name="UserName"></config-property-setting>
                     <config-property-setting name="Password"></config-property-setting>
                     <config-property-setting name="DatabaseName">JetspeedDB</config-property-setting>
@@ -44,7 +44,7 @@
       <attribute name="testSQL"> </attribute>
       <attribute name="path">META-INF/database/derby/prefs-schema.sql</attribute>
       <reference name="DataSource">
-            <name>JetspeedPool</name>
+            <name>JetspeedDS</name>
         </reference>
     </gbean>
 
@@ -52,7 +52,7 @@
       <attribute name="testSQL"> </attribute>
       <attribute name="path">META-INF/database/derby/registry-schema.sql</attribute>
       <reference name="DataSource">
-            <name>JetspeedPool</name>
+            <name>JetspeedDS</name>
         </reference>
     </gbean>
 
@@ -60,7 +60,7 @@
       <attribute name="testSQL"> </attribute>
       <attribute name="path">META-INF/database/derby/security-schema.sql</attribute>
       <reference name="DataSource">
-            <name>JetspeedPool</name>
+            <name>JetspeedDS</name>
         </reference>
     </gbean>
 

Modified: geronimo/sandbox/jetspeed-integration/jetspeed-tomcat/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/jetspeed-integration/jetspeed-tomcat/src/main/plan/plan.xml?rev=588259&r1=588258&r2=588259&view=diff
==============================================================================
--- geronimo/sandbox/jetspeed-integration/jetspeed-tomcat/src/main/plan/plan.xml (original)
+++ geronimo/sandbox/jetspeed-integration/jetspeed-tomcat/src/main/plan/plan.xml Thu Oct 25 08:40:48 2007
@@ -19,7 +19,7 @@
 
     <resource-ref>
            <ref-name>jdbc/jetspeed</ref-name>
-           <resource-link>JetspeedPool</resource-link>
+           <resource-link>JetspeedDS</resource-link>
     </resource-ref>
 
     <security-realm-name>geronimo-admin</security-realm-name>