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:47:12 UTC

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

Amit Jain created OAK-2026:
------------------------------

             Summary: 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


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)