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)