ManageableCollectionUtil should support Map and HashMap
-------------------------------------------------------

                 Key: JCR-1498
                 URL: https://issues.apache.org/jira/browse/JCR-1498
             Project: Jackrabbit
          Issue Type: Bug
          Components: jackrabbit-ocm
    Affects Versions: 1.5
            Reporter: Stephane Landelle


ManageableCollectionUtil doesn't supports Map and HashMap.

just add :

if (collectionClass.equals(Map.class) || collectionClass.equals(HashMap.class)) 
{
        return new ManagedHashMap();
}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to