Retail Point-of-Service Solutions (MOSC)

MOSC Banner

beans in state-transition-chain.xml

edited Jan 27, 2020 9:50AM in Retail Point-of-Service Solutions (MOSC) 6 commentsAnswered

Hi,

Im trying to debug the beans that get executed every time that a "TransactionModified" signal is executed.

I went to the state-transition-chain.xml files to see the beans that get executed and I found:

  <bean id="updateTransactionTN" class="com.micros_retail.xfgclient.transition.util.RunTransitionTN"

    scope="prototype">

    <property name="signals" value="TransactionModified" />

    <property name="chain">

      <bean id="TCN_UpdateTransaction" class="com.micros_retail.xfgclient.transition.TransitionChain">

        <property name="transitions">

          <list>

            <bean class="com.micros_retail.xfgclient.transition.trans.RunTransactionCalculatorsTN" />

            <bean class="com.micros_retail.xfgclient.transition.trans.UpdateTransDisplayTN" />

            <bean class="TestBean" />

          </list>

        </property>

      </bean>

    </property>

  </bean>

The problem is that all the beans defined in that file are not available, I looked for them(e.g.

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