Use the Java settings to improve the performance of the reconciliation
operation.
Procedure
- Navigate to the JAVA_Home/lib directory.
-
Rename jaxp.properties.sample to
jaxp.properties.
-
In the jaxp.properties file, remove the comment tags for the following
properties:
javax.xml.transform.TransformerFactory=
com.ibm.xtq.xslt.jaxp.compiler.TransformerFactoryImpl
javax.xml.xpath.XPathFactory=
org.apache.xpath.jaxp.XPathFactoryImpl
javax.xml.parsers.SAXParserFactory=
org.apache.xerces.jaxp.SAXParserFactoryImpl
javax.xml.parsers.DocumentBuilderFactory=
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
Check the performance of the reconciliation operation. If it fails, continue to step 5.
- Set the following system property:
export IBM_JAVA_OPTIONS=-Djavax.xml.transform.TransformerFactory=
org.apache.xalan.processor.TransformerFactoryImpl
-
Check the performance of the reconciliation operation again.