You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Ivan Vasiliev (JIRA)" <ji...@apache.org> on 2012/10/15 14:24:04 UTC

[jira] [Created] (CMIS-585) Repository is read only

Ivan Vasiliev created CMIS-585:
----------------------------------

             Summary: Repository is read only
                 Key: CMIS-585
                 URL: https://issues.apache.org/jira/browse/CMIS-585
             Project: Chemistry
          Issue Type: Sub-task
          Components: opencmis-server-jcr
    Affects Versions: OpenCMIS 0.9.0
            Reporter: Ivan Vasiliev
         Attachments: patch_for_cmis_trunk.patch

Currently this is true:
repository.getCapabilities().getChangesCapability() == null ||
repository.getCapabilities().getChangesCapability() == CapabilityChanges.NONE
Needs to be false, so that the repository can be modified.

Has implemented the org.apache.chemistry.opencmis.jcr.JcrService#getContentChanges(..) method

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CMIS-585) Repository is read only

Posted by "Michael Dürig (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CMIS-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13487814#comment-13487814 ] 

Michael Dürig commented on CMIS-585:
------------------------------------

Partially applied the patch at revision 1404160. 
                
> Repository is read only
> -----------------------
>
>                 Key: CMIS-585
>                 URL: https://issues.apache.org/jira/browse/CMIS-585
>             Project: Chemistry
>          Issue Type: Sub-task
>          Components: opencmis-server-jcr
>    Affects Versions: OpenCMIS 0.9.0
>            Reporter: Ivan Vasyliev
>         Attachments: patch_for_cmis_trunk.patch
>
>
> Currently this is true:
> repository.getCapabilities().getChangesCapability() == null ||
> repository.getCapabilities().getChangesCapability() == CapabilityChanges.NONE
> Needs to be false, so that the repository can be modified.
> Has implemented the org.apache.chemistry.opencmis.jcr.JcrService#getContentChanges(..) method

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CMIS-585) Repository is read only

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

Ivan Vasiliev updated CMIS-585:
-------------------------------

    Attachment: patch_for_cmis_trunk.patch
    
> Repository is read only
> -----------------------
>
>                 Key: CMIS-585
>                 URL: https://issues.apache.org/jira/browse/CMIS-585
>             Project: Chemistry
>          Issue Type: Sub-task
>          Components: opencmis-server-jcr
>    Affects Versions: OpenCMIS 0.9.0
>            Reporter: Ivan Vasiliev
>         Attachments: patch_for_cmis_trunk.patch
>
>
> Currently this is true:
> repository.getCapabilities().getChangesCapability() == null ||
> repository.getCapabilities().getChangesCapability() == CapabilityChanges.NONE
> Needs to be false, so that the repository can be modified.
> Has implemented the org.apache.chemistry.opencmis.jcr.JcrService#getContentChanges(..) method

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CMIS-585) Repository is read only

Posted by "Michael Dürig (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CMIS-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13487804#comment-13487804 ] 

Michael Dürig commented on CMIS-585:
------------------------------------

I'll take a look at the read only issue. 

Could you file separate issues for the implementation of  org.apache.chemistry.opencmis.jcr.JcrService#getContentChanges(..) and also one for your changes to ObjectFactory.convertChangeEvents()? The latter is a different component. 
                
> Repository is read only
> -----------------------
>
>                 Key: CMIS-585
>                 URL: https://issues.apache.org/jira/browse/CMIS-585
>             Project: Chemistry
>          Issue Type: Sub-task
>          Components: opencmis-server-jcr
>    Affects Versions: OpenCMIS 0.9.0
>            Reporter: Ivan Vasyliev
>         Attachments: patch_for_cmis_trunk.patch
>
>
> Currently this is true:
> repository.getCapabilities().getChangesCapability() == null ||
> repository.getCapabilities().getChangesCapability() == CapabilityChanges.NONE
> Needs to be false, so that the repository can be modified.
> Has implemented the org.apache.chemistry.opencmis.jcr.JcrService#getContentChanges(..) method

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira