You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Renaud C. (JIRA)" <ji...@apache.org> on 2009/11/05 10:01:54 UTC

[jira] Created: (JCR-2383) JCR Compliance deleteWorkspace not implemented

JCR Compliance deleteWorkspace not implemented
----------------------------------------------

                 Key: JCR-2383
                 URL: https://issues.apache.org/jira/browse/JCR-2383
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-core
    Affects Versions: 2.0-beta1
            Reporter: Renaud C.


JCR API: javax.jcr.Workspace.deleteWorkspace(String) 

=> javax.jcr.UnsupportedRepositoryOperationException: not yet implemented



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


[jira] Resolved: (JCR-2383) JCR Compliance deleteWorkspace not implemented

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

Stefan Guggisberg resolved JCR-2383.
------------------------------------

    Resolution: Invalid

from the API javadoc:

<quote>
Throws an UnsupportedRepositoryOperationException if the repository does not support the removal of workspaces. 
</quote>

the current implementation does not support removal of workspaces, which is perfectly legal according to the jcr 2.0 spec.

feel free to post an "Improvement" or "New Feature" issue if you need this functionality. patches are of course welcome.

for a related issue, see JCR-1608. 

> JCR Compliance deleteWorkspace not implemented
> ----------------------------------------------
>
>                 Key: JCR-2383
>                 URL: https://issues.apache.org/jira/browse/JCR-2383
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>    Affects Versions: 2.0-beta1
>            Reporter: Renaud C.
>
> JCR API: javax.jcr.Workspace.deleteWorkspace(String) 
> => javax.jcr.UnsupportedRepositoryOperationException: not yet implemented

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