<?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: Custom Components (javajet) - Import Jar from Component Folder in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Custom-Components-javajet-Import-Jar-from-Component-Folder/m-p/2235140#M24267</link>
    <description>&lt;P&gt;Actually this MVN attribute is not a dummy. This is the location where the lib should be located.&lt;/P&gt;
&lt;P&gt;My problem with it is: the studio itself put the lib at this place (without knowing this attribute) and therefor it is a bit strange the developer has to know where the lib will be copied by the studio.&lt;/P&gt;
&lt;P&gt;I would understand if the studio would take the MVN attribute as command where to copy the lib to the maven repo or even better where to find it (with updating the maven repo with the standard maven update method).&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2019 20:25:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-11-27T20:25:46Z</dc:date>
    <item>
      <title>Custom Components (javajet) - Import Jar from Component Folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-Components-javajet-Import-Jar-from-Component-Folder/m-p/2235134#M24261</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;i found a potential bug in Talend version 7.2.1 with the classic javajet custom components (same result with TOS-ESB-7.3.1M).&lt;/P&gt; 
&lt;P&gt;Up to and including version 7.1.1, Custom Components could include JAR files in the Component folder. These were then referenced in the XML by &amp;lt;Import&amp;gt; Tags.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This option does not seem to work anymore in version 7.2.1.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Example Configuration :&lt;/P&gt; 
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;COMPONENT&amp;gt;
...	
	&amp;lt;/ADVANCED_PARAMETERS&amp;gt;
	&amp;lt;CODEGENERATION&amp;gt;
		&amp;lt;IMPORTS&amp;gt;
            &amp;lt;IMPORT NAME="slf4j-api-1.7.21.jar" MODULE="slf4j-api-1.7.21.jar" REQUIRED="true"/&amp;gt;
            &amp;lt;IMPORT NAME="logback-core-1.1.7" MODULE="logback-core-1.1.7.jar" REQUIRED_IF="TYPE == 'LOGBACK'"/&amp;gt;
            &amp;lt;IMPORT NAME="logback-classic-1.1.7" MODULE="logback-classic-1.1.7.jar" REQUIRED_IF="TYPE == 'LOGBACK'"/&amp;gt;
            &amp;lt;IMPORT NAME="log4j-over-slf4j-1.7.21.jar" MODULE="log4j-over-slf4j-1.7.21.jar" REQUIRED_IF="LOG4J_OVER_SLF4J_ENABLED == 'true'"/&amp;gt;
            &amp;lt;IMPORT NAME="jul-to-slf4j-1.7.21" MODULE="jul-to-slf4j-1.7.21.jar"  REQUIRED="true" /&amp;gt;
            &amp;lt;IMPORT NAME="jcl-over-slf4j-1.7.21" MODULE="jcl-over-slf4j-1.7.21.jar" REQUIRED="true" /&amp;gt;
	    &amp;lt;IMPORT NAME="slf4j-simple-1.7.21" MODULE="slf4j-simple-1.7.21.jar"  REQUIRED_IF="TYPE == 'SIMPLE'" /&amp;gt;
	&amp;lt;/IMPORTS&amp;gt;
	&amp;lt;/CODEGENERATION&amp;gt;
	&amp;lt;RETURNS&amp;gt;
	&amp;lt;/RETURNS&amp;gt;
