Hide Forgot
Date of First Response: 2008-09-10 11:25:19 project_key: SOA execute: [input] skipping input as property source.dir has already been set. [input] skipping input as property db.name has already been set. [input] skipping input as property db.hostname has already been set. [input] skipping input as property db.port has already been set. [input] skipping input as property db.username has already been set. [input] Specify the DB instance Password: BUILD FAILED /Users/tcunning/Downloads/soa/jboss-soa-p.4.3.0/jboss-as/tools/schema/build.xml:75: You must specify a Password:
J, didn't we agree that this was not going to get done for this release?
It's simple to not require the password in the build.xml. However, this will generate files (e.g. juddi-ds.xml) in the form: <datasources> <local-tx-datasource> ... <password></password> ... </local-tx-datasource> </datasources> This may not be valid. Removing the: <password></password> lines involves more work. Ant isn't really the best tool for this, either.
Fixed in revision 1899 of: build-tools/resource/schema/tool/esb/build.xml Commit message: Allow an empty password string. Tested on mysql by jpechane@. Fixes SOA-746.
Verified in IR5