[jboss-dev-forums] [Design of JMX on JBoss (JBoss/JMX)] - Re: JBAS-1268 - NotSerializable descriptors content
adrian@jboss.org
do-not-reply at jboss.com
Wed Feb 13 05:54:29 EST 2008
Since this is really a Sun bug and they refuse to fix it, the only other fix
would be to not put non-serializable objects in the Descriptor.
This occurs mostly due the attribute caching when using an XMBean,
so we could disable attribute caching in those descriptors we provide?
e.g.
| <descriptors>
| <currencyTimeLimit>-1</currencyTimeLimit>
| </descriptors>
|
or just remove the attribute caching by default (it is optional in the spec)
i.e. don't install the attribute interceptor unless there is an explicit currencyTimeLimit
descriptor.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129072#4129072
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129072
More information about the jboss-dev-forums
mailing list