SPI: RepositoryService.obtain should allow to pass null workspaceName 
indicating the default workspace
------------------------------------------------------------------------------------------------------

                 Key: JCR-1842
                 URL: https://issues.apache.org/jira/browse/JCR-1842
             Project: Jackrabbit
          Issue Type: Improvement
          Components: jackrabbit-spi
            Reporter: angela
            Assignee: angela
            Priority: Minor
             Fix For: 1.6.0


improvement suggested by tobi

the contract of

public SessionInfo obtain(Credentials credentials, String workspaceName)
public SessionInfo obtain(Credentials credentials, String workspaceName)

should be changed to allow for null workspaceName.

* @param workspaceName the name of the workspace the <code>SessionInfo</code>
* should be built for. <code>null</code> indicates that the info should be 
created for the
* default workspace.

consequently we could either deprecate 

RepositoryConfig.getDefaultWorkspaceName()

or allow it to return null as well.






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

Reply via email to