DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15192>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15192 Property Descriptor Utility Cache needs a way to clear it. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-12-16 00:18 ------- PropertyUtils already offers exactly the method you are looking for -- clearDescriptors() clears out the internal static caches, as well as calling Introspector.flushCaches(). Of course, clearing the cache will clear them for ALL webapps if you load commons-beanutils from a shared parent class loader. I would be interested in the code you used to make things like PropertyUtils work when loaded from a shared parent class loader. Please submit a separate enhancement request to Bugzilla for that, and then add your proposed patch (generated via "diff -u") as an attachment to that report. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>