Failing on Apply xpath operator after upgrade to 4.4
search cancel

Failing on Apply xpath operator after upgrade to 4.4

book

Article ID: 275050

calendar_today

Updated On:

Products

CA Process Automation Base

Issue/Introduction

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.

Environment

Release : 4.4

Resolution

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.