Hi, On Tue, Dec 20, 2011 at 10:14 AM, goutham_pn <[email protected]> wrote: > But we are planning to use separate persistence manager for each workspace > that we create dynamically.
The alternative createWorkspace() method signature [1] in JackrabbitWorkspace allows you to specify the workspace.xml template to use for the new workspace. [1] http://jackrabbit.apache.org/api/2.2/org/apache/jackrabbit/api/JackrabbitWorkspace.html#createWorkspace(java.lang.String, org.xml.sax.InputSource) BR, Jukka Zitting
