Hello everyone,
<?xml version="1.0" encoding="UTF-8"?>
<Workspace name="${name}">
<FileSystem
class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
</FileSystem>
<PersistenceManager
class="org.apache.jackrabbit.core.persistence.bundle.MySqlPersistenceManager">
</PersistenceManager>
<SearchIndex
class="org.apache.jackrabbit.core.query.lucene.SearchIndex">
</SearchIndex>
</Workspace>
Above is my workspace.xml file. I want to create a workspace dynamically
passing properties at the time of creation.
In the above xml file ${driver}, ${db.url}... I want to pass dynamically and
create it.
Please help me in achieving the configuration.
-----
Thanks & Regards,
Goutham PN
--
View this message in context:
http://jackrabbit.510166.n4.nabble.com/Creating-dynamic-workspaces-using-property-file-tp4172861p4172861.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.