Improving the reconciliation operation performance

Use the Java settings to improve the performance of the reconciliation operation.

Procedure

  1. Navigate to the JAVA_Home/lib directory.
  2. Rename jaxp.properties.sample to jaxp.properties.
  3. 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
  4. Check the performance of the reconciliation operation. If it fails, continue to step 5.
  5. Set the following system property:
    export IBM_JAVA_OPTIONS=-Djavax.xml.transform.TransformerFactory= 
      org.apache.xalan.processor.TransformerFactoryImpl
  6. Check the performance of the reconciliation operation again.