Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
Description
=========
BW project has a Java code/Java method activity. The System.out.println statements in the Java activity do not print a message into the BW log.
Environment
==========
All operating systems
All BW versions
Resolution
=========
The System.out.println() statements only print output to console. If you run the process in Designer, you can find the output message in the Designer console. If you deploy the process and start it in Administrator, you will not see the message in the BW log. This is expected behavior. If you start the engine from the command line, you will be able to see the output message. If you want to print to the BW log, use the custom log4j logger..