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 "Julian Reschke (JIRA)" <ji...@apache.org> on 2014/09/12 14:37:34 UTC

[jira] [Created] (OAK-2095) ClasCastException in NodeDocument

Julian Reschke created OAK-2095:
-----------------------------------

             Summary: ClasCastException in NodeDocument
                 Key: OAK-2095
                 URL: https://issues.apache.org/jira/browse/OAK-2095
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: mongomk
            Reporter: Julian Reschke


in

    public SplitDocType getSplitDocType(){
        return SplitDocType.valueOf((Integer) get(SD_TYPE));
    }

it assumes that numeric property values will preserve their type (int vs long) when roundtripped through the persistence, which is currently not the case for RDBMK.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)