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

2 messages Options
Embed this post
Permalink
JIRA jira@apache.org

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

Reply Threaded More More options
Print post
Permalink
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 jira@apache.org

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

Reply Threaded More More options
Print post
Permalink

     [ 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.