philipp_s schrieb:
Is it possible to use the JCRBrowser with a repository.xml which specifies a
PersistenceManager that is using a datasource?
<code>
<PersistenceManager class="...">
<param name="dataSourceLocation" value="someDataSource"/>
<param name="schema" value="oracle"/>
<param name="schemaObjectPrefix" value="PREFIX_"/>
<param name="externalBLOBs" value="true"/>
</PersistenceManager>
</code>
thx
Philipp
Hello Philipp,
the JCRBrowser just takes whatever you configured in the repository.xml
and does not depend on a specific configuration.
Bye,
Sandro