On 4/28/08, Aaron Zeckoski <[EMAIL PROTECTED]> wrote: > Apologies if this is the wrong list for this. > <snip/>
Not a problem, but since you mention it, this list is generally reserved for automated posts (such as those from the Apache Commons issue tracker -- JIRA). Better to use the dev list or JIRA itself for such posts. -Rahul > We have an extension to commons beanutils which allows us to make it > work with public fields as well (and a few other improvements we > needed like deep cloning). In 1.8.0-BETA it is easier to handle this > extension (thanks!) but it could be even easier if there was a way to > get and set the caches which are used for storing the > PropertyDescriptors. Just switching the type from FastHashMap to Map > and making a setter and getter which are publicly visible would be > enough to reduce our the work in extending this significantly. > > I can submit a patch for this if that is the better way to go about it > but I thought I would see what people thought first. Would this be > generally useful? > Thanks > -AZ > > > > -- > Aaron Zeckoski ([EMAIL PROTECTED]) > Senior Research Engineer - CARET - Cambridge University > [http://bugs.sakaiproject.org/confluence/display/~aaronz/] > Sakai Fellow - [http://aaronz-sakai.blogspot.com/] >
