Branch: refs/heads/master Home: https://github.com/rhq-project/rhq Commit: f763d7f440ffc9d270ceb1dc5bbed627525014a0 https://github.com/rhq-project/rhq/commit/f763d7f440ffc9d270ceb1dc5bbed62752... Author: Libor Zoubek lzoubek@redhat.com Date: 2015-06-19 (Fri, 19 Jun 2015)
Changed paths: M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ServerControl.java
Log Message: ----------- Bug 1226413 - Implementation of rhq:handover doesn't account for EAP https connections
Anytime plugin attempts to run CLI in connected mode, we execute dummy CLI command to detect whether SSL certificate needs to be accepted (manual intervention needed). This dummy command is executed prior the original command so we can make sure the original command is not blocked forever by CLI asking for user input. In case we detect (based on dummy command output), we return special implementation of ProcessExecutionResults to caller which holds results from dummy process with error message produced by CLI representing certificate details.
This commit does not fix 100% Bug 1226413, but prevents blocked CLI process as part of rhq:handover action or CLI operation.
Commit: 3bdca14ee3587163c60c11580d88c1f63d9968f8 https://github.com/rhq-project/rhq/commit/3bdca14ee3587163c60c11580d88c1f63d... Author: Libor Zoubek lzoubek@jezzovo.net Date: 2015-06-24 (Wed, 24 Jun 2015)
Changed paths: M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ServerControl.java
Log Message: ----------- Merge pull request #177 from lzoubek/bugs/1226413
Bug 1226413 - Implementation of rhq:handover doesn't account for EAP https connections
Compare: https://github.com/rhq-project/rhq/compare/67bbfa002675...3bdca14ee358
rhq-commits@lists.fedorahosted.org