Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Upgrade custom component once deployed

Hi all.

I'm creating one custom component using Talend Component Toolkit plugin on IntellyJ Idea.

Once I build the project and deployed with version 0.0.1-SNAPSHOT and I tried to change some already created component, I can't see changes on Talend Open Studio if I don't restart studio. Furthermore, I've tried to change to version 0.0.2-SNAPSHOT, but I get a warning about components already installed on version 0.0.1-SNAPSHOT.

 

How is your development process? Am I missing something?

I guess that would be related to configuration/config.ini, configuration/.m2 and configuration/components-registration.properties files because it works if I remove specific files from .m2 directory and references from components-registration.properties

 

 

Labels (2)
3 Replies
Anonymous
Not applicable
Author

I finished version 0.0.1 of my component restarting Talend Open Studio every time I need to debug new changes 0683p000009MPcz.png

 

You have code repository here: https://github.com/jrosell/tGoogleSearchAnalytics

You have the .car file on Talend Exchange: https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace/1&p=marketplace/1/pr...

Anonymous
Not applicable
Author

Hello,

We are supposing that you have already checked this documentation about:https://talend.github.io/component-runtime/main/1.1.1/tutorial-create-my-first-component.html.

Are you able to integrate your component with talend studio? For more information, please have a look at this documentation about:https://talend.github.io/component-runtime/main/1.1.1/studio.html 

Best regards

Sabrina

Anonymous
Not applicable
Author

Yes, I've checked the documentation. The solution I found is to completly remove the component to be able to deploy the new version.