Can you switch (4.2/HEAD) to use a new attribute VersionNumber I added on Server mbean:
| ObjectName oname = ObjectNameFactory.create("jboss.system:type=Server");
| jbossVersion = (String)getServer().getAttribute(oname, "VersionNumber");
|
I can then revert the ServerConfig changes to avoid attribute bloat.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997893#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...