You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2007/06/20 15:11:25 UTC

[jira] Created: (JCR-975) NodeImpl.checkin() calls save() three times

NodeImpl.checkin() calls save() three times
-------------------------------------------

                 Key: JCR-975
                 URL: https://issues.apache.org/jira/browse/JCR-975
             Project: Jackrabbit
          Issue Type: Improvement
          Components: versioning
    Affects Versions: 1.3, 1.2.3, 1.2.2, 1.2.1, 1.1.1, 1.1, 1.0.1, 1.0
            Reporter: Marcel Reutegger
            Priority: Minor


The version related properties on a versionable node that is checked in are saved individually. There is no need to save them individually because such a node must not have pending changes and save() can be called safely on the node itself.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-975) NodeImpl.checkin() calls save() three times

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger resolved JCR-975.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

Fixed in revision: 549102

> NodeImpl.checkin() calls save() three times
> -------------------------------------------
>
>                 Key: JCR-975
>                 URL: https://issues.apache.org/jira/browse/JCR-975
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: versioning
>    Affects Versions: 1.0, 1.0.1, 1.1, 1.1.1, 1.2.1, 1.2.2, 1.2.3, 1.3
>            Reporter: Marcel Reutegger
>            Priority: Minor
>             Fix For: 1.4
>
>
> The version related properties on a versionable node that is checked in are saved individually. There is no need to save them individually because such a node must not have pending changes and save() can be called safely on the node itself.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JCR-975) NodeImpl.checkin() calls save() three times

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-975:
------------------------------

          Component/s: jackrabbit-core
    Affects Version/s:     (was: 1.2.2)
                           (was: 1.3)
                           (was: 1.2.3)
                           (was: 1.2.1)
                           (was: 1.1)
                           (was: 1.1.1)
                           (was: 1.0.1)
                           (was: 1.0)

> NodeImpl.checkin() calls save() three times
> -------------------------------------------
>
>                 Key: JCR-975
>                 URL: https://issues.apache.org/jira/browse/JCR-975
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core, versioning
>            Reporter: Marcel Reutegger
>            Priority: Minor
>             Fix For: 1.4
>
>
> The version related properties on a versionable node that is checked in are saved individually. There is no need to save them individually because such a node must not have pending changes and save() can be called safely on the node itself.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.