EDPGlobalConfigs XML file
Configure asynchronous processing, and the location of ticklers in this file.
This file is located in the following directory:
- workspace_dir/WC/xml/config/payments/edp
workspace_dir/wc/xml/config/payments/edp
<?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>
- EDPTicklerFactory
- Specifies where ticklers are sent.
- WebSphereCommerce
- HCL Commerce tickler system. This is the default and recommended value.
- WasLog
- WebSphere Application Server log.
- AlwaysExecuteProcessBGInFG
- Specifies which type of event should be raised to process the
payment actions.
- True
- Synchronous event is raised
- False
- Asynchronous event is raised.