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
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.