Retail Point-of-Service Solutions (MOSC)

MOSC Banner

Need to Configure RTLOGMapping.xml to Use Different Mapping Files for Different Store Groups

edited Nov 7, 2025 4:54AM in Retail Point-of-Service Solutions (MOSC) 1 commentAnswered

Our requirement is as follows:

  • We have around 20 stores.
  • We want 10 stores to use rtlogmapping1.xml and the other 10 stores to use rtlogmapping2.xml for POSLOG-to-RTLOG conversion.

    How can we achieve this?

<bean id="ReSA_Broadcaster"
class="com.micros_retail.xcenter.broadcast.generic.v21.GenericPoslogObjBroadcaster">

<constructor-arg name="orgId"                value="1"/>
<constructor-arg name="broadcasterServiceId" value="RESA_BROADCASTER"/>
<constructor-arg name="jaxwsService"         ref="ReSA_Broadcaster_jaxws"/>

<property name="xmlModifiers">
  <list value-type="com.micros_retail.xcenter.broadcast.IXMLModifier">
    <ref bean="removePCIData"/>
  </list>
</property>

Can we change orgId to store number or district number?

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center