Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OSB Adapter - Meaning of the some tags in the -or-mappings.xml file

25c1bf09-b4ff-4a42-95ee-5461015b5496Oct 10 2016 — edited Oct 10 2016

Hi,

i'm looking for some info about the following tags:

<refresh>true</refresh>

<remote-refresh>true</remote-refresh>

These tags are inside the -or-mappings.xml file and more precisely inside this block.

<querying>

            <queries>

               <query name="DbPollerXXX" xsi:type="read-all-query">

                  <reference-class>DbPollerXXX.xxx</reference-class>

                  <refresh>true</refresh>

                  <remote-refresh>true</remote-refresh>

                  <lock-mode>lock-no-wait</lock-mode>

                  <container xsi:type="list-container-policy">

                     <collection-type>java.util.Vector</collection-type>

                  </container>

               </query>

            </queries>

  </querying>

I didn't find any information about these two tag and how they works.

Could someone help me?

Thank you

Luca

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 7 2016
Added on Oct 10 2016
3 comments
293 views