With IT Process Automation (ITPAM) 4.3, the client used an operator that writes the requested form-data (RequestItemFormDataXML) to a ValueMap.
This does not work with ITPAM 4.4.
The arrays objFormID stay empty.
The applyXPath() seems to work differently from the previous ITPAM 4.3 version.
ITPAM 4.4
All Supported Operating Systems
Include the below configuration parameter in the c2osvcw.conf file located at <PAM44_install_Location>\wildfly\standalone\bin:
wrapper.app.parameter.12=-Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl
See example below:
wrapper.app.parameter.9=--server-config=standalone-full-ha.xml
wrapper.app.parameter.10=--properties=.config/OasisConfig.properties
wrapper.app.parameter.11=-Djava.endorsed.dirs=deployments/c2oear-snapshot.ear/lib/endorsed
wrapper.app.parameter.12=-Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl
After the change has been made, restart the ITPAM service.