Applying changes to the ope_config.xml file for certain FOM 4.0.2 Hotfixes

Applying changes to the ope_config.xml file for certain FOM 4.0.2 Hotfixes

book

Article ID: KB0074833

calendar_today

Updated On:

Products Versions
TIBCO Fulfillment Order Management 4.0.2 Hotfix 4, 5, 6

Description

After installing FOM 4.0.2 Hotfix 4, 5 or 6 then the Postinstallation Tasks from the readme file have to be followed. Certain changes are required to the ope_config.xml file.
    
The readme file says the following:
    
==========================================================
    b) Change the ope_config.xml file for sequencedRule by adding the following
          condition and action:
          
    <sequencedRule>
    <action actionType="bean">
    <actionBean beanId="publishOfferResponse" methodName="execute"
    interface="com.tibco.aff.eca.base.Action"/>
    </action>
    </sequencedRule>
    <sequencedRule>
    <condition conditionType="bean">
    <conditionBean beanId="postProcessOfferCondition" methodName="evaluate"
    interface="com.tibco.aff.eca.base.Condition"/>
    </condition>
    <action actionType="bean">
    <actionBean beanId="postProcessOfferResponse" methodName="execute"
    interface="com.tibco.aff.eca.base.Action"/>
    </action>                    
    </sequencedRule>
==========================================================
    
The sequencedRule must be added to the offerResponseRule ruleSet. I have attached a sample ope_config.xml for clarity.

Issue/Introduction

Applying changes to the ope_config.xml file for certain FOM 4.0.2 Hotfixes

Attachments

Applying changes to the ope_config.xml file for certain FOM 4.0.2 Hotfixes get_app