&amp;lt;/COMPONENT&amp;gt;&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Example TOS-ESB-7.1.1:&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TOS-7.1.1.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7F5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156343i160C58C99715C5C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7F5.png" alt="0683p000009M7F5.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Example TOS-ESB-7.1.1:&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TOS-7.2.1.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7FY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150566i4712F500DFA2BA26/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7FY.png" alt="0683p000009M7FY.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Component Folder (used same folder for 7.1.1 and 7.2.1):&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="folder.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M7Bw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139821i22AF906527251EBE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M7Bw.png" alt="0683p000009M7Bw.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The error can also be reproduced with common Talend Exchange Components&amp;nbsp; like &lt;A href="https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F542&amp;amp;pi=marketplace%252F1%252Fproducts%252F542%252Fitems%252F2810" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;tFileExcel-Components 11.0 by Jan Lolling&lt;/A&gt;.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best Regards&lt;/P&gt; 
&lt;P&gt;Uli&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-Components-javajet-Import-Jar-from-Component-Folder/m-p/2235134#M24261</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Components (javajet) - Import Jar from Component Folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-Components-javajet-Import-Jar-from-Component-Folder/m-p/2235135#M24262</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;It seems V 7.2 is not list in this exchange component compatibility table.&lt;/P&gt;
&lt;DIV class="title"&gt;Compatibility&lt;/DIV&gt;
&lt;DIV class="widgetList"&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class="gwt-Label"&gt;7.1&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class="gwt-Label"&gt;7.0&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class="gwt-Label"&gt;6.5&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class="gwt-Label"&gt;6.4&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class="gwt-Label"&gt;6.3&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class="gwt-Label"&gt;6.2&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class="gwt-Label"&gt;6.1&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 10 Sep 2019 08:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-Components-javajet-Import-Jar-from-Component-Folder/m-p/2235135#M24262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-10T08:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Components (javajet) - Import Jar from Component Folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-Components-javajet-Import-Jar-from-Component-Folder/m-p/2235136#M24263</link>
      <description>&lt;P&gt;Hello Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;Does this mean that exchange components will be not supported in Talend 7.2 and further versions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Uli&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 07:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-Components-javajet-Import-Jar-from-Component-Folder/m-p/2235136#M24263</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-11T07:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Components (javajet) - Import Jar from Component Folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-Components-javajet-Import-Jar-from-Component-Folder/m-p/2235137#M24264</link>
      <description>&lt;P&gt;Hello Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it is interesting for all developers of custom components based on the javajet engine to see if it is still supported.&lt;/P&gt;&lt;P&gt;Does this mean that exchange components (javajet) will be not supported in Talend 7.2 and further versions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Uli&lt;/P&gt;</description>
      <pubDate>Sat, 14 Sep 2019 11:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-Components-javajet-Import-Jar-from-Component-Folder/m-p/2235137#M24264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-14T11:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Components (javajet) - Import Jar from Component Folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-Components-javajet-Import-Jar-from-Component-Folder/m-p/2235138#M24265</link>
      <description>&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Hello Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you didn't answer my last question:&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;I think it is interesting for all developers of custom components based on the javajet engine to see if it is still supported.&lt;/P&gt;&lt;P&gt;Does this mean that exchange components (javajet) will be not supported in Talend 7.2 and further versions?&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Uli&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 Nov 2019 08:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-Components-javajet-Import-Jar-from-Component-Folder/m-p/2235138#M24265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-27T08:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Components (javajet) - Import Jar from Component Folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-Components-javajet-Import-Jar-from-Component-Folder/m-p/2235139#M24266</link>
      <description>&lt;P&gt;I solved the problem by checking the changes from Jan Lolling (&lt;A href="https://github.com/jlolling" target="_self" rel="nofollow noopener noreferrer"&gt;jlolling@github&lt;/A&gt;) in this components.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKk8AAG"&gt;@lli&lt;/A&gt;Thank you very much.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The trick is to set a "pseudo" Maven attribute.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For example:&lt;/P&gt; 
&lt;PRE&gt;&amp;lt;!-- wrong --&amp;gt;
&amp;lt;IMPORT NAME="commons-pool2" MODULE="commons-pool2-2.4.2.jar" REQUIRED="true" /&amp;gt;

&amp;lt;!-- right --&amp;gt;
&amp;lt;IMPORT NAME="commons-pool2" MODULE="commons-pool2-2.4.2.jar" MVN="mvn:org.talend.libraries/commons-pool2-2.4.2/20191127" REQUIRED="true"/&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Nov 2019 14:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-Components-javajet-Import-Jar-from-Component-Folder/m-p/2235139#M24266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-27T14:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Components (javajet) - Import Jar from Component Folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Custom-Components-javajet-Import-Jar-from-Component-Folder/m-p/2235140#M24267</link>
      <description>&lt;P&gt;Actually this MVN attribute is not a dummy. This is the location where the lib should be located.&lt;/P&gt;
&lt;P&gt;My problem with it is: the studio itself put the lib at this place (without knowing this attribute) and therefor it is a bit strange the developer has to know where the lib will be copied by the studio.&lt;/P&gt;
&lt;P&gt;I would understand if the studio would take the MVN attribute as command where to copy the lib to the maven repo or even better where to find it (with updating the maven repo with the standard maven update method).&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 20:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Custom-Components-javajet-Import-Jar-from-Component-Folder/m-p/2235140#M24267</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-27T20:25:46Z</dc:date>
    </item>
  </channel>
</rss>

