<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Talend Custom Component - Question and Issue in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253847#M148649</link>
    <description>&lt;P&gt;Hi @mrauf,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;We've no exchange/marketplace for Talend Component Kit connectors yet.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Anyway, the easiest way to exchange connectors with others is for now using the component classifier aka the `car` file produced during build.&lt;/P&gt;&lt;P&gt;This artifact can be deployed to studio using the studio-deploy command.&lt;/P&gt;&lt;P&gt;See https://talend.github.io/component-runtime/main/latest/studio-from-car.html for details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Please see documentation https://talend.github.io/component-runtime/main/latest/build-tools-gradle.html&lt;/P&gt;&lt;P&gt;Once setup, you'll have the following tasks available&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;Talend Component Kit tasks&lt;/P&gt;&lt;P&gt;--------------------------&lt;/P&gt;&lt;P&gt;talendComponentKitComponentArchive - Creates a Component ARchive (.car) based on current project.&lt;/P&gt;&lt;P&gt;talendComponentKitDependencies - Creates the Talend Component Kit dependencies file used by the runtime to build the component classloader&lt;/P&gt;&lt;P&gt;talendComponentKitDeployInStudio - Deploys the module components to the Studio.&lt;/P&gt;&lt;P&gt;talendComponentKitDocumentation - Generates an asciidoc file with the documentation of the components.&lt;/P&gt;&lt;P&gt;talendComponentKitSVG2PNG - Converts the SVG into PNG when needed (icons).&lt;/P&gt;&lt;P&gt;talendComponentKitValidation - Validates that the module components are respecting the component standards.&lt;/P&gt;&lt;P&gt;talendComponentKitWebServer - Starts a web server allowing you to browse your components (requires t`&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Could you refine your question? At first understanding, I'll say there's no way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. you should rely on interfaces and implement your mocking classes for testing.&lt;/P&gt;&lt;P&gt;Here's some documentation that may help about mocks provided by framework (emitters/collectors):&lt;/P&gt;&lt;P&gt;https://talend.github.io/component-runtime/main/latest/index-sub-testing-runtime.html&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. Here the issue is a failing model validation, more precisely the `ValidateDataSet` goal which checks:&lt;/P&gt;&lt;P&gt;-    Ensures that any @DataSet has a unique name.&lt;/P&gt;&lt;P&gt;-*-&amp;gt; Ensures that there is a source instantiable just filling the dataset properties (all others not being required). &lt;/P&gt;&lt;P&gt;-    Finally, the validation checks that each input or output component uses a dataset and that this dataset has a datastore.&lt;/P&gt;&lt;P&gt;Is your configuration class used in any Source component?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Fri, 08 Apr 2022 12:01:25 GMT</pubDate>
    <dc:creator>undx</dc:creator>
    <dc:date>2022-04-08T12:01:25Z</dc:date>
    <item>
      <title>Talend Custom Component - Question and Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253846#M148648</link>
      <description>&lt;P&gt;Following are the questions we are seeking help and details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. How to publish the component compiled library, and how to install compiled lib in talend studio? &lt;/P&gt;&lt;P&gt;so other talend developers and use it.&lt;/P&gt;&lt;P&gt;2. How we can publish custom component using gradle commands &lt;/P&gt;&lt;P&gt;    Like, for maven &lt;/P&gt;&lt;P&gt;.\mvnw talend-component:deploy-in-studio -D talend.component.studioHome="C:/Users/mrauf/tools/talend/8.0.1/"&lt;/P&gt;&lt;P&gt;3. How to pass &lt;B&gt;&lt;I&gt;tDBConnection(Snowflake)&lt;/I&gt;&lt;/B&gt; to a custom component? &lt;/P&gt;&lt;P&gt;4. How to mock all database interaction in unit test for our talend custom components?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. How to implement @Required for parameters? We are getting error when use this annotation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ERROR] Failed to execute goal org.talend.sdk.component:talend-component-maven-plugin:1.43.0:validate (talend-validate) on project crd-talend-translation: Some error were detected:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ERROR] - No source instantiable without adding parameters for @DataSet("CustomDataset") (com.crd.talend.components.dataset.CustomDataset), please ensure at least a source using this dataset can be used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just filling the dataset information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if need any details for any of these points&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253846#M148648</guid>
      <dc:creator>mrauf</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Custom Component - Question and Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253847#M148649</link>
      <description>&lt;P&gt;Hi @mrauf,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;We've no exchange/marketplace for Talend Component Kit connectors yet.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Anyway, the easiest way to exchange connectors with others is for now using the component classifier aka the `car` file produced during build.&lt;/P&gt;&lt;P&gt;This artifact can be deployed to studio using the studio-deploy command.&lt;/P&gt;&lt;P&gt;See https://talend.github.io/component-runtime/main/latest/studio-from-car.html for details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Please see documentation https://talend.github.io/component-runtime/main/latest/build-tools-gradle.html&lt;/P&gt;&lt;P&gt;Once setup, you'll have the following tasks available&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;Talend Component Kit tasks&lt;/P&gt;&lt;P&gt;--------------------------&lt;/P&gt;&lt;P&gt;talendComponentKitComponentArchive - Creates a Component ARchive (.car) based on current project.&lt;/P&gt;&lt;P&gt;talendComponentKitDependencies - Creates the Talend Component Kit dependencies file used by the runtime to build the component classloader&lt;/P&gt;&lt;P&gt;talendComponentKitDeployInStudio - Deploys the module components to the Studio.&lt;/P&gt;&lt;P&gt;talendComponentKitDocumentation - Generates an asciidoc file with the documentation of the components.&lt;/P&gt;&lt;P&gt;talendComponentKitSVG2PNG - Converts the SVG into PNG when needed (icons).&lt;/P&gt;&lt;P&gt;talendComponentKitValidation - Validates that the module components are respecting the component standards.&lt;/P&gt;&lt;P&gt;talendComponentKitWebServer - Starts a web server allowing you to browse your components (requires t`&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Could you refine your question? At first understanding, I'll say there's no way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. you should rely on interfaces and implement your mocking classes for testing.&lt;/P&gt;&lt;P&gt;Here's some documentation that may help about mocks provided by framework (emitters/collectors):&lt;/P&gt;&lt;P&gt;https://talend.github.io/component-runtime/main/latest/index-sub-testing-runtime.html&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. Here the issue is a failing model validation, more precisely the `ValidateDataSet` goal which checks:&lt;/P&gt;&lt;P&gt;-    Ensures that any @DataSet has a unique name.&lt;/P&gt;&lt;P&gt;-*-&amp;gt; Ensures that there is a source instantiable just filling the dataset properties (all others not being required). &lt;/P&gt;&lt;P&gt;-    Finally, the validation checks that each input or output component uses a dataset and that this dataset has a datastore.&lt;/P&gt;&lt;P&gt;Is your configuration class used in any Source component?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 12:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253847#M148649</guid>
      <dc:creator>undx</dc:creator>
      <dc:date>2022-04-08T12:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Custom Component - Question and Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253848#M148650</link>
      <description>&lt;P&gt;Thanks for the details. I am still trying to incorporate all. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For #1: Please correct me if following command is right to publish the car to talend studio. I tried but looks like its not publishing the component to talend studio&lt;/P&gt;&lt;P&gt;java -jar crd-component2.car studio-deploy C:/tools/talend/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For #2: How to set the talend studio path for task "talendComponentKitDeployInStudio"&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 20:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253848#M148650</guid>
      <dc:creator>mrauf</dc:creator>
      <dc:date>2022-04-11T20:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Custom Component - Question and Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253849#M148651</link>
      <description>&lt;P&gt;Hello @Muhammad Mahmood Rauf​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;the recommended usage is the following&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;java -jar crd-component2.car studio-deploy --location C:/tools/talend/Talend-Studio-X  -f&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;apply the `-f`` flag (force) is component was already deployed previously.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;br&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 09:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253849#M148651</guid>
      <dc:creator>undx</dc:creator>
      <dc:date>2022-04-12T09:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Custom Component - Question and Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253850#M148652</link>
      <description>&lt;P&gt;For #5, Attached is a sample component code. &lt;/P&gt;&lt;P&gt;Can you please review suggest the fix for following #5 error &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some error were detected:&lt;/P&gt;&lt;P&gt;- No source instantiable without adding parameters for @DataSet("CustomDataset") (com.company.talend.components.dataset.CustomDataset), please ensure at least a source using this dataset can be used just filling the dataset information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 19:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253850#M148652</guid>
      <dc:creator>mrauf</dc:creator>
      <dc:date>2022-04-12T19:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Custom Component - Question and Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253851#M148653</link>
      <description>&lt;P&gt;Hello @Muhammad Mahmood Rauf​&amp;nbsp;, &lt;/P&gt;&lt;P&gt;clear that the error message is not understandable is that case! We should refine it to a more comprehensible one...&lt;/P&gt;&lt;P&gt;The issue is coming from `@Required` option in your mapper conf. As connectors should be platform agnostic (meaning Studio vs Cloud), some requirements should be applied.&lt;/P&gt;&lt;P&gt;With such config, in Cloud environment, we cannot generate a sampling automatically due to required/missing (in that case) option, that why the validation fails.&lt;/P&gt;&lt;P&gt;Anyway, if you target Studio only, you may remove the `@Required` annotation or disable this validation with the system property set as below &lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;mvn clean install -Dtalend.validation.dataset=false&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;See also this document about validation properties : https://talend.github.io/component-runtime/main/latest/build-tools-maven.html#_validating_the_component_programming_model&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 11:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253851#M148653</guid>
      <dc:creator>undx</dc:creator>
      <dc:date>2022-04-13T11:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Custom Component - Question and Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253852#M148654</link>
      <description>&lt;P&gt;Setting validation.dataset to false is not helping. Please suggest&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;..........&amp;gt; .\gradlew clean build -D talend.validation.dataset=false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; Task :jar FAILED&lt;/P&gt;&lt;P&gt;No source instantiable without adding parameters for @DataSet("CustomDataset") (com.company.talend.components.dataset.CustomDataset), please ensure at least a source using this dataset can be used just&amp;nbsp;&lt;/P&gt;&lt;P&gt;filling the dataset information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FAILURE: Build failed with an exception.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* What went wrong:&lt;/P&gt;&lt;P&gt;Execution failed for task ':jar'.&lt;/P&gt;&lt;P&gt;&amp;gt; java.lang.IllegalStateException: Some error were detected:&lt;/P&gt;&lt;P&gt;&amp;nbsp;- No source instantiable without adding parameters for @DataSet("CustomDataset") (com.company.talend.components.dataset.CustomDataset), please ensure at least a source using this dataset can be used j&lt;/P&gt;&lt;P&gt;ust filling the dataset information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* Try:&lt;/P&gt;&lt;P&gt;Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* Get more help at https://help.gradle.org&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.&lt;/P&gt;&lt;P&gt;Use '--warning-mode all' to show the individual deprecation warnings.&lt;/P&gt;&lt;P&gt;See https://docs.gradle.org/6.0-rc-1/userguide/command_line_interface.html#sec:command_line_warnings&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BUILD FAILED in 3s&lt;/P&gt;&lt;P&gt;5 actionable tasks: 5 executed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 14:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253852#M148654</guid>
      <dc:creator>mrauf</dc:creator>
      <dc:date>2022-04-13T14:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Custom Component - Question and Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253853#M148655</link>
      <description>&lt;P&gt;Related to #4, Mocking&lt;/P&gt;&lt;P&gt;The attached component example uses dal.getSampleData&lt;/P&gt;&lt;P&gt;And we have one unit test for this case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help me with how to mock dal.getSampleData, where its being used by the component internally.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 19:48:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253853#M148655</guid>
      <dc:creator>mrauf</dc:creator>
      <dc:date>2022-04-13T19:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Custom Component - Question and Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253854#M148656</link>
      <description>&lt;P&gt;Don't know if it's a copy/paste error, but if not, the `--define` ( `-D`) should not have space! &lt;/P&gt;&lt;P&gt;ie:&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt; .\gradlew clean build -Dtalend.validation.dataset=false&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;PS: Also, I'm not not a gradle expert, don't know if `--define` is working (same syntax) as maven.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 08:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253854#M148656</guid>
      <dc:creator>undx</dc:creator>
      <dc:date>2022-04-14T08:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Custom Component - Question and Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253855#M148657</link>
      <description>&lt;P&gt;Tried both with or without space, same error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please try it on the sample code I shared and confirm if we are looking at the right solution here?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 15:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253855#M148657</guid>
      <dc:creator>mrauf</dc:creator>
      <dc:date>2022-04-14T15:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Custom Component - Question and Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253856#M148658</link>
      <description>&lt;P&gt;I'm in holidays, will have a look at my return.&lt;/P&gt;&lt;P&gt;Meanwhile, have a look at documentation. There's many resources on testing.&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 16:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253856#M148658</guid>
      <dc:creator>undx</dc:creator>
      <dc:date>2022-04-14T16:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Custom Component - Question and Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253857#M148659</link>
      <description>&lt;P&gt;Hi Undx, Any update for me on this?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 13:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253857#M148659</guid>
      <dc:creator>mrauf</dc:creator>
      <dc:date>2022-04-21T13:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Custom Component - Question and Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253858#M148660</link>
      <description>&lt;P&gt;Hi @Emmanuel GALLOIS​&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any update for me on this&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 12:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253858#M148660</guid>
      <dc:creator>mrauf</dc:creator>
      <dc:date>2022-04-28T12:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Custom Component - Question and Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253859#M148661</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.talend.com/s/profile/0053p000007LMyjAAG" alt="https://community.talend.com/s/profile/0053p000007LMyjAAG" target="_blank"&gt;@undx&lt;/A&gt;&amp;nbsp;(Customer)​&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any update for me on this&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 13:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253859#M148661</guid>
      <dc:creator>mrauf</dc:creator>
      <dc:date>2022-05-10T13:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Custom Component - Question and Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253860#M148662</link>
      <description>&lt;P&gt;Hi @Muhammad Mahmood Rauf​&amp;nbsp;, &lt;/P&gt;&lt;P&gt;sorry for the delay! was very busied &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;/P&gt;&lt;P&gt;Not a gradle expert but I think that the `--exclude-task`  (`-x`)  flag should be similar...&lt;/P&gt;&lt;P&gt;Anyway, you also may remove the `@Required` annotation and it should compile w/o any issue.&lt;/P&gt;&lt;P&gt;best regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 10:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253860#M148662</guid>
      <dc:creator>undx</dc:creator>
      <dc:date>2022-05-17T10:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Custom Component - Question and Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253861#M148663</link>
      <description>&lt;P&gt;Hi @Emmanuel GALLOIS​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share some sample for this (#4)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mahmood&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 12:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253861#M148663</guid>
      <dc:creator>mrauf</dc:creator>
      <dc:date>2022-05-17T12:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Custom Component - Question and Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253862#M148664</link>
      <description>&lt;P&gt;Hi @Muhammad Mahmood Rauf​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;We've a public repo for OSS connectors which has many many API usage : https://github.com/Talend/connectors-se&lt;/P&gt;&lt;P&gt;Sorry, it seems not  to be mentioned on official documentation !  &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;  (need to create a jira issue for that).&lt;/P&gt;&lt;P&gt;However, now, have a look at it and if you've any question, don't hesitate to ping on...&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 18:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253862#M148664</guid>
      <dc:creator>undx</dc:creator>
      <dc:date>2022-05-17T18:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Custom Component - Question and Issue</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253863#M148665</link>
      <description>&lt;P&gt;Hum, also forgot to mention that we've some code samples ready to run on doc's site : https://talend.github.io/component-runtime/main/latest/gallery.html&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 18:10:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Custom-Component-Question-and-Issue/m-p/2253863#M148665</guid>
      <dc:creator>undx</dc:creator>
      <dc:date>2022-05-17T18:10:10Z</dc:date>
    </item>
  </channel>
</rss>

