Branch: refs/heads/master Home: https://github.com/rhq-project/rhq Commit: e86ac440ba248c30a489b0fbf55d2cc7ccff456a https://github.com/rhq-project/rhq/commit/e86ac440ba248c30a489b0fbf55d2cc7cc... Author: Libor Zoubek lzoubek@redhat.com Date: 2014-04-04 (Fri, 04 Apr 2014)
Changed paths: M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseComponent.java M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DatasourceComponent.java
Log Message: ----------- [BZ 1072543] Unable to collect metrics from EAP 6 datasources when a system properties is used in configuration
max-pool-size and min-pool-size metrics are now recoginzed by common code to resolve a possible expression. BaseComponent.getValues has been changed in a way, that we have more granular method called BaseComponent.getMetricValue which handles single metric request. This method returns new enum called ReadMetricResult which just represents a return code (if not Success, we may want to know logical reason why metric was not collected)
Commit: 4edaa3b2de2575f6fb875b428ec6db1b20afe0a9 https://github.com/rhq-project/rhq/commit/4edaa3b2de2575f6fb875b428ec6db1b20... Author: Lukas Krejci metlos@users.noreply.github.com Date: 2014-04-22 (Tue, 22 Apr 2014)
Changed paths: M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseComponent.java M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DatasourceComponent.java
Log Message: ----------- Merge pull request #19 from lzoubek/bugs/1072543
[BZ 1072543] Unable to collect metrics from EAP 6 datasources when a system properties is used in configuration
Compare: https://github.com/rhq-project/rhq/compare/769bb647a4f4...4edaa3b2de25
rhq-commits@lists.fedorahosted.org