Hello, I'm trying to configure the standalone server jar with an Oracle backend, the command line that I've been using to run the service is the following:
java -Xmx256m
-Drep.home=/export/home/cfurst/work/homebase/branches/cfurst/cms/service/rep
ository -Dwsp.name=versioning -jar
/export/home/cfurst/work/homebase/binary/library/thirdparty/jcr/jackrabbit-s
tandalone-2.2.5.jar -c
/export/home/cfurst/work/homebase/branches/cfurst/cms/service/repository/rep
ository.xml -d -r
/export/home/cfurst/work/homebase/branches/cfurst/cms/service/repository
However I keep getting xml parse errors with the configuration:
org.apache.jackrabbit.core.config.ConfigurationException: Configuration
element FileSystem not found in Workspace.
However my default Workspace template is as follows:
<Workspace name="${wsp.name}">
<!--
persistence manager of the workspace:
class: FQN of class implementing the PersistenceManager
interface
-->
<FileSystem class="org.apache.jackrabbit.core.fs.db.OracleFileSystem">
<param name="driver" value="oracle.jdbc.driver.OracleDriver" />
<param name="schema" value="schemaname " />
<param name="url" value="url" />
<param name="user" value="username"/>
<param name="password" value="password"/>
</FileSystem>
<PersistenceManager
class="org.apache.jackrabbit.core.persistence.pool.OraclePersistenceManager"
>
<param name="BundleDbPersistenceManager.setExternalBLOBs(String)
externalBLOBs}" value="false"/>
<param name="bundleCacheSize" value="8"/>
<param name="consistencyCheck" value="false"/>
<param name="minBlobSize" value="16384"/>
<param name="driver" value="oracle.jdbc.OracleDriver"/>
<param name="url" value="url"/>
<param name="user" value="username"/>
<param name="password" value="password"/>
<param name="schema" value="schemaname"/>
<param name="schemaObjectPrefix" value=""/>
<param name="errorHandling" value=""/>
</PersistenceManager>
</Workspace>
Some names here have been changed, but clearly there is a FileSystem node
under the Workspace node. Any way I can further debug this?
Thanks,
Carl Furst
smime.p7s
Description: S/MIME cryptographic signature
********************************************************** MLB.com: Where Baseball is Always On
