Hi Brooklyners I made a PR yesterday[1] (which as been merged, thanks Geoff) to fix an issue with JBoss 7 entity. As it turns out, JBoss 7 is now EOL and does not work with java 7u171 onward. This is due to the `jboss-module.jar` not being compatible with the newest versions of Java.
The patch I made is a trick really but it works: the version of `jboss-module.jar` shipped with JBoss 7.1.1 is `1.1.1.GA`. However, this particular jar has been updated to `1.1.5.GA` and using this one fixes the issue. While this works, it is still a hacky thing to do therefore I would like to deprecate this entity. Any objection before I do this? Best. [1] https://github.com/apache/brooklyn-library/pull/148 -- Thomas Bouron • Senior Software Engineer @ Cloudsoft Corporation • https://cloudsoft.io/ Github: https://github.com/tbouron Twitter: https://twitter.com/eltibouron
