EDPGlobalConfigs XML file

Parameters affecting the overall behavior of Payment Rules processing are specified in the EDPGlobalConfigs.xml file. This file is located in the following directory:

Example:

<?xml version="1.0" encoding="UTF-8"?>
<EDPGlobalConfigs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="com/ibm/commerce/edp/eut/parsers/EDPGlobal.xsd">
  <EDPTicklerFactory>WebSphereCommerce</EDPTicklerFactory>
  <AlwaysExecuteProcessBGInFG>true</AlwaysExecuteProcessBGInFG>
</EDPGlobalConfigs>

The following parameters affect the performance of Payment Rules :

EDPTicklerFactory

Specifies where ticklers are sent. Valid values are WebSphereCommerce, WebSphereCommerce, and EDPSelf. WebSphereCommerce means the ticklers will be sent to WebSphere Commerce tickler system. WasLog means the ticklers will be sent to WebSphere Application Server log.EDPSelf means the ticklers will be sent to standard system output console.

AlwaysExecuteProcessBGInFG

Specifies which type of event should be raised to process the payment actions. Valid values are "true" and "false". "true" means synchronous event is raised; "false" means asynchronous event is raised.