Hi list: I'm create a new workspace with followed codes , but the thread not stopped till this letter sent, I'm wondering that how long times needed to create a new workspace in jackrabbit?
codes:
public void creatWorkspace()throws RepositoryException{
WorkspaceImpl wsi = (WorkspaceImpl)session.getWorkspace();
wsi.createWorkspace("helloWorkspace");
session.save();
}
Thanks for your advices!
Harrison
