[
https://issues.apache.org/jira/browse/JCRVLT-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17175508#comment-17175508
]
Konrad Windszus commented on JCRVLT-461:
----------------------------------------
As a workaround you can disable the {{jackrabbit-nodetypes}} validator in the
affected modules like this
{code}
<plugin>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>filevault-package-maven-plugin</artifactId>
<configuration>
<validatorsSettings>
<jackrabbit-nodetypes>
<!-- due to
https://issues.apache.org/jira/browse/JCRVLT-461 -->
<isDisabled>true</isDisabled>
</jackrabbit-nodetypes>
</validatorsSettings>
</configuration>
</plugin>
{code}
> jackrabbit-nodetypes: Mandatory property ''{http://www.jcp.org/jcr/1.0}data'
> missing in node with types [oak:Resource]
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: JCRVLT-461
> URL: https://issues.apache.org/jira/browse/JCRVLT-461
> Project: Jackrabbit FileVault
> Issue Type: Bug
> Components: vlt
> Affects Versions: 3.4.6
> Reporter: Konrad Windszus
> Assignee: Konrad Windszus
> Priority: Major
> Fix For: 3.4.8
>
>
> This is due to the fact that currently only {{jcr:data}} property attributes
> below {{nt:resource}} types are ignored (but not below {{oak:Resource}}).
> In general an improved
> https://jackrabbit.apache.org/filevault/vaultfs.html#Extended_File_aggregates
> and https://jackrabbit.apache.org/filevault/vaultfs.html#Resource_Nodes
> handling should be implemented which
> # detects {{jcr:data}} properties provided by binary files
> # will defer checking for mandatory missing properties until the parent node
> is fully processed (i.e. attributes by sibling files are processed)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)