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

[jira] Created: (CMIS-228) Exceptions on delete are swallowed

Exceptions on delete are swallowed
----------------------------------

                 Key: CMIS-228
                 URL: https://issues.apache.org/jira/browse/CMIS-228
             Project: Chemistry
          Issue Type: Improvement
          Components: cmislib
            Reporter: Jeff Potts
            Assignee: Jeff Potts
            Priority: Minor


Currently if there is a problem with a delete call, the exception gets
swallowed.

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


[jira] Resolved: (CMIS-228) Exceptions on delete are swallowed

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

Jeff Potts resolved CMIS-228.
-----------------------------

    Resolution: Not A Problem

After looking at this further, this no longer seems to be a problem. If you try to delete something twice, you'll get an object not found. If you try to delete something you don't have access to, you'll get a permission denied. The error code returned by the repo is returned to cmislib. cmislib then runs it through the "processCommonErrors" method to map the error codes to common exceptions as defined in the CMIS spec.

> Exceptions on delete are swallowed
> ----------------------------------
>
>                 Key: CMIS-228
>                 URL: https://issues.apache.org/jira/browse/CMIS-228
>             Project: Chemistry
>          Issue Type: Improvement
>          Components: cmislib
>            Reporter: Jeff Potts
>            Assignee: Jeff Potts
>            Priority: Minor
>
> Currently if there is a problem with a delete call, the exception gets
> swallowed.

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