I am using as PersistenceManager the OraclePersistenceManager and i have configured Jackrabbit as J2C Resource Adapter. In J2EE normaly i have to use a XADatasource if i want to deal with more Resources so what do i have to configure in my workspace.xml file
<PersistenceManager
class="org.apache.jackrabbit.core.persistence.db.OraclePersistenceManager">
<param name="driver" value="oracle.jdbc.OracleDriver"/> ....
Is there a XA Client Driver or is this Driver ok ?
thanks
claus
