Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

whenever build the job changes are rollback.

Hello,

I opened the job in "java editor" and edit the some specific code and build the job.
So after build the job my changes are roll backed and its not displayed my changes too. 

 

 

Labels (3)
17 Replies
Anonymous
Not applicable
Author

Hello,

The Standard tJavaRow component belongs to the Custom Code family which in this framework is generally available.

You can get it from palette in studio.

Best regards

Sabrina

Anonymous
Not applicable
Author

I added the tJavaRow custom component into the project.
And also added in my design structure.
But when I wrote the code

public String Billing_Nbr;

		public String getBilling_Nbr() {
			return this.Billing_Nbr;
		}

I am getting error that "Illegal modifier for the variable Billing_Nbr; only final is permitted".

 

Anonymous
Not applicable
Author

is there any solution for my question ?
I am waiting for the answer and any relevant help which is useful to solve this issue.

Anonymous
Not applicable
Author

I added Biling_Nbr variable using the map component and added in the code.

0683p000009LrtX.png

 

So while saving this it's required to add generic and I added generic as "Smartwool_Hiten" and then again added this variable in update invoice and they again asked to add the generic.

So is it possible to use the same generic which is used previously or must add new generic ?
And where this generic store in the file system because I tried to find "Smartwool_Hiten" generic but I can't get it where it stored.

Anonymous
Not applicable
Author

Hello,

It is a little hard for us to address your issue from screenshot. It looks like a complicated job. Could you please indicate which talend build version you are using? Open studio or subscription solution? Would you mind sending your job to us for a further testing?

Best regards

Sabrina

Anonymous
Not applicable
Author

I am using Talend Open Studio for Data Integration (6.2.2).
Anonymous
Not applicable
Author

Hi hitenz_zaptech
Talend Studio is a code generator based on the component GUI, the change on generated code are invalid and will be rollback once you return back to the job design. So, if you want to add a new field to the data flow, back to job design and add a new column in the output table on tJavaRow or tMap.

For the error on your screenshot, this is because the same item name already exits, choose another name or clean the recycle bin and try it again.

Regards
Shong

Anonymous
Not applicable
Author

Yes, I got it.

And I am editing the code in custom component like tMap and tJava.