Post-installation Task 12: Updating the ope_config File

In the ope_config file at {TIBCO_HOME}/af/4.0/roles/configurator/standalone/config/ope_config.xml location, add the following configuration values:

<sequencedECARuleSet ruleSetName="customOfferValidationRule" runOnFailure="false" runOnError="false">
        <event eventName="customOfferValidation" type="event">
            <eventSource>
                <endpointType>
                    <uri>sape://localhost</uri>
                </endpointType>
                <inMessageType>
                    <javabean/>
                </inMessageType>
            </eventSource>
            <lifetime/>
        </event>
    </sequencedECARuleSet>
<sequencedECARuleSet ruleSetName="customfferFilterRules" runOnFailure="false" runOnError="false">
        <event eventName="customOfferFilter" type="event">
            <eventSource>
                <endpointType>
                    <uri>sape://localhost</uri>
                </endpointType>
                <inMessageType>
                    <javabean/>
                </inMessageType>
            </eventSource>
            <lifetime/>
        </event>
    </sequencedECARuleSet>
<sequencedECARuleSet ruleSetName="customEvaluateEligibilityRule" runOnFailure="false" runOnError="false">
        <event eventName="customEvaluateEligibility" type="event">
            <eventSource>
                <endpointType>
                    <uri>sape://localhost</uri>
                </endpointType>
                <inMessageType>
                    <javabean/>
                </inMessageType>
            </eventSource>
            <lifetime/>
        </event>
</sequencedECARuleSet>
<sequencedECARuleSet ruleSetName="customPriceProcessingRule" runOnFailure="false" runOnError="false">
        <event eventName="customPriceProcessing" type="event">
            <eventSource>
                <endpointType>
                    <uri>sape://localhost</uri>
                </endpointType>
                <inMessageType>
                    <javabean/>
                </inMessageType>
            </eventSource>
            <lifetime/>
        </event>
        <sequencedRule>         
            <!--<action actionType="bean">
                <actionBean beanId="priceRequestPreProcessor" methodName="execute" interface="com.tibco.aff.eca.base.Action"/>
            </action>-->
        </sequencedRule>
    </sequencedECARuleSet>
<sequencedECARuleSet ruleSetName="priceCustomInfoProcessingRule" runOnFailure="false" runOnError="false">
        <event eventName="priceCustomInfoProcessing" type="event">
            <eventSource>
                <endpointType>
                    <uri>sape://localhost</uri>
                </endpointType>
                <inMessageType>
                    <javabean/>
                </inMessageType>
            </eventSource>
            <lifetime/>
        </event>
        <!--<sequencedRule>         
            <action actionType="bean">
                <actionBean beanId="priceInformationProcessing" methodName="execute" interface="com.tibco.aff.eca.base.Action"/>
            </action>           
        </sequencedRule>-->
    </sequencedECARuleSet>
<sequencedECARuleSet ruleSetName="customOfferResponseRule" runOnFailure="false" runOnError="false">
        <event eventName="customOfferResponse" type="event">
            <eventSource>
                <endpointType>
                    <uri>sape://localhost</uri>
                </endpointType>
                <inMessageType>
                    <javabean/>
                </inMessageType>
            </eventSource>
            <lifetime/>
        </event>
    </sequencedECARuleSet>
<sequencedECARuleSet ruleSetName="customProdInfoResponseRule" runOnFailure="false" runOnError="false">
        <event eventName="customProdInfoResponse" type="event">
            <eventSource>
                <endpointType>
                    <uri>sape://localhost</uri>
                </endpointType>
                <inMessageType>
                    <javabean/>
                </inMessageType>
            </eventSource>
            <lifetime/>
        </event>
    </sequencedECARuleSet>
<sequencedECARuleSet ruleSetName="customPriceResponseRule" runOnFailure="false" runOnError="false">
        <event eventName="customPriceResponse" type="event">
            <eventSource>
                <endpointType>
                    <uri>sape://localhost</uri>
                </endpointType>
                <inMessageType>
                    <javabean/>
                </inMessageType>
            </eventSource>
            <lifetime/>
        </event>
    </sequencedECARuleSet><sequencedECARuleSet ruleSetName="ruleBasedEligibilityRules" runOnFailure="false" runOnError="false">
   <event eventName="ruleBasedEligibility" type="event">
      <eventSource>
         <endpointType>
            <uri>sape://localhost</uri>
         </endpointType>
         <inMessageType>
            <javabean/>
         </inMessageType>
      </eventSource>
      <lifetime/>
   </event>
   <sequencedRule>
      <condition conditionType="bean">
         <conditionBean beanId="ruleBasedEligibilityCondition" methodName="evaluate" interface="com.tibco.aff.eca.base.Condition"/>
      </condition>
      <action actionType="bean">
         <actionBean beanId="evaluateRuleBasedEligibility" methodName="execute" interface="com.tibco.aff.eca.base.Action"/>
      </action>
   </sequencedRule>
   <sequencedRule>
      <condition conditionType="bean">
         <conditionBean beanId="ruleBasedIneligibilityCondition" methodName="evaluate" interface="com.tibco.aff.eca.base.Condition"/>
      </condition>
      <action actionType="bean">
         <actionBean beanId="evaluateRuleBasedInEligibility" methodName="execute" interface="com.tibco.aff.eca.base.Action"/>
      </action>
   </sequencedRule>
   <sequencedRule>
      <condition conditionType="bean">
         <conditionBean beanId="ruleBasedIncompatibilityCondition" methodName="evaluate" interface="com.tibco.aff.eca.base.Condition"/>
      </condition>
      <action actionType="bean">
         <actionBean beanId="evaluateRuleBasedInCompatibility" methodName="execute" interface="com.tibco.aff.eca.base.Action"/>
      </action>
   </sequencedRule>
</sequencedECARuleSet>