Appears to be a bug in StaticBucketMap. Remove tests like this:
if( n.key == null || ( n.key != null && n.key.equals( key ) ) )
but get tests like this:
if( n.key == key || ( n.key != null && n.key.equals( key ) ) )
and of course the equals() comparison dies on proxies...
/LS
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
