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: 
stevegarabedian
Contributor
Contributor

Talend Custom Component 7.3.1 upgrade

I had a custom component working 7.2.1.  I installed Talend 7.3.1, I compiled my custom component using maven

 

mvn clean install

 

and copied it to my new 7.3.1 installation directory

mvnw talend-component:deploy-in-studio -Dtalend.component.studioHome="C:\Talend-Studio-20200219_1130-V7.3.1"

 

When 7.3.1 starts its throws a NoSuchFileException for configuration\component-registration.properties yet the file exists and is identical from 7.2.1 version.

 

Contents of file;

 

#File rewritten to add com.rts:rts-OMIInput:0.0.1-SNAPSHOT
#Mon Mar 16 07:11:05 EDT 2020
rts-OMIInput=com.rts\:rts-OMIInput\:0.0.1-SNAPSHOT

 

And jar file exists too see attached files.

 

Thanks in advance, Steve

Labels (4)
2 Replies
ozhelezniak
Contributor
Contributor

Hi @steve.garabedian Steve​ 

 

Do you have this problem now?

undx
Creator
Creator

Hi @steve.garabedian Steve​ ,

Can you display the value of the property `component.java.registry` in `configuration/config.ini` (7.2.1 & 7.3.1)?