Hi, On Wed, May 13, 2009 at 11:01 AM, Stefan Droog <[email protected]> wrote: > If I have 2 workspaces configured (e.g. default and temp), how decides > Jackrabbit > which workspace to use? In other words: How can I switch workspaces via Java > code?
The Repository.login() method takes an optional String argument that identifies the workspace that you want to login. BR, Jukka Zitting
