You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Stephan Klevenz (JIRA)" <ji...@apache.org> on 2010/07/22 13:15:52 UTC

[jira] Created: (CMIS-241) Folder.createXXX + OperationalContext

Folder.createXXX + OperationalContext
-------------------------------------

                 Key: CMIS-241
                 URL: https://issues.apache.org/jira/browse/CMIS-241
             Project: Chemistry
          Issue Type: Bug
            Reporter: Stephan Klevenz
             Fix For: 0.2.0-incubating


The methods Folder.createFile and Folder.createFolder return null if I do not provide an OperationalContext object.

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


[jira] Updated: (CMIS-241) Folder.createXXX + OperationalContext

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

Florent Guillaume updated CMIS-241:
-----------------------------------

    Component/s: opencmis-client

> Folder.createXXX + OperationalContext
> -------------------------------------
>
>                 Key: CMIS-241
>                 URL: https://issues.apache.org/jira/browse/CMIS-241
>             Project: Chemistry
>          Issue Type: Bug
>          Components: opencmis-client
>            Reporter: Stephan Klevenz
>             Fix For: 0.2.0-incubating
>
>
> The methods Folder.createFile and Folder.createFolder return null if I do not provide an OperationalContext object.

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


[jira] Commented: (CMIS-241) Folder.createXXX + OperationalContext

Posted by "Florian Müller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CMIS-241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12891115#action_12891115 ] 

Florian Müller commented on CMIS-241:
-------------------------------------

That's by intention. It prevents a (probably expensive) load of the newly created object if that is not necessary. We could use the default context here. But that would mean that object is always fetched and maybe cached and there is no way for the application to control this.

> Folder.createXXX + OperationalContext
> -------------------------------------
>
>                 Key: CMIS-241
>                 URL: https://issues.apache.org/jira/browse/CMIS-241
>             Project: Chemistry
>          Issue Type: Bug
>            Reporter: Stephan Klevenz
>             Fix For: 0.2.0-incubating
>
>
> The methods Folder.createFile and Folder.createFolder return null if I do not provide an OperationalContext object.

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