getIcon() in LocalizedObjectClassDefinition keyset iteration incorrect
----------------------------------------------------------------------
Key: FELIX-2867
URL: https://issues.apache.org/jira/browse/FELIX-2867
Project: Felix
Issue Type: Bug
Components: Metatype Service
Affects Versions: metatype-1.0.4
Environment: ubuntu 10.04
Reporter: jamie campbell
LocalizedObjectClassDefinition:137 attempts to get next iteration element
typecast to Map.Entry , which gets a class cast exception most likely because
the keys are of type Integer. The map is keys = integers , values = strings
(see OCD.java two levels up). The code appears to believe that, instead, it's
a map of maps.. or something.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira