Hide Forgot
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.
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.
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]: