<?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: How to modify source code of a component? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-modify-source-code-of-a-component/m-p/2349050#M116076</link>
    <description>Hi
&lt;BR /&gt;I have merged functionalities of tTeradataFastExport , tSCP, tSSH components for some purpose.
&lt;BR /&gt;In xml of tTeradataFastExport for referring ganymed-ssh2.jar, added following lines:
&lt;BR /&gt; &amp;lt;CODEGENERATION&amp;gt;
&lt;BR /&gt; &amp;lt;IMPORTS&amp;gt;
&lt;BR /&gt; &amp;lt;IMPORT NAME="Java_SHH2" MODULE="ganymed-ssh2.jar" REQUIRED="true"/&amp;gt;
&lt;BR /&gt; &amp;lt;/IMPORTS&amp;gt;
&lt;BR /&gt; &amp;lt;/CODEGENERATION&amp;gt;
&lt;BR /&gt;still on running this customized component, i get this error:
&lt;BR /&gt;ch cannot be resolved to a type for this line:
&lt;BR /&gt;ch.ethz.ssh2.Connection conn_tTeradataFastExport_1 = new ch.ethz.ssh2.Connection("xxxxxxxxx", "00");
&lt;BR /&gt;can anyone provide pointers on this. I guess, this error is because of jar file.
&lt;BR /&gt; Am I missing something else.
&lt;BR /&gt;Regards
&lt;BR /&gt;Manisha</description>
    <pubDate>Thu, 19 Jan 2012 14:26:40 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2012-01-19T14:26:40Z</dc:date>
    <item>
      <title>How to modify source code of a component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-modify-source-code-of-a-component/m-p/2349048#M116074</link>
      <description>have a job with multiple components. I would like to modify slightly the Java code of one of those components. Since I can not do it in TOS I am guessing I would have to export my job and make the changes, but this would mean I can't use TOS anymore for this job. 
&lt;BR /&gt;Is there a way I can change just the jave code for this one component but still use TOS to manage the job. 
&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 13:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-modify-source-code-of-a-component/m-p/2349048#M116074</guid>
      <dc:creator>rmcclure</dc:creator>
      <dc:date>2024-11-16T13:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify source code of a component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-modify-source-code-of-a-component/m-p/2349049#M116075</link>
      <description>Hello 
&lt;BR /&gt;To modify a component, go to plugins\org.talend.designer.components.localprovider_3.2.1.r31316\components, modify the componnet and then, pres ctrl+shift+f3 or restart TOS to reload the component. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 30 Oct 2009 06:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-modify-source-code-of-a-component/m-p/2349049#M116075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-30T06:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify source code of a component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-modify-source-code-of-a-component/m-p/2349050#M116076</link>
      <description>Hi
&lt;BR /&gt;I have merged functionalities of tTeradataFastExport , tSCP, tSSH components for some purpose.
&lt;BR /&gt;In xml of tTeradataFastExport for referring ganymed-ssh2.jar, added following lines:
&lt;BR /&gt; &amp;lt;CODEGENERATION&amp;gt;
&lt;BR /&gt; &amp;lt;IMPORTS&amp;gt;
&lt;BR /&gt; &amp;lt;IMPORT NAME="Java_SHH2" MODULE="ganymed-ssh2.jar" REQUIRED="true"/&amp;gt;
&lt;BR /&gt; &amp;lt;/IMPORTS&amp;gt;
&lt;BR /&gt; &amp;lt;/CODEGENERATION&amp;gt;
&lt;BR /&gt;still on running this customized component, i get this error:
&lt;BR /&gt;ch cannot be resolved to a type for this line:
&lt;BR /&gt;ch.ethz.ssh2.Connection conn_tTeradataFastExport_1 = new ch.ethz.ssh2.Connection("xxxxxxxxx", "00");
&lt;BR /&gt;can anyone provide pointers on this. I guess, this error is because of jar file.
&lt;BR /&gt; Am I missing something else.
&lt;BR /&gt;Regards
&lt;BR /&gt;Manisha</description>
      <pubDate>Thu, 19 Jan 2012 14:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-modify-source-code-of-a-component/m-p/2349050#M116076</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-01-19T14:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify source code of a component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-modify-source-code-of-a-component/m-p/2349051#M116077</link>
      <description>Hi
