standalone.sh/bat and domain.sh/bat both support the following command line options: -P=<url> Load system properties from the given url -P <url> Load system properties from the given url --properties=<url> Load system properties from the given url
per BZ triage crouch, foley, loleary
Fixed in master: http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commitdiff;h=7b1a63a Note, AS7 support more than one -P and/or --properties option on the same command line, and our code handles that.
Note, the unit test for this fix (AS7CommandLineTest) depends on the fix for bug 820445.
Note, this support is in AS5, and I've added a unit test to ensure it is working.
http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commitdiff;h=e9c19a7 fixes a bug in the original fix, which caused an "IllegalArgumentException: URI is not absolute" error when trying to parse a -P option value that was a relative path.
Bulk closing of items that are on_qa and in old RHQ releases, which are out for a long time and where the issue has not been re-opened since.