beans in state-transition-chain.xml
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.