Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to print a statement in talend esb route. I tried the cconfig and cprocessor components and getting the error as in the pic . Can anyone please help me on this ?
This is because you do not have route built. You are missing the basic functionality of a route. To change this, just add a cTimer and join it to a cProcessor. You won't need to do anything else. This will make your System.out.println() work.
Both components will allow this (although you may want to use Log4J when using the Runtime). The problem here is not the print code, but something else is wrong with your route. Can you show us your route?
This is because you do not have route built. You are missing the basic functionality of a route. To change this, just add a cTimer and join it to a cProcessor. You won't need to do anything else. This will make your System.out.println() work.
Thank you!
No problem. Glad to help 🙂