Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
Product: TIBCO BusinessWorks
Version: 5.9.3
OS: Not Specified OS
Description:
=========
In BW 5.9.3 - Using Adobe external library XPAAJ.jar to merge XML file and PDF template file into one file. The output is a PDF file without XML contents, if using default BW settings.
Environment:
==========
TIBCO BusinessWorks version 5.9.3
Cause:
=====
Adobe external library uses the class javax.xml.transform.TransformerFactory, which is different from BW default usage.
Resolution:
=========
Add the following code at the beginning of the Java code:
System.setProperty("javax.xml.transform.TransformerFactory","com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl");