Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
OpenCMIS 0.11.0
-
None
Description
The OperationContext parameter given to method
setDefaultContext(OperationContext context) of org.apache.chemistry.opencmis.client.runtime.SessionImpl
gets overwritten instead of the OperationContext field of SessionImpl.
this. is missing on context:
public void setDefaultContext(OperationContext context) {
lock.writeLock().lock();
try
finally
{ lock.writeLock().unlock(); }}