Postinstallation 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>