Julian Reschke wrote:
Hi,
according to <https://issues.apache.org/jira/browse/JCR-1608>,
Jackrabbit (trunk) currently only supports creating workspaces, but not
deleting them.
The spec allows UnsupportedOperationException on both create and delete.
So what should the TCK do? Discover the repository feature, attempt
creation, then deletion, but not report an error if the latter fails?
That may be tricky because it would cause an ever-growing number of
workspaces being generated every time the TCK is run...
BR, Julian
...
And, related to my previous question:
<https://issues.apache.org/jira/browse/JCR-1591> indicates that only
registration, but not removal is supported.
Looking at the Javadoc for the unregister methods, I don't see this case
considered. So, should we consider this a missing feature of the RI?
And, again, how should the TCK deal with it?
BR, Julian