[
https://issues.apache.org/jira/browse/CMIS-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14041942#comment-14041942
]
Florian Müller commented on CMIS-817:
-------------------------------------
There is no timeline for the next release, yet. But you can try the version
"1.0.0-SNAPSHOT".
> Default operation context on session can not be set
> ---------------------------------------------------
>
> Key: CMIS-817
> URL: https://issues.apache.org/jira/browse/CMIS-817
> Project: Chemistry
> Issue Type: Bug
> Components: opencmis-client
> Affects Versions: OpenCMIS 0.11.0
> Reporter: Emiel Ackermann
> Assignee: Florian Müller
> Fix For: OpenCMIS 1.0.0
>
>
> 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.
> {color:red}this.{color} is missing on context:
> public void setDefaultContext(OperationContext context) {
> lock.writeLock().lock();
> try {
> context = (context == null ? DEFAULT_CONTEXT : context);
> } finally {
> lock.writeLock().unlock();
> }
> }
--
This message was sent by Atlassian JIRA
(v6.2#6252)