On Tuesday, February 4, 2003, at 02:39  PM, [EMAIL PROTECTED] wrote:
- if( null == hintMap ) // never heard of this role before.
+ // Initialize the hintMap if it doesn't exist yet.
+ if( null == hintMap )
{
hintMap = new StaticBucketMap();
hintMap.put( DEFAULT_ENTRY, handler );
m_mapper.put( role, hintMap );
}
- else // know it already. add something to the hintmap
+
+ hintMap.put( metaData.getName(), handler );
gah, you rock. i just found that bug and had just updated CVS to remove my debugging fixes and saw that it was fixed!
-pete


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to