hyperic / hq

Hyperic open source
107 stars 91 forks source link

[jboss-plugin] Detection does not support new 'layered' module directory structure #4

Open hcgpalm opened 9 years ago

hcgpalm commented 9 years ago

org.hyperic.hq.plugin.jboss7.JBossDetectorBase.getVersion() assumes that jboss-as-server.jar is located within *module-dir/org/jboss/as/server/main but with the new layered module directory it resides in module-dir /system/layers/base /org/jboss/as/server/main.

laullon commented 9 years ago

Hi,

JBoss version ?

hcgpalm commented 9 years ago

Hi! JBoss version is Red Hat JBoss EAP 7.4.1-2. The modules directory structure changed in JBoss 7.2 or something. See: https://developer.jboss.org/wiki/LayeredDistributionsAndModulePathOrganization?_sscc=t

laullon commented 9 years ago

OK, thanks. I'll take a look.