<?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: Not able to build talend Routes as Spring-Boot Micro-services. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369747#M132863</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMqHAAW" target="_self"&gt;@apoltavtsev&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I have used the same dependencies as you mentioned :&amp;nbsp;&lt;STRONG&gt;camel-jaxb-2.17.6.jar &lt;/STRONG&gt;and&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;camel-jackson-alldep-2.17.6.jar.&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;But still the same problem.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2018 04:34:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-27T04:34:16Z</dc:date>
    <item>
      <title>Not able to build talend Routes as Spring-Boot Micro-services.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369743#M132859</link>
      <description>&lt;P&gt;I have made a simple talend Route which exposes a GET endpoint to get the list of customers.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am following&amp;nbsp;&lt;A href="https://help.talend.com/reader/lOdTKH~QuvYom1PHUXq4Qg/FDXkFcEIKhexHJxgC_eV6g" target="_self" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/lOdTKH~QuvYom1PHUXq4Qg/FDXkFcEIKhexHJxgC_eV6g&lt;/A&gt;&amp;nbsp;link. I am able to get the output till step 10 ( as shown in tutorial).&lt;/P&gt; 
&lt;P&gt;When i try to export the Route as a spring-boot microservice , i am getting an exception :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;`Detail Message: The type org.springframework.context.ApplicationContextAware cannot be resolved. It is indirectly referenced from required .class files`&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried importing different versions of spring-context, but no luck so far.&lt;/P&gt; 
&lt;P&gt;Any help is highly appreciated.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369743#M132859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to build talend Routes as Spring-Boot Micro-services.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369744#M132860</link>
      <description>&lt;P&gt;Which version of studio are you using?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 03:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369744#M132860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-21T03:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to build talend Routes as Spring-Boot Micro-services.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369745#M132861</link>
      <description>&lt;P&gt;I am using Talend Data Fabric 6.4.1&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 04:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369745#M132861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-22T04:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to build talend Routes as Spring-Boot Micro-services.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369746#M132862</link>
      <description>&lt;P&gt;I see that Tutorial&amp;nbsp;operates with &lt;STRONG&gt;old&amp;nbsp;"camel-jaxb-2.16.3.jar" and "camel-jackson-alldep-2.16.3.jar" dependencies&lt;/STRONG&gt;&amp;nbsp;(have a look to cConfig configuration from Tutorial) but Studio 6.4.1 is based on Camel 2.17.6 . In this case generated MS package contains multiple versions of the same Camel libraries and corresponding Third-Party dependencies. Dublicated libraries (with different versions)&amp;nbsp; become "visible" by the same class loader. This is why we have described issue (and potentionally can have a lot of similar problems).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have followed this tutorial with &lt;STRONG&gt;correct camel dependencies - "camel-jaxb-2.17.6.jar" and "camel-jackson-alldep-2.17.6.jar"&lt;/STRONG&gt; ( &lt;A href="https://talend-update.talend.com/nexus/content/repositories/libraries/org/talend/libraries/camel-jackson-alldep-2.17.6/6.0.0" target="_blank" rel="nofollow noopener noreferrer"&gt;https://talend-update.talend.com/nexus/content/repositories/libraries/org/talend/libraries/camel-jackson-alldep-2.17.6/6.0.0&lt;/A&gt; ) - it works fine (MS package was built and executed correctly).&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 17:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369746#M132862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-22T17:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to build talend Routes as Spring-Boot Micro-services.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369747#M132863</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMqHAAW" target="_self"&gt;@apoltavtsev&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I have used the same dependencies as you mentioned :&amp;nbsp;&lt;STRONG&gt;camel-jaxb-2.17.6.jar &lt;/STRONG&gt;and&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;camel-jackson-alldep-2.17.6.jar.&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;But still the same problem.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 04:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369747#M132863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-27T04:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to build talend Routes as Spring-Boot Micro-services.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369748#M132864</link>
      <description>&lt;P&gt;Try&amp;nbsp;please this Route which is based on current Tutorial (created using Talend Studio 6.4.1&amp;nbsp;with "Fabric" license).&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsCH"&gt;LOCAL_PROJECT.ZIP&lt;/A&gt;</description>
      <pubDate>Tue, 27 Feb 2018 06:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369748#M132864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-27T06:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to build talend Routes as Spring-Boot Micro-services.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369749#M132865</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMqHAAW" target="_self"&gt;@apoltavtsev&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; Can you please send me the link to the latest tutorial&amp;nbsp;which you tried ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 08:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369749#M132865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-27T08:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to build talend Routes as Spring-Boot Micro-services.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369750#M132866</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMqHAAW" target="_self"&gt;@apoltavtsev&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;I downloaded the zip file that you sent , but on building&amp;nbsp;route&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;i am getting errors like&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; 1.&amp;nbsp; Detail Message: The type org.springframework.beans.factory.DisposableBean cannot be resolved.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;OR&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; 2.&amp;nbsp; Detail Message: org.apache.camel.spring.boot cannot be resolved to a type.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 08:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369750#M132866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-27T08:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to build talend Routes as Spring-Boot Micro-services.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369751#M132867</link>
      <description>&lt;P&gt;Link is the same&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 12:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369751#M132867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-27T12:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to build talend Routes as Spring-Boot Micro-services.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369752#M132868</link>
      <description>&lt;P&gt;You can try to switch to empty project (File -&amp;gt; Switch Project or workspace ). And import / build this Route (I have added missing beans which was not included to previous *.zip).&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsHl"&gt;Tutorial.ZIP&lt;/A&gt;</description>
      <pubDate>Tue, 27 Feb 2018 13:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369752#M132868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-27T13:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to build talend Routes as Spring-Boot Micro-services.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369753#M132869</link>
      <description>&lt;P&gt;Besides, it is necessary to simplify and mimimize path to Studio installation (to avoid issues with Windows file name limitations).&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 14:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-build-talend-Routes-as-Spring-Boot-Micro-services/m-p/2369753#M132869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-27T14:15:27Z</dc:date>
    </item>
  </channel>
</rss>

