Currently, we convert the key objects into String (via toString()). The bug was that we didn't always do this consistently.
My fix doesn't change the way we convert key objects to String. My fix changes Map.containsKey to also convert the key to string. We already fixed Map.get to convert the key to String in 1.3. With my fix applied, you will still get String values from the collection for the key. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929084#3929084 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929084 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
