<?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: tWebService NoClassDefFoundError JAXBUtils in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279278#M54504</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Did you successfully install module cxf-tools-common-3.2.6.jar file for tWebService component in your studio?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Wed, 28 Nov 2018 09:43:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-28T09:43:54Z</dc:date>
    <item>
      <title>tWebService NoClassDefFoundError JAXBUtils</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279275#M54501</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have been trying to make a connection to a webservice with the tWebService component but to no avail. I can access the list of operations and select one, then add the input variables and then the output one, but I am getting this error all the time:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/cxf/tools/util/JAXBUtils
	at org.talend.webservice.helper.ServiceInvokerHelper.&amp;lt;init&amp;gt;(ServiceInvokerHelper.java:119)
	at org.talend.webservice.helper.ServiceInvokerHelper.&amp;lt;init&amp;gt;(ServiceInvokerHelper.java:103)
	at org.talend.webservice.helper.ServiceInvokerHelper.&amp;lt;init&amp;gt;(ServiceInvokerHelper.java:99)
	at wave.test_0_1.Test.tFixedFlowInput_1Process(Test.java:814)
	at wave.test_0_1.Test.runJobInTOS(Test.java:1369)
	at wave.test_0_1.Test.main(Test.java:1220)
Caused by: java.lang.ClassNotFoundException: org.apache.cxf.tools.util.JAXBUtils
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	... 6 more
[statistics] disconnected&lt;/PRE&gt; 
&lt;P&gt;I have attached 4 screenshots with the very simple example that I am trying to do.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;BR /&gt;JNanin&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 16:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279275#M54501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-27T16:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService NoClassDefFoundError JAXBUtils</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279276#M54502</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are you using JDK 1.8?&lt;/P&gt;
&lt;P&gt;The tWebservice works with cxf.jar, and cxf must work with JDK.(not JRE).&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>Wed, 28 Nov 2018 06:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279276#M54502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-28T06:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService NoClassDefFoundError JAXBUtils</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279277#M54503</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;BR /&gt;&lt;BR /&gt;Is it just adding -vm C:\Program Files\Java\jdk1.8.0_181\bin to the ini file,right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is just that, I have added it already and it is still giving the same error.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;JNanin&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 08:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279277#M54503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-28T08:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService NoClassDefFoundError JAXBUtils</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279278#M54504</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Did you successfully install module cxf-tools-common-3.2.6.jar file for tWebService component in your studio?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 09:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279278#M54504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-28T09:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService NoClassDefFoundError JAXBUtils</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279279#M54505</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="shortdesc"&gt;&lt;SPAN class="keyword"&gt;Talend Studio&lt;/SPAN&gt; requires specific third-party Java libraries or database drivers (&lt;SPAN class="ph filepath"&gt;.jar&lt;/SPAN&gt; files) to be installed to connect to sources and targets. &lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="shortdesc"&gt;For more information, please refer to this online documentation about:&lt;A title="TalendHelpCenter:Installing external modules" href="https://help.talend.com/reader/sKKsqRxqdEVwX9AZgzhPdw/_lKdvLa6JRgmp~AuEy26_w" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Installing external modules&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="shortdesc"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="shortdesc"&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 09:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279279#M54505</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-28T09:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService NoClassDefFoundError JAXBUtils</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279280#M54506</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for the help. As far as I know, the modules are installed correctly.&amp;nbsp;&lt;BR /&gt;Here it is a print of the modules installed for the tWebService&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Modules.jpg" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M19h.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129928i9EFD9506A1D23AA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M19h.jpg" alt="0683p000009M19h.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;JNanin&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 10:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279280#M54506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-28T10:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService NoClassDefFoundError JAXBUtils</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279281#M54507</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please clarify in which Talend version/edition you are? I cannot repro this issue on talend open studio for data integration V 7.1.1.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Have you tried to restart your studio to see if it works?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 08:10:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279281#M54507</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-29T08:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService NoClassDefFoundError JAXBUtils</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279282#M54508</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was using the 7.0. I have downloaded the latest version and I am going to import the job, let´s see if that fixes the problem. I´ll tell you something in a bit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;JNanin&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 08:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279282#M54508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-29T08:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService NoClassDefFoundError JAXBUtils</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279283#M54509</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Don't hesitate to post your issue on forum.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 08:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279283#M54509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-29T08:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService NoClassDefFoundError JAXBUtils</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279284#M54510</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It took me a while but it is finally working. I don´t know if the problem was on the 7.0 version or if something got corrupted, but now I have finally managed to make the connection.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you a lot for the help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;JNanin&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 12:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279284#M54510</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-29T12:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService NoClassDefFoundError JAXBUtils</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279285#M54511</link>
      <description>&lt;P&gt;Hello JNanin,&lt;/P&gt;
&lt;P&gt;Which solution is OK with you? Did you install talend open studio v 7.1.1 to get it work? Or just re-start your studio 7.0?&lt;/P&gt;
&lt;P&gt;Thanks for your information.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 15:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279285#M54511</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-29T15:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService NoClassDefFoundError JAXBUtils</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279286#M54512</link>
      <description>&lt;P&gt;Hello Sabrina,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure what fixed it, if the update to the 7.1 version, or if I had something corrupted on the 7.0 from when I set it up and I didn't do the same error when setting up the 7.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;JNanin&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 15:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279286#M54512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-29T15:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: tWebService NoClassDefFoundError JAXBUtils</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279287#M54513</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;We note it and feel free to let us know if this issue repro again from your side.&lt;/P&gt; 
&lt;P&gt;Thanks for your prompt reply.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 15:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebService-NoClassDefFoundError-JAXBUtils/m-p/2279287#M54513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-29T15:28:01Z</dc:date>
    </item>
  </channel>
</rss>

