[jboss-user] [Management, JMX/JBoss] - Re: XMBean Default values now shown in JMX

hamtho2 do-not-reply at jboss.com
Mon Sep 15 06:07:23 EDT 2008


I defined my attribute using JBoss 4.2.2 as follows, but unfortunately there is still no value after deployment. Setting/Getting this attribute using the JMX-Console works flawlessly. Did I miss anything?

This is my current configuration


  | <attribute access="read-write">
  | 
  | 		<description>My Description</description>
  | 		<name>HotFolderPath</name>
  | 		<type>java.lang.String</type>
  | 		<descriptors>
  | 			<default value="halloTest"/>
  | 		</descriptors>
  | 	</attribute>
  | 

Any input would be highly appriciated

Thomas

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176463#4176463

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



More information about the jboss-user mailing list