The processes containing the operator Apply Xpath are failing. And after uncheck "Strip XML Namespaces from the Response" checkbox it works...anyway we can do it without unchecking this checkbox? We have many processes that use Apply Xpath.
Release : 4.4
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
For example:
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
Once the above change has been made, restart the ITPAM Server and then test the same use case.
It should now work even with the "Strip XML Namespaces from the Response" checkbox checked in the operator parameters.