Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 76fdf50bdb7bc07e1ca88c669c6ddbc89735827e
https://github.com/rhq-project/rhq/commit/76fdf50bdb7bc07e1ca88c669c6ddbc89…
Author: Josejulio Martínez <finwemartinez(a)gmail.com>
Date: 2018-03-06 (Tue, 06 Mar 2018)
Changed paths:
M modules/plugins/wfly-10/src/main/java/org/rhq/modules/plugins/wildfly10/BaseProcessDiscovery.java
M modules/plugins/wfly-10/src/main/java/org/rhq/modules/plugins/wildfly10/BaseServerComponent.java
M modules/plugins/wfly-10/src/main/java/org/rhq/modules/plugins/wildfly10/WebRuntimeDiscoveryComponent.java
M modules/plugins/wfly-10/src/main/java/org/rhq/modules/plugins/wildfly10/helper/ServerPluginConfiguration.java
Log Message:
-----------
Bug 1538697 - Allow to specify if manually imported EAP as local (#344)
* Bug 1538697 - Allow to specify if manually imported EAP as local
Importing local EAPs follow a similar flow as the autodiscovery
and are allowed to use operations.
* Bug 1538697 - Defaults to local server, but allow remotes if we can't fill all the required info
* Bug 1538697 - Moves code out of the try to avoid catching more Exceptions than expected