Currently we're using the default connection:
<bean id="RMTxStore" class="org.apache.cxf.ws.rm.persistence.jdbc.RMTxStore"/>
<wsrm-mgr:rmManager id="org.apache.cxf.ws.rm.RMManager">
<property name="store" ref="RMTxStore"/>
</wsrm-mgr:rmManager>But we would like for the data to be stored in ORACLE. Can someone point me to a sample or a tutorial? Thanks in advance! (And thank you, Eoghan, for your previous help.)
