<?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>article Qlik Talend Data Integration: Getting error ' javax.ws.rs.client cannot be resolved to a type' after updating to v8-R2025-01/02 in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Data-Integration-Getting-error-javax-ws-rs-client/ta-p/2510094</link>
    <description>&lt;P&gt;After upgrading to v8-R2025-01/02, a Talend Job containing both tRest and tRestClient components encounters an error as shown below:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;- javax.ws.rs.client cannot be resolved to a type&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;- The type javax.ws.rs.client.ClientBuilder cannot be resolved. It is indirectly referenced from required type org.glassfish.jersey.client.JerseyClientBuilder&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;- javax.ws.rs.client.WebTarget cannot be resolved to a type&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;- javax.ws.rs.core.Response cannot be resolved to a type&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;- &amp;nbsp;javax.ws.rs.client.Invocation cannot be resolved to a type&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;- &amp;nbsp;javax.ws.rs.WebApplicationException cannot be resolved to a type&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Cause&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;When tRest and tRestClient components are used together within a Job, a conflict arises in the implementation of the Rest API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;To resolve this issue, a temporary workaround as shown below is to use tLibraryLoad to load external jar files in the beginning of Job:&lt;BR /&gt;tPrejob --onComponentOK-&amp;gt; tLibrary (javax.ws.rs-api-2.1.jar) --onComponentOK-&amp;gt; tLibrary (javax.annotation-api-1.3.2.jar)&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&amp;nbsp;If the aforementioned workaround proves effective, kindly remember to remove the tLibraryLoad components after installing the Studio v8-R2025-03 patch.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Alternatively, apply the Studio v8-R2025-03 patch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Data-Integration-tRest-post-failed-because-of-size/ta-p/2509156" target="_self"&gt;&lt;SPAN&gt;Qlik Talend Data Integration: tRest post failed because of size limitation (Transfer-Encoding: chunked) from API&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Internal Investigation ID(s)&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;QTDI-1208&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;QTDI-1300&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Talend Data Integration" id="qlik_TalendDataIntegration"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;8.0.1&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 18 Mar 2025 00:37:26 GMT</pubDate>
    <dc:creator>wei_guo</dc:creator>
    <dc:date>2025-03-18T00:37:26Z</dc:date>
    <item>
      <title>Qlik Talend Data Integration: Getting error ' javax.ws.rs.client cannot be resolved to a type' after updating to v8-R2025-01/02</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Data-Integration-Getting-error-javax-ws-rs-client/ta-p/2510094</link>
      <description>&lt;P&gt;After upgrading to v8-R2025-01/02, a Talend Job containing both tRest and tRestClient components encounters an error as shown below:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;- javax.ws.rs.client cannot be resolved to a type&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;- The type javax.ws.rs.client.ClientBuilder cannot be resolved. It is indirectly referenced from required type org.glassfish.jersey.client.JerseyClientBuilder&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;- javax.ws.rs.client.WebTarget cannot be resolved to a type&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;- javax.ws.rs.core.Response cannot be resolved to a type&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;- &amp;nbsp;javax.ws.rs.client.Invocation cannot be resolved to a type&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;- &amp;nbsp;javax.ws.rs.WebApplicationException cannot be resolved to a type&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Cause&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;When tRest and tRestClient components are used together within a Job, a conflict arises in the implementation of the Rest API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;To resolve this issue, a temporary workaround as shown below is to use tLibraryLoad to load external jar files in the beginning of Job:&lt;BR /&gt;tPrejob --onComponentOK-&amp;gt; tLibrary (javax.ws.rs-api-2.1.jar) --onComponentOK-&amp;gt; tLibrary (javax.annotation-api-1.3.2.jar)&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&amp;nbsp;If the aforementioned workaround proves effective, kindly remember to remove the tLibraryLoad components after installing the Studio v8-R2025-03 patch.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Alternatively, apply the Studio v8-R2025-03 patch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Related Content&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Data-Integration-tRest-post-failed-because-of-size/ta-p/2509156" target="_self"&gt;&lt;SPAN&gt;Qlik Talend Data Integration: tRest post failed because of size limitation (Transfer-Encoding: chunked) from API&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Internal Investigation ID(s)&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;QTDI-1208&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;QTDI-1300&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Talend Data Integration" id="qlik_TalendDataIntegration"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;8.0.1&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 18 Mar 2025 00:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Talend-Data-Integration-Getting-error-javax-ws-rs-client/ta-p/2510094</guid>
      <dc:creator>wei_guo</dc:creator>
      <dc:date>2025-03-18T00:37:26Z</dc:date>
    </item>
  </channel>
</rss>

