[jbossws-dev] [Design of JBoss Web Services] - Re: New jboss version info attributes

dimitris@jboss.org do-not-reply at jboss.com
Thu Jan 4 07:27:30 EST 2007


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#3997893

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997893



More information about the jbossws-dev mailing list