Is it possible to use the JCRBrowser with a repository.xml which specifies a
PersistenceManager that is using a datasource?
<code>
         &lt;PersistenceManager class="..."&gt;
          &lt;param name="dataSourceLocation" value="someDataSource"/&gt;
          &lt;param name="schema" value="oracle"/&gt;
          &lt;param name="schemaObjectPrefix" value="PREFIX_"/&gt;
          &lt;param name="externalBLOBs" value="true"/&gt;
        &lt;/PersistenceManager&gt;
</code>

thx

Philipp
-- 
View this message in context: 
http://www.nabble.com/JCRBrowser-and-datasource-tp17507598p17507598.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to