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

--- Comment #3 from Sushmita Nag <s...@opentext.com> ---
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: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to