You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ge...@apache.org on 2018/03/08 14:54:25 UTC

[2/2] brooklyn-library git commit: Closes #148

Closes #148

Fix issue with JBoss 7 installation

The `jboss-modules.jar` that comes with jBoss 7.1.1 is of version `1.1.1.GA`. However, this has issue on initialisation when one launches the server.

Hopefully, version `1.1.5.GA` fixes the init issue. As jBoss 7.1.1 is EOF, we need to download and replace
this jar before starting up the server.


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/a2814bba
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/a2814bba
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/a2814bba

Branch: refs/heads/master
Commit: a2814bba2341264b4cb32c9418312d429d5bd69f
Parents: 77f8984 c69336c
Author: Geoff Macartney <ge...@cloudsoftcorp.com>
Authored: Thu Mar 8 14:54:08 2018 +0000
Committer: Geoff Macartney <ge...@cloudsoftcorp.com>
Committed: Thu Mar 8 14:54:08 2018 +0000

----------------------------------------------------------------------
 .../entity/webapp/jboss/JBoss7SshDriver.java    | 26 ++++++++++++++++----
 1 file changed, 21 insertions(+), 5 deletions(-)
----------------------------------------------------------------------