[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Reflect BeanInfo cache change breaks Kernel
alesj
do-not-reply at jboss.com
Tue Nov 25 08:11:02 EST 2008
"adrian at jboss.org" wrote :
| The issue is that the ClassInfo is not usable as a key to a map since it only
| checks the class name in the equals.
| i.e. it has no understanding of classloader.
How is this then different from what we already had?
CL + String (ClassInfo::getName) vs. CL + ClassInfo
But it must be different since the test I added (similar to yours printCollection)
are now passing, where before they didn't. :-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192099#4192099
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192099
More information about the jboss-dev-forums
mailing list