You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Dominique Pfister (JIRA)" <ji...@apache.org> on 2010/03/31 15:26:27 UTC

[jira] Created: (CMIS-187) All nt:folder derived nodes should be considered folders

All nt:folder derived nodes should be considered folders
--------------------------------------------------------

                 Key: CMIS-187
                 URL: https://issues.apache.org/jira/browse/CMIS-187
             Project: Chemistry
          Issue Type: Improvement
          Components: chemistry-jcr
            Reporter: Dominique Pfister
            Assignee: Dominique Pfister
            Priority: Minor


Currently, only nodes of type nt:folder are considered CMIS folders. One should extend this check to all nodes of a type derived from nt:folder.

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


[jira] Resolved: (CMIS-187) All nt:folder derived nodes should be considered folders

Posted by "Dominique Pfister (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CMIS-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dominique Pfister resolved CMIS-187.
------------------------------------

    Resolution: Fixed

Extended comparison against nt:folder to all supertypes of a node type. Added small hasNode() check for jcr:content subnode in
documents before actually getting the node in order to avoid too many logged exceptions.

Fixed in revision 929536.

> All nt:folder derived nodes should be considered folders
> --------------------------------------------------------
>
>                 Key: CMIS-187
>                 URL: https://issues.apache.org/jira/browse/CMIS-187
>             Project: Chemistry
>          Issue Type: Improvement
>          Components: chemistry-jcr
>            Reporter: Dominique Pfister
>            Assignee: Dominique Pfister
>            Priority: Minor
>
> Currently, only nodes of type nt:folder are considered CMIS folders. One should extend this check to all nodes of a type derived from nt:folder.

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