GitHub user tbouron opened a pull request:
https://github.com/apache/brooklyn-library/pull/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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tbouron/brooklyn-library fix/jboss7-install
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-library/pull/148.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #148
----
commit c69336c23015a1b08acf3182b6f9437b0e0a2a1e
Author: Thomas Bouron <thomas.bouron@...>
Date: 2018-03-08T12:55:17Z
Fix issue with JBoss 7 installation
----
---