Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
I am currently facing a problem with the Talend Studio R2023-09-7.3.1, the module could not be downloaded automatically (the button is greyed out) nor the manual selection is available.
I have tried with restarting the studio but the problem persists.
Thanks for your suggestions!
The problem here is the wrong maven url.
In the Modules view please change the maven url to: mvn:javax.validation/validation-api/2.0.1.Final/jar
This will fit to your existing files in your maven repository. Do not hesitate to change this even you get the useless warning this would affect other components as well. This is ok.
Hello,
Does this issue only repro on validation-api.jar?
Could you check "C:\Talend7_3_1\studio\configuration\.m2
repository\javax\validation\validation-api\2.0.1.Final" folder if you can see the jar with the correct size in there?
Please also send screenshot from Studio "Modules" view and enter validation-api in the filter text area, and make sure the Maven URI column shows the full maven path:
Best regards
Sabrina
Hello xdshi,
thank you for your answer.
Yes, I have located 2 files in that folder:
validation-api-2.0.1.Final.pom 450 B
validation-api-2.0.1.Final.jar 93.107 B
So far I have not found the Modules view as you pictured on screenshot, can you help please?
The problem here is the wrong maven url.
In the Modules view please change the maven url to: mvn:javax.validation/validation-api/2.0.1.Final/jar
This will fit to your existing files in your maven repository. Do not hesitate to change this even you get the useless warning this would affect other components as well. This is ok.
Hello,
Talend Studio provides you with a Modules view. This view shows if a module is necessary and required for creating a connection to a database.
For more information, please refer to this online documentation
https://help.talend.com/r/en-US/8.0/open-studio-user-guide/displaying-modules-view
Best regards
Sabrina
Many thanks for the suggestion, the issue is solved now.