You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Dominik Süß (Jira)" <ji...@apache.org> on 2021/06/14 13:04:00 UTC

[jira] [Commented] (JCRVLT-417) Intermediate Node Types should be default node type of parent node type definition instead of "nt:folder"

    [ https://issues.apache.org/jira/browse/JCRVLT-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17362942#comment-17362942 ] 

Dominik Süß commented on JCRVLT-417:
------------------------------------

[~kwin] this change creates trouble while updating. We are currently in the process to upgrade from 3.4.0 to 3.5.0 - there are some behavioral changes that cause trouble. In this case somehow a package with a filter 

{code}
<filter root="/home" mode="merge">
        <include pattern="/home/groups(/.*)?"/>
    </filter>
{code}  

did delete the home node and recreated it with the nt:folder nodetype as none was set in this package.  Reverting this particular commit (with minor adjustments for compatiblity with head) did make this symptom disappear. There still are further  issues about includ and exclude filters not working properly but this seems to be a different root cause.

> Intermediate Node Types should be default node type of parent node type definition instead of "nt:folder"
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: JCRVLT-417
>                 URL: https://issues.apache.org/jira/browse/JCRVLT-417
>             Project: Jackrabbit FileVault
>          Issue Type: Bug
>    Affects Versions: 3.4.2
>            Reporter: Konrad Windszus
>            Assignee: Konrad Windszus
>            Priority: Major
>             Fix For: 3.4.4
>
>
> Currently all intermediate nodes are created with primary type "nt:folder" in case there is no docview xml specifying another node type. The node type should rather be the default node type defined in the node type definition of the parent node. Compare with JCRVLT-413.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)