<?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: calling a component from java code inside a tJava component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/calling-a-component-from-java-code-inside-a-tJava-component/m-p/2311527#M82558</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOKQAA4"&gt;@sankar&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have already answered your query in another post and the link for it is as below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCkKvCAK#M111806" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/globalMap-get-tLogCatcher-1-type-in-tPostJob-Component/m-p/204436#M111806&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2019 20:45:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-11T20:45:33Z</dc:date>
    <item>
      <title>calling a component from java code inside a tJava component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/calling-a-component-from-java-code-inside-a-tJava-component/m-p/2311523#M82554</link>
      <description>Hi Team,
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I have a use case where i am planning to call a talend component from a java code inside a tJava component. I have searched online to know how this could be done, but wasn't able to get anything concrete.
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Can anyone help me with this?
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Please let me know on any update needed.
&lt;BR /&gt;
&lt;BR /&gt;Thank You</description>
      <pubDate>Thu, 16 Jul 2015 21:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/calling-a-component-from-java-code-inside-a-tJava-component/m-p/2311523#M82554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-16T21:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: calling a component from java code inside a tJava component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/calling-a-component-from-java-code-inside-a-tJava-component/m-p/2311524#M82555</link>
      <description>Can you tell us what you are trying to achieve? This is a very strange request without knowing what you are trying to do. I cannot think of a single reason why this would benefit you at all. &lt;BR /&gt;However, you can look at the auto generated code that Talend produces. Maybe you can extrapolate from that.</description>
      <pubDate>Thu, 16 Jul 2015 23:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/calling-a-component-from-java-code-inside-a-tJava-component/m-p/2311524#M82555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-16T23:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: calling a component from java code inside a tJava component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/calling-a-component-from-java-code-inside-a-tJava-component/m-p/2311525#M82556</link>
      <description>Hi ,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; I have a custom java code snippet where i would like to call a component in talend within the java code.I hope this helps.&lt;BR /&gt;Also,as you suggested ,let me check to mend the code that Talend generates to include my custom code in it.&lt;BR /&gt;&lt;BR /&gt;Thank You</description>
      <pubDate>Thu, 16 Jul 2015 23:30:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/calling-a-component-from-java-code-inside-a-tJava-component/m-p/2311525#M82556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-16T23:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: calling a component from java code inside a tJava component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/calling-a-component-from-java-code-inside-a-tJava-component/m-p/2311526#M82557</link>
      <description>&lt;P&gt;I have a query like below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a joblet which stores tlogCatcher and tStatCatcher statistics into Mysql database on any Die on error or Java Exception in the job&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have another child job which takes care of sending mail in case of any failure in the job ( In this job_failureNotification&amp;nbsp; job , i am doing calling AWS SES API sending raw mail with html header , body , footer - Error log i am retrieving from Mysql database based on some condition )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;I have 14 jobs which runs sequentially one after other .I need to send notification on Job failure only . So i have tPostJob component in each and every job which takes care of calling&amp;nbsp;job_failureNotification . I should call the failureNotification job if and only if tLogCatcher_1.type='tDie' or 'tJavaException'&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Is there any way of calling using If condition of globalMap.get(tLogCatcher_1.type) in tPostJob Flow&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 19:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/calling-a-component-from-java-code-inside-a-tJava-component/m-p/2311526#M82557</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-11T19:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: calling a component from java code inside a tJava component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/calling-a-component-from-java-code-inside-a-tJava-component/m-p/2311527#M82558</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOKQAA4"&gt;@sankar&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have already answered your query in another post and the link for it is as below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCkKvCAK#M111806" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/globalMap-get-tLogCatcher-1-type-in-tPostJob-Component/m-p/204436#M111806&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 20:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/calling-a-component-from-java-code-inside-a-tJava-component/m-p/2311527#M82558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-11T20:45:33Z</dc:date>
    </item>
  </channel>
</rss>

