Controlling Data Resending
When QXtend receives a Communication Failure exception from the AppServer during a QDoc transaction, QXI attempts to resend the QDoc, by default. The resending action is controlled by the node resendData in the qxtendconfig.xml file located in TOMCAT_HOME/webapps//WEB-INF/conf. Note: Resending QDocs results in a duplicate transaction if a Progress Memory Violation error occurs on the AppServer after the transaction has been committed.
To disable data resending, locate the following node in the qxtendconfig.xml file:resendData = “true”
Change it to:resendData = “false”
Note: Setting this parameter to false causes a QDoc transaction to fail if the AppServer has been restarted with the Connection Pool not restarted.