This content has been marked as final.
Show 2 replies
-
1. Webapp version in admin-console
larstobi Mar 31, 2011 10:02 AM (in response to larstobi)Nobody knows?
-
2. Webapp version in admin-console
ips Mar 31, 2011 11:51 AM (in response to larstobi)It is the discovery component in the plugin that is responsible for specifying the version of discovered resources. However, they may also return null for the version if they don't want to specify a version, which is what the as5 plugin (specifically, the AbstractManagedDeploymentDiscoveryComponent class) currently does. A potential enhancement to that class would be to update it to return the value of the Implementation-Version attribute from the war's manifest, if present. If this is something you'd like to see, please create a new issue in RHQ Bugzilla.