[JBoss-user] [Management, JMX/JBoss] - Re: Can't persist collection or array attributes of XMBeans

2005-11-08 Thread [EMAIL PROTECTED]
I believe the descriptor is updated by: org.jboss.mx.interceptor.ModelMBeanAttributeInterceptor I dont' quite understand the outcome you expect. Can you present the simplest possible testcase that reproduces the problem? View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: Can't persist collection or array attributes of XMBeans

2005-11-04 Thread blackard
Hmmm... didn't escape the xmbean attribute fragment... lemme try again lt;attribute access=read-write getMethod=getCustomers setMethod=setCustomersgt; lt;descriptiongt;Customer AV Setlt;/descriptiongt; lt;namegt;Customerslt;/namegt; lt;typegt;java.util.TreeSetlt;/typegt;