You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Henry Kuijpers (Jira)" <ji...@apache.org> on 2021/12/02 11:59:00 UTC

[jira] [Commented] (JCRVLT-572) Filevault-validation fails on sling:OsgiConfig node

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

Henry Kuijpers commented on JCRVLT-572:
---------------------------------------

[~kwin] I'm not so much involved in all the logic in filevault-validation, do you have any pointers on how to make a good fix for this?

> Filevault-validation fails on sling:OsgiConfig node
> ---------------------------------------------------
>
>                 Key: JCRVLT-572
>                 URL: https://issues.apache.org/jira/browse/JCRVLT-572
>             Project: Jackrabbit FileVault
>          Issue Type: Improvement
>          Components: validation
>    Affects Versions: package-maven-plugin-1.2.2, 3.5.6
>            Reporter: Henry Kuijpers
>            Priority: Major
>
> There is a unit test for this: "testContainerPackageType", which currently proves that it is working correctly, however, when calling the "done()" method on the validator, it actually produces a validadtion message of type "error".
> In our case, this makes the filevault-package-maven-plugin 1.2.2 fail on any sling:OsgiConfig node that we are specifying in our build, in the case of packageType=container.
> With filevault-package-maven-plugin 1.1.8 this was working fine.
> Failing test case here: https://github.com/henrykuijpers/jackrabbit-filevault/commit/ef4c30ea465a1e0d3099b446bb4d6986e4bf10de
> It fails with:
> {code:java}
> java.lang.AssertionError: 
> Expected: not a collection containing ValidationMessage with severity ERROR or WARN
>      but: was <[ValidationMessage [severity=ERROR, message=Package of type 'CONTAINER' is not supposed to contain anything but OSGi bundles/configurations and subpackages!, line=0, column=0, nodePath=/apps/config/someconfigpid, filePath=apps/config/someconfigpid.xml, basePath=]]>
> Expected :not a collection containing ValidationMessage with severity ERROR or WARN
> Actual   :<[ValidationMessage [severity=ERROR, message=Package of type 'CONTAINER' is not supposed to contain anything but OSGi bundles/configurations and subpackages!, line=0, column=0, nodePath=/apps/config/someconfigpid, filePath=apps/config/someconfigpid.xml, basePath=]]>
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)