Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
ravi999
Contributor III
Contributor III

Tjava equivalent in Talend ESB route for printing statements

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 ?0683p000009LzIX.png0683p000009M08p.png0683p000009M0F9.png

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

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.

View solution in original post

5 Replies
Anonymous
Not applicable

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?

ravi999
Contributor III
Contributor III
Author

Hi Richard, 

 

Please find the route attached and the pic below.

 

0683p000009M0FT.png


print_statement.zip
Anonymous
Not applicable

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.

ravi999
Contributor III
Contributor III
Author

Thank you!

Anonymous
Not applicable

No problem. Glad to help 🙂