Bug 778760 (SOA-1215)

Summary: Inconsistent DB lists displayed by /tools/schema tool
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: Len DiMaggio <ldimaggi>
Component: ToolingAssignee: Julian Coleman <jcoleman>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: unspecified   
Target Milestone: ---   
Target Release: 4.3 CP01   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-1215
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-03-13 01:48:31 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Len DiMaggio 2009-03-07 03:40:36 UTC
Date of First Response: 2009-03-09 05:55:49
project_key: SOA

When running ant, this text is displayed:

------------------
     [echo] This script is used to configure the SOA platform and all it's constituent components
     [echo] against a new RDBMS. Deployment scripts are currently available for the following
     [echo] databases: MySQL, Oracle9i, PostgresSQL, Oracle10g
                               .
                               .
                               .
    [input] Please enter the database you wish to configure [mysql, postgresql, oracle9i, oracle10g, db2, mssql]:
------------------

We should list all the supported DBs in both places.

Comment 1 Julian Coleman 2009-03-09 09:55:49 UTC
Fixed in revision 2762 (4.3 branch) of:
  build-tools/resource/schema/tool/esb/build.xml

Commit message:
  SOA-1215
  Make database lists consistent in prompt and banner message.
  Also make order consistent.


Comment 2 Len DiMaggio 2009-03-13 01:48:31 UTC
Verified to be fixed in CR4:

    [echo] This script is used to configure the SOA platform and all it's constituent components
     [echo] against a new RDBMS. Deployment scripts are currently available for the following
     [echo] databases: DB2, MSSQL, MySQL, Oracle9i, Oracle10g, PostgreSQL
     [echo] ------------------
 

execute:
    [input] Please enter the database you wish to configure [db2, mssql, mysql, oracle9i, oracle10g, postgresql]: