cache-usage in <filename>-or-mappings.xml
All,
Since I don't see 'SOA Suite' community, I'm posting my query in this forum. We are using Oracle SOA Suite 11g(1.4). In the DBAdapter we have a property 'Distributed Polling' which is supposed to be selected when SOA Suite is cluster aware. After enabling this property, in the toplink file, I noticed there are three entries as below
Since I don't see 'SOA Suite' community, I'm posting my query in this forum. We are using Oracle SOA Suite 11g(1.4). In the DBAdapter we have a property 'Distributed Polling' which is supposed to be selected when SOA Suite is cluster aware. After enabling this property, in the toplink file, I noticed there are three entries as below
<toplink:remote-refresh>false</toplink:remote-refresh>
<toplink:cache-usage>primary-key</toplink:cache-usage>
<toplink:lock-mode>none</toplink:lock-mode>'
I want to understand the details of each of the above, in particular <toplink:cache-usage>primary-key</toplink:cache-usage>. Any pointers would be really helpful.
thanks
<toplink:cache-usage>primary-key</toplink:cache-usage>
<toplink:lock-mode>none</toplink:lock-mode>'
I want to understand the details of each of the above, in particular <toplink:cache-usage>primary-key</toplink:cache-usage>. Any pointers would be really helpful.
thanks
0