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 16:32:34 UTC

[jira] [Resolved] (OAK-2095) ClassCastException in NodeDocument

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

Julian Reschke resolved OAK-2095.
---------------------------------
    Resolution: Fixed

> ClassCastException 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
>            Assignee: 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)