You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Amit Jain (JIRA)" <ji...@apache.org> on 2014/08/12 12:51:12 UTC

[jira] [Updated] (OAK-2026) Incompatibility with PropertyDefinitionImpl#getValueConstraints potentially returning null values.

     [ https://issues.apache.org/jira/browse/OAK-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amit Jain updated OAK-2026:
---------------------------

    Attachment: OAK-2026.patch

Patch which returns an empty String array in case null.

> Incompatibility with PropertyDefinitionImpl#getValueConstraints potentially returning null values.
> --------------------------------------------------------------------------------------------------
>
>                 Key: OAK-2026
>                 URL: https://issues.apache.org/jira/browse/OAK-2026
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: core
>            Reporter: Amit Jain
>            Priority: Minor
>         Attachments: OAK-2026.patch
>
>
> There is an compatibility issue with the {{org.apache.jackrabbit.oak.plugins.nodetype.PropertyDefinitionImpl#getValueConstraints}} where it returns null if not available. 
> In  {{org.apache.jackrabbit.webdav.jcr.nodetype.PropertyDefinitionImpl#toXml}} call in the component {{jackrabbit-jcr-server}}, it assumes that {{#getValueConstraints}} would not return null, which used to work with Jackrabbit 2.x. But with Oak’s {{org.apache.jackrabbit.oak.plugins.nodetype.AbstractTypeDefinition}}, where the above call is delegated it can return null.



--
This message was sent by Atlassian JIRA
(v6.2#6252)