&lt;BR /&gt;I have merged functionalities of tTeradataFastExport , tSCP, tSSH components for some purpose.
&lt;BR /&gt;In xml of tTeradataFastExport for referring ganymed-ssh2.jar, added following lines:
&lt;BR /&gt; &amp;lt;CODEGENERATION&amp;gt;
&lt;BR /&gt; &amp;lt;IMPORTS&amp;gt;
&lt;BR /&gt; &amp;lt;IMPORT NAME="Java_SHH2" MODULE="ganymed-ssh2.jar" REQUIRED="true"/&amp;gt;
&lt;BR /&gt; &amp;lt;/IMPORTS&amp;gt;
&lt;BR /&gt; &amp;lt;/CODEGENERATION&amp;gt;
&lt;BR /&gt;still on running this customized component, i get this error:
&lt;BR /&gt;ch cannot be resolved to a type for this line:
&lt;BR /&gt;ch.ethz.ssh2.Connection conn_tTeradataFastExport_1 = new ch.ethz.ssh2.Connection("xxxxxxxxx", "00");
&lt;BR /&gt;can anyone provide pointers on this. I guess, this error is because of jar file.
&lt;BR /&gt; Am I missing something else.
&lt;BR /&gt;Regards
&lt;BR /&gt;Manisha</description>
      <pubDate>Thu, 19 Jan 2012 14:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-modify-source-code-of-a-component/m-p/2349051#M116077</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-01-19T14:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify source code of a component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-modify-source-code-of-a-component/m-p/2349052#M116078</link>
      <description>Hi
&lt;BR /&gt;I have merged functionalities of tTeradataFastExport , tSCP, tSSH components for some purpose.
&lt;BR /&gt;In xml of tTeradataFastExport for referring ganymed-ssh2.jar, added following lines:
&lt;BR /&gt; &amp;lt;CODEGENERATION&amp;gt;
&lt;BR /&gt; &amp;lt;IMPORTS&amp;gt;
&lt;BR /&gt; &amp;lt;IMPORT NAME="Java_SHH2" MODULE="ganymed-ssh2.jar" REQUIRED="true"/&amp;gt;
&lt;BR /&gt; &amp;lt;/IMPORTS&amp;gt;
&lt;BR /&gt; &amp;lt;/CODEGENERATION&amp;gt;
&lt;BR /&gt;still on running this customized component, i get this error:
&lt;BR /&gt;ch cannot be resolved to a type for this line:
&lt;BR /&gt;ch.ethz.ssh2.Connection conn_tTeradataFastExport_1 = new ch.ethz.ssh2.Connection("xxxxxxxxx", "00");
&lt;BR /&gt;can anyone provide pointers on this. I guess, this error is because of jar file.
&lt;BR /&gt; Am I missing something else.
&lt;BR /&gt;Regards
&lt;BR /&gt;Manisha</description>
      <pubDate>Thu, 19 Jan 2012 14:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-modify-source-code-of-a-component/m-p/2349052#M116078</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-01-19T14:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify source code of a component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-modify-source-code-of-a-component/m-p/2349053#M116079</link>
      <description>Hi
&lt;BR /&gt;I have merged functionalities of tTeradataFastExport , tSCP, tSSH components for some purpose.
&lt;BR /&gt;In xml of tTeradataFastExport for referring ganymed-ssh2.jar, added following lines:
&lt;BR /&gt; &amp;lt;CODEGENERATION&amp;gt;
&lt;BR /&gt; &amp;lt;IMPORTS&amp;gt;
&lt;BR /&gt; &amp;lt;IMPORT NAME="Java_SHH2" MODULE="ganymed-ssh2.jar" REQUIRED="true"/&amp;gt;
&lt;BR /&gt; &amp;lt;/IMPORTS&amp;gt;
&lt;BR /&gt; &amp;lt;/CODEGENERATION&amp;gt;
&lt;BR /&gt;still on running this customized component, i get this error:
&lt;BR /&gt;ch cannot be resolved to a type for this line:
&lt;BR /&gt;ch.ethz.ssh2.Connection conn_tTeradataFastExport_1 = new ch.ethz.ssh2.Connection("xxxxxxxxx", "00");
&lt;BR /&gt;can anyone provide pointers on this. I guess, this error is because of jar file.
&lt;BR /&gt; Am I missing something else.
&lt;BR /&gt;Regards
&lt;BR /&gt;Manisha</description>
      <pubDate>Thu, 19 Jan 2012 14:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-modify-source-code-of-a-component/m-p/2349053#M116079</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-01-19T14:27:39Z</dc:date>
    </item>
  </channel>
</rss>

