Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 6917 invoked from network); 24 Nov 2010 11:37:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Nov 2010 11:37:29 -0000 Received: (qmail 47914 invoked by uid 500); 24 Nov 2010 11:38:01 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 47793 invoked by uid 500); 24 Nov 2010 11:38:00 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 47786 invoked by uid 99); 24 Nov 2010 11:38:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 11:38:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 11:37:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CE8CC238890B; Wed, 24 Nov 2010 11:36:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1038563 - in /geronimo/daytrader/branches/2.1: ./ bin/ bin/dbscripts/ modules/streamer/src/main/resources/META-INF/ modules/web/src/main/webapp/dbscripts/postgre/ modules/wsappclient/src/main/resources/META-INF/ plans/ Date: Wed, 24 Nov 2010 11:36:24 -0000 To: scm@geronimo.apache.org From: xiaming@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101124113624.CE8CC238890B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: xiaming Date: Wed Nov 24 11:36:24 2010 New Revision: 1038563 URL: http://svn.apache.org/viewvc?rev=1038563&view=rev Log: do some cleanup Removed: geronimo/daytrader/branches/2.1/bin/dbscripts/ geronimo/daytrader/branches/2.1/modules/streamer/src/main/resources/META-INF/MANIFEST.MF geronimo/daytrader/branches/2.1/modules/wsappclient/src/main/resources/META-INF/MANIFEST.MF Modified: geronimo/daytrader/branches/2.1/README geronimo/daytrader/branches/2.1/bin/deploy.sh geronimo/daytrader/branches/2.1/bin/undeploy.sh geronimo/daytrader/branches/2.1/modules/web/src/main/webapp/dbscripts/postgre/Table.ddl geronimo/daytrader/branches/2.1/plans/daytrader-derby-xa-plan.xml Modified: geronimo/daytrader/branches/2.1/README URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1/README?rev=1038563&r1=1038562&r2=1038563&view=diff ============================================================================== --- geronimo/daytrader/branches/2.1/README (original) +++ geronimo/daytrader/branches/2.1/README Wed Nov 24 11:36:24 2010 @@ -106,10 +106,14 @@ Deployer cd $GERONIMO_HOME/bin deploy.[bat|sh] deploy $DAYTRADER_HOME/modules/ear/target/daytrader-ear-.ear $DAYTRADER_HOME/plans/ where is - For Apache Derby: dayTrader-derby-plan.xml - For IBM DB2 v9.1: dayTrader-db2-9.1-XA-plan.xml - For Oracle: dayTrader-oracle-XA-plan.xml - For MS SQL Server: dayTrader-sqlserver-plan.xml + For Apache Derby: daytrader-derby-xa-plan.xml + For IBM DB2 v9.1: daytrader-db2-xa-plan.xml + For Oracle: daytrader-oracle-xa-plan.xml + For MS SQL Server: daytrader-sqlserver-plan.xml + daytrader-sqlserver-xa-plan.xml + For MySQL: daytrader-mysql-xa-plan.xml + For Informix: daytrader-informix-xa-plan.xml + For PostgreSQL: daytrader-postgre-xa-plan.xml 3. Use the admin console to install the application: - Under Applications -> Deploy New/Deployer Modified: geronimo/daytrader/branches/2.1/bin/deploy.sh URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1/bin/deploy.sh?rev=1038563&r1=1038562&r2=1038563&view=diff ============================================================================== --- geronimo/daytrader/branches/2.1/bin/deploy.sh (original) +++ geronimo/daytrader/branches/2.1/bin/deploy.sh Wed Nov 24 11:36:24 2010 @@ -27,4 +27,4 @@ then exit fi -${JAVA_HOME}/bin/java -jar ${GERONIMO_HOME}/bin/deployer.jar --user system --password manager deploy daytrader-ear-2.1.3.ear dayTrader-derby-plan.xml +${JAVA_HOME}/bin/java -jar ${GERONIMO_HOME}/bin/deployer.jar --user system --password manager deploy ../modules/ear/target/daytrader-ear-2.1.7.ear ../plans/daytrader-derby-xa-plan.xml Modified: geronimo/daytrader/branches/2.1/bin/undeploy.sh URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1/bin/undeploy.sh?rev=1038563&r1=1038562&r2=1038563&view=diff ============================================================================== --- geronimo/daytrader/branches/2.1/bin/undeploy.sh (original) +++ geronimo/daytrader/branches/2.1/bin/undeploy.sh Wed Nov 24 11:36:24 2010 @@ -27,7 +27,7 @@ then exit fi -${JAVA_HOME}/bin/java -jar ${GERONIMO_HOME}/bin/deployer.jar --user system --password manager stop geronimo/daytrader/1.2-SNAPSHOT/car -${JAVA_HOME}/bin/java -jar ${GERONIMO_HOME}/bin/deployer.jar --user system --password manager undeploy geronimo/daytrader/1.2-SNAPSHOT/car +${JAVA_HOME}/bin/java -jar ${GERONIMO_HOME}/bin/deployer.jar --user system --password manager stop org.apache.geronimo.daytrader/daytrader/2.1.7/car +${JAVA_HOME}/bin/java -jar ${GERONIMO_HOME}/bin/deployer.jar --user system --password manager undeploy org.apache.geronimo.daytrader/daytrader/2.1.7/car Modified: geronimo/daytrader/branches/2.1/modules/web/src/main/webapp/dbscripts/postgre/Table.ddl URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1/modules/web/src/main/webapp/dbscripts/postgre/Table.ddl?rev=1038563&r1=1038562&r2=1038563&view=diff ============================================================================== --- geronimo/daytrader/branches/2.1/modules/web/src/main/webapp/dbscripts/postgre/Table.ddl (original) +++ geronimo/daytrader/branches/2.1/modules/web/src/main/webapp/dbscripts/postgre/Table.ddl Wed Nov 24 11:36:24 2010 @@ -1,10 +1,27 @@ --- If you first time initialize postgre db, the drop statements should be commented out as following. --- DROP TABLE holdingejb; --- DROP TABLE accountprofileejb; --- DROP TABLE quoteejb; --- DROP TABLE keygenejb; --- DROP TABLE accountejb; --- DROP TABLE orderejb; +## 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. + +# Each SQL statement in this file should terminate with a semicolon (;) +# Lines starting with the pound character (#) are considered as comments + +DROP TABLE holdingejb; +DROP TABLE accountprofileejb; +DROP TABLE quoteejb; +DROP TABLE keygenejb; +DROP TABLE accountejb; +DROP TABLE orderejb; CREATE TABLE holdingejb (PURCHASEPRICE DECIMAL(14, 2), Modified: geronimo/daytrader/branches/2.1/plans/daytrader-derby-xa-plan.xml URL: http://svn.apache.org/viewvc/geronimo/daytrader/branches/2.1/plans/daytrader-derby-xa-plan.xml?rev=1038563&r1=1038562&r2=1038563&view=diff ============================================================================== --- geronimo/daytrader/branches/2.1/plans/daytrader-derby-xa-plan.xml (original) +++ geronimo/daytrader/branches/2.1/plans/daytrader-derby-xa-plan.xml Wed Nov 24 11:36:24 2010 @@ -126,7 +126,7 @@ org.apache.geronimo.daytrader daytrader-streamer-client - 2.1.3 + 2.1.7 car @@ -134,7 +134,7 @@ org.apache.geronimo.daytrader daytrader-streamer-client-server - 2.1.3 + 2.1.7 car @@ -197,7 +197,7 @@ org.apache.geronimo.daytrader daytrader-ws-client - 2.1.3 + 2.1.7 car @@ -205,7 +205,7 @@ org.apache.geronimo.daytrader daytrader-ws-client-server - 2.1.3 + 2.1.7 car