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 "Michael Dürig (JIRA)" <ji...@apache.org> on 2013/08/23 18:05:52 UTC

[jira] [Created] (OAK-976) MicroKernel.diff() return invalid JSON (H2)

Michael Dürig created OAK-976:
---------------------------------

             Summary: MicroKernel.diff() return invalid JSON (H2)
                 Key: OAK-976
                 URL: https://issues.apache.org/jira/browse/OAK-976
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: mk
            Reporter: Michael Dürig


{{MicroKernel.diff()}} returns sometimes

{code}
^"/root/N2352"
>"/root/N2727":"/root/N2733"
{code}

which should be

{code}
^"/root/N2352":{}
>"/root/N2727":"/root/N2733"
{code}

This only happens with the H2 based MicroKernel. MongoMK is fine. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira