[JBoss-dev] XMBean and transient attributes

2003-03-29 Thread Scott M Stark
I'm working on updating the xmbean tests in 3.2 to make sure what we will have in the 3.2.0 release is usable and there is an issue with transient attributes and the default value for currencyTimeLimit. An attribute element like: attribute access=read-write

Re: [JBoss-dev] XMBean and transient attributes

2003-03-29 Thread Juha-P Lindfors
it should set the value to -1 in the MBeanAttributeInfo descriptor if no getMethod fields are specified // if no method mapping, enable caching automatically if (getMethod == null currTimeLimit == null) descr.setField(CURRENCY_TIME_LIMIT, -1); -- Juha On Sat, 29