You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Dominique Pfister (JIRA)" <ji...@apache.org> on 2007/09/25 09:55:50 UTC

[jira] Assigned: (JCR-1141) LockOperation - In a clustered environment, a lock created on one server is not sent to the other servers.

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

Dominique Pfister reassigned JCR-1141:
--------------------------------------

    Assignee: Dominique Pfister

> LockOperation - In a clustered environment, a lock created on one server is not sent to the other servers.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: JCR-1141
>                 URL: https://issues.apache.org/jira/browse/JCR-1141
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: clustering
>    Affects Versions: 1.3.1
>         Environment: Clustered Install of Jackrabbit
>            Reporter: John Brodeur
>            Assignee: Dominique Pfister
>            Priority: Minor
>
> The cluster operation for a lock (LockOperation) always has the isLock variable set to false.
> The operation to represent a lock should set the isLock variable to true.
>     /**
>      * Flag indicating whether this is a lock. 
>      */
>     private boolean isLock;

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