You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Dan Ryazansky <Da...@avotus.com> on 2009/08/20 16:38:58 UTC

Connecting to Oracle

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.)