Hide Forgot
Description of problem: The value of the attribute is > -1.-1.-1.${version.qualifier} which looks like the version cannot be found. Version-Release number of selected component (if applicable): ER2 Steps to Reproduce: 1. go to jmx-console 2. look up the jboss.system:type=ServerInfo MBean 3. check the VersionNumber attribute Actual results: -1.-1.-1.${version.qualifier} Expected results: Not sure, but I think it should be the same as in the message about server start completion. In ER2 it is > 14:41:24,955 INFO [ServerImpl] JBoss (Microcontainer) [5.3.0.BRMS-ER2 (build: SVNTag=5.3.0.BRMS-ER2 date=201201080913)] Started in 1m:57s:641ms Additional info:
Resolved with revision 10678 of: brms-p/pom.xml Commit message: BZ#772643 Add the build-helper-maven-plugin parse-version goal to populate the version properties (required for mangling run.jar).
Note that the build-helper-maven-plugin appears to be unable to parse the qualifier "BRMS-ER2", and truncates it to "BRMS". This is probably only a problem for non-CR builds though.
Fix verified in ER4. Attribute 'VersionNumber' of 'jboss.system:type=Server' MBean is now '5.3.0.BRMS-ER4'.