<?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 manually import libaries into Talend Open Studio 6.3? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-manually-import-libaries-into-Talend-Open-Studio-6-3/m-p/2303702#M75549</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What's external libraries are you trying to replace? Is it possible for you to use talend latest released build version to overcome it?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Nov 2020 03:34:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-05T03:34:50Z</dc:date>
    <item>
      <title>How to manually import libaries into Talend Open Studio 6.3?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-manually-import-libaries-into-Talend-Open-Studio-6-3/m-p/2303699#M75546</link>
      <description>&lt;P&gt;In the earlier versions of TOS Data Integrator, there is this folder /configuration/lib/java where we can place the external libaries like db drivers, MQ drivers, etc. However, the later versions don't have that folder, instead it appears to be it comes with some of the standard drivers and it's not clear to me how the libaries are maintained. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use TOS 6.3 and I don't find this /configuration/lib/java folder. It appears to be TOS 6.3 comes with some drivers, for example, MQ 8.x drivers. I want to replace that with another version. How can I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appareciate your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2020 19:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-manually-import-libaries-into-Talend-Open-Studio-6-3/m-p/2303699#M75546</guid>
      <dc:creator>Ineedtalend</dc:creator>
      <dc:date>2020-10-31T19:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to manually import libaries into Talend Open Studio 6.3?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-manually-import-libaries-into-Talend-Open-Studio-6-3/m-p/2303700#M75547</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;As of 6.x, you can find the libraries under {Talend_home}\studio\configuration\&lt;B&gt;&lt;I&gt;.m2\repository\org\talend\libraries&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Before 6.x, user can find the libraries under {Talend_home}\studio\configuration\&lt;B&gt;&lt;I&gt;lib\java&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;As of 6.x, the folder lib\java is not created during the install. However if the folder is created it will also be used by Talend. For instance, some customers might still be using SVN for library management and still using the lib\java folder while they are planning the move to Nexus artifact repository.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If both, &lt;B&gt;&lt;I&gt;.m2\repository\org\talend\libraries&lt;/I&gt;&lt;/B&gt; folder and&lt;B&gt;&lt;I&gt; lib\java&lt;/I&gt;&lt;/B&gt; folder, are present Talend will look first in the &lt;B&gt;&lt;I&gt;.m2\repository\org\talend\libraries&lt;/I&gt;&lt;/B&gt; folder and if it cannot find the jar there then it will look in the &lt;B&gt;&lt;I&gt;lib\java&lt;/I&gt;&lt;/B&gt; folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you able to load the jar successfully when using tLibraryLoad component?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 03:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-manually-import-libaries-into-Talend-Open-Studio-6-3/m-p/2303700#M75547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-02T03:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to manually import libaries into Talend Open Studio 6.3?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-manually-import-libaries-into-Talend-Open-Studio-6-3/m-p/2303701#M75548</link>
      <description>&lt;P&gt;Thanks Sabrina.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I place the jars in \configuration\lib\java,  I can see them in the tLibraryLoad dropdown. However, it also lists the jars listed under \org\talend\libraries. I think, it's because the xxxxxx_java.xml (e.g. tMomOutput_java.xml) file under \plugin\...\components\ has reference to the libaries in Maven (e.g. MVN="mvn:org.talend.libraries/com.ibm.mq-8.0.0.4/6.0.0"). &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it safe to remove this Maven reference in all related components' (e.g. all tMomxxx components) xxxxxx_java.xml file (and keep the jars in \configuration\lib\java)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I replace the jars with a different version, I don't want to leave the ones that came with the install as this will causes issues.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 03:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-manually-import-libaries-into-Talend-Open-Studio-6-3/m-p/2303701#M75548</guid>
      <dc:creator>Ineedtalend</dc:creator>
      <dc:date>2020-11-03T03:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to manually import libaries into Talend Open Studio 6.3?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-manually-import-libaries-into-Talend-Open-Studio-6-3/m-p/2303702#M75549</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What's external libraries are you trying to replace? Is it possible for you to use talend latest released build version to overcome it?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 03:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-manually-import-libaries-into-Talend-Open-Studio-6-3/m-p/2303702#M75549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-05T03:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to manually import libaries into Talend Open Studio 6.3?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-manually-import-libaries-into-Talend-Open-Studio-6-3/m-p/2303703#M75550</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both TOS 6.3 ad 7.3 comes with MQ 8.x libraries. I am trying to replace that with the latest MQ library which has more jars.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 02:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-manually-import-libaries-into-Talend-Open-Studio-6-3/m-p/2303703#M75550</guid>
      <dc:creator>Ineedtalend</dc:creator>
      <dc:date>2020-11-06T02:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to manually import libaries into Talend Open Studio 6.3?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-manually-import-libaries-into-Talend-Open-Studio-6-3/m-p/2303704#M75551</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;So far, it is not get the officially supported the latest IBM MQ versions in Talend.&lt;/P&gt;&lt;P&gt;If you replace the jar version (com.ibm.mq.jar and com.ibm.mqjms.jar) to the latest MQ library, which might make your job failed.&lt;/P&gt;&lt;P&gt;Could you please create a new feature jira issue on talend bug tracker?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 04:54:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-manually-import-libaries-into-Talend-Open-Studio-6-3/m-p/2303704#M75551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-09T04:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to manually import libaries into Talend Open Studio 6.3?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-manually-import-libaries-into-Talend-Open-Studio-6-3/m-p/2303705#M75552</link>
      <description>&lt;P&gt;Sorry for my belated response xdshi. Thanks for the response. Sure, I will create the jira issue.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 23:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-manually-import-libaries-into-Talend-Open-Studio-6-3/m-p/2303705#M75552</guid>
      <dc:creator>Ineedtalend</dc:creator>
      <dc:date>2020-12-08T23:00:20Z</dc:date>
    </item>
  </channel>
</rss>

