Hi, Actually, I use Talend Open Studio and I have the following problem : I want to use the Routine 'Numeric' in my Job 'test_new' . I run my job and I have thsi error message : "Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method sequence(String, int, int) is undefined for the type test_new". How could I resolve this problem? Thank you.
Hi, Actually, I use Talend Open Studio and I have the following problem : I want to use the Routine 'Numeric' in my Job 'test_new' . I run my job and I have this error message : "Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method sequence(String, int, int) is undefined for the type test_new". How could I resolve this problem? I am wiating for your reply, it's urgent. Thank you.
It's urgent, but you don't event explain you job , the component where you call the routine and the exact syntax you use. Correct syntax is probably Numeric.sequence(xx, yy, zz); Michaël.