You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/06/07 05:30:57 UTC

svn commit: r664267 - in /geronimo/samples/branches/2.1/samples/customer-service: customer-service-ear/src/main/resources/CustomerService.sql customer-service-jetty/src/main/plan/plan.xml customer-service-tomcat/src/main/plan/plan.xml

Author: jbohn
Date: Fri Jun  6 20:30:56 2008
New Revision: 664267

URL: http://svn.apache.org/viewvc?rev=664267&view=rev
Log:
updates for customer-service sample db initialization

Modified:
    geronimo/samples/branches/2.1/samples/customer-service/customer-service-ear/src/main/resources/CustomerService.sql
    geronimo/samples/branches/2.1/samples/customer-service/customer-service-jetty/src/main/plan/plan.xml
    geronimo/samples/branches/2.1/samples/customer-service/customer-service-tomcat/src/main/plan/plan.xml

Modified: geronimo/samples/branches/2.1/samples/customer-service/customer-service-ear/src/main/resources/CustomerService.sql
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/customer-service/customer-service-ear/src/main/resources/CustomerService.sql?rev=664267&r1=664266&r2=664267&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/samples/customer-service/customer-service-ear/src/main/resources/CustomerService.sql (original)
+++ geronimo/samples/branches/2.1/samples/customer-service/customer-service-ear/src/main/resources/CustomerService.sql Fri Jun  6 20:30:56 2008
@@ -1,20 +1,18 @@
-/**
- *  Licensed to the Apache Software Foundation (ASF) under one or more
- *  contributor license agreements.  See the NOTICE file distributed with
- *  this work for additional information regarding copyright ownership.
- *  The ASF licenses this file to You under the Apache License, Version 2.0
- *  (the "License"); you may not use this file except in compliance with
- *  the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
- */
 
+--  Licensed to the Apache Software Foundation (ASF) under one or more
+--  contributor license agreements.  See the NOTICE file distributed with
+--  this work for additional information regarding copyright ownership.
+--  The ASF licenses this file to You under the Apache License, Version 2.0
+--  (the "License"); you may not use this file except in compliance with
+--  the License.  You may obtain a copy of the License at
+--
+--     http://www.apache.org/licenses/LICENSE-2.0
+--
+--  Unless required by applicable law or agreed to in writing, software
+--  distributed under the License is distributed on an "AS IS" BASIS,
+--  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+--  See the License for the specific language governing permissions and
+--  limitations under the License.
 
 
 CREATE TABLE customer(

Modified: geronimo/samples/branches/2.1/samples/customer-service/customer-service-jetty/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/customer-service/customer-service-jetty/src/main/plan/plan.xml?rev=664267&r1=664266&r2=664267&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/samples/customer-service/customer-service-jetty/src/main/plan/plan.xml (original)
+++ geronimo/samples/branches/2.1/samples/customer-service/customer-service-jetty/src/main/plan/plan.xml Fri Jun  6 20:30:56 2008
@@ -22,7 +22,7 @@
 <application xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-1.2">
 
     <gbean name="DBInitialization" class="org.apache.geronimo.connector.DatabaseInitializationGBean">
-        <attribute name="testSQL">select * from customer</attribute>
+        <!--<attribute name="testSQL">select * from customer</attribute>-->
         <attribute name="path">CustomerService.sql</attribute>
         <reference name="DataSource">
             <name>SampleTxDatasource</name>

Modified: geronimo/samples/branches/2.1/samples/customer-service/customer-service-tomcat/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/customer-service/customer-service-tomcat/src/main/plan/plan.xml?rev=664267&r1=664266&r2=664267&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/samples/customer-service/customer-service-tomcat/src/main/plan/plan.xml (original)
+++ geronimo/samples/branches/2.1/samples/customer-service/customer-service-tomcat/src/main/plan/plan.xml Fri Jun  6 20:30:56 2008
@@ -22,7 +22,7 @@
 <application xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-1.2">
 
     <gbean name="DBInitialization" class="org.apache.geronimo.connector.DatabaseInitializationGBean">
-        <attribute name="testSQL">select * from customer</attribute>
+        <!--<attribute name="testSQL">select * from customer</attribute>-->
         <attribute name="path">CustomerService.sql</attribute>
         <reference name="DataSource">
             <name>SampleTxDatasource</name>