https://bz.apache.org/bugzilla/show_bug.cgi?id=63332

--- Comment #3 from Sushmita Nag <[email protected]> ---
Code causing classcastexception: 

CustomProperty property = (CustomProperty) e.getValue();

            CustomProperties newCustomProperties = dsi.getCustomProperties();
            Iterator iterator = customProperties.entrySet().iterator();
            while (iterator.hasNext())
            {
                Map.Entry e = (Map.Entry) iterator.next();
                CustomProperty property = (CustomProperty) e.getValue();
                String name = property.getName();
                Object oldValue = property.getValue();
            }

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to