-
Bug
-
Resolution: Done
-
Major
-
JBossAS-3.2.7 Final, JBossAS-4.0.1 Final, JBossAS-4.0.1 SP1
-
None
-
None
org.jboss.util.property.PropertyMap remove has an invalid assumption that only String values exist in the map. This is incorrect since this is an extension of java.util.Hashtable which has a generic put(Object, Object) method.