Postinstallation Tasks

This section provides information on any required post installation steps for plug-in to be compatible with TIBCO ActiveMatrix BusinessWorks™ Administration.

TIBCO ActiveMatrix BusinessWorks™ Administration Compatibility

Prior to deploying and running an application containing the plug-in, ensure that the following configuration exists in the TIBCO_HOME/bw/version/bin/bwappnode.tra file.

java.property.javax.xml.stream.XMLInputFactory=com.sun.xml.internal.stream.XMLInputFactoryImpl
Note: For OAuth 2.0 support, add the following properties in the TIBCO_HOME/bw/version/bin/bwappnode.tra file:
java.property.javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
java.property.javax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
Note: If change is made where existing appnodes are currently running, then make sure to restart the appnodes after making the change so it takes effect.