> From: Peter Donald [mailto:[EMAIL PROTECTED]] > > I really don't like the toString "solution" as it just wont > work in a bunch of places. > > I would recomend that you use the proxying class (I > think it is named > ProxyHelper) which has a method to get the underlying object > from the proxy > and then use the underlying object where appropriate.
The cause was a bug in StaticBucketMap.remove(). The bug has been patched in Commons/Collections CVS. The toString() solution has been completely backed out of the code, both in Fortress and ECM, and replaced with a solution that compensates for the bug in StaticBucketMap. As soon as Commons/Collections do a new release we can back out the current solution and go back to the original version. /LS --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
