Create new workspace
问题 Section 7.1.6 of the Modeshape docs say 'Your application can now create and remove workspaces using the standard JCR 2.0 API.' The JCR 2.0 doc says to use Workspace.createWorkspace(String name) How do I make this part of my repository obtained using the code at the bottom of this post? Also, how to I get a list of the workspaces already in the repository? Thanks for (RepositoryFactory factory : ServiceLoader.load(RepositoryFactory.class)) { if (factory instanceof org.modeshape.jcr.api