Branch: refs/heads/release/jon3.3.x Home: https://github.com/rhq-project/rhq Commit: 63dcf1381d1e248c49ec248bea6dc264e23dc221 https://github.com/rhq-project/rhq/commit/63dcf1381d1e248c49ec248bea6dc264e2... Author: Libor Zoubek lzoubek@redhat.com Date: 2015-06-09 (Tue, 09 Jun 2015)
Changed paths: M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseServerComponent.java M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ManagedASComponent.java M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ManagedASDiscovery.java A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/json/ExpressionResolver.java M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/json/ResolveExpression.java
Log Message: ----------- Bug 1191727 - EAP 6 management plug-in fails to discover managed servers if any of them use an expression for their auto-start or socket-binding-port-offset attributes
Configuration loading for ManagedASComponent was updated so it also properly evaluates expressions. RHQ Server then stores already evaluated values, this would result overwriting expressions once configuration is updated.
Resolve auto-start or offset attributes in case they're expressions. This commit also adds expressionResolver to BaseServerComponent for future use. Note: EAP operation :resolve-expression is not defined on domain controller in / address, but it is on individual /host=master host levels - thus evaluates the expression in host's context.
x
Commit: 88e5b648bb1d6780b64cc57fc3853e53e9cdc885 https://github.com/rhq-project/rhq/commit/88e5b648bb1d6780b64cc57fc3853e53e9... Author: Libor Zoubek lzoubek@redhat.com Date: 2015-06-09 (Tue, 09 Jun 2015)
Changed paths: M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseProcessDiscovery.java
Log Message: ----------- Bug 1173479 - 4.13: Native Management Port/Host does not take into ac
One more commit to prevent resource upgrade when did not detect any change in native host/port settings.
Compare: https://github.com/rhq-project/rhq/compare/5e0dba70fe30...88e5b648bb1d
rhq-commits@lists.fedorahosted.org