<?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 Maven Spring MVC Web app - cannot find Talend package in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Maven-Spring-MVC-Web-app-cannot-find-Talend-package/m-p/2313514#M84356</link>
    <description>&lt;P&gt;Greetings,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I was able to successfully build a java Web app&amp;nbsp;in Eclipse that calls Talend jobs.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here is the long thread with solution:&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vClFsCAK#M114917" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Is-it-possible-to-call-a-Master-Talend-job-calls-4-child-jobs/m-p/209428#M114917&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Because of our java development standards and need for user form validation, error checking, etc, I built a Web app using Spring Maven MVC framework. The use case and requirements are the same as the previous Web app (build a Web app for users to call a Master Talend job that calls 4 child jobs on an adhoc basis).&amp;nbsp; Everything worked - validation/error checking of user input from the form page, embedded Tomcat server, etc.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I&lt;SPAN&gt;&amp;nbsp;then loaded all the required Talend jars into the webapp\&lt;/SPAN&gt;&lt;SPAN&gt;WEB-INF\lib folder (exactly like I did with the previous Web app).&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I ran ran a successful Maven clean install. But running the embedded Tomcat (version 7.2.2) produced this error:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;[ERROR] COMPILATION ERROR :&lt;BR /&gt;C:\Documents\TalendAdHoc\src\main\java\com\validator\UserValidator.java:[13] error: package talenddev1.job_gl_master_ad_hoc_0_3 does not exist&lt;BR /&gt;[ERROR] C:\Documents\TalendAdHoc\src\main\java\com\validator\UserValidator.java:[141,7] error: cannot find symbol.&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Googling the issue did not help. I then then experimented and loaded the jars into other folders, but still got the same error.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I realize this issue may not be related to Talend, but has anyone built a Web app using Maven/Spring and encountered this type of error? I'm not sure if it is related to Maven/Spring or not. I do know I was successful building the Web app outside of Maven/Spring.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is it necessary to include Talend ESB as a possible solution?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jan 2020 18:02:59 GMT</pubDate>
    <dc:creator>elkhounds</dc:creator>
    <dc:date>2020-01-22T18:02:59Z</dc:date>
    <item>
      <title>Maven Spring MVC Web app - cannot find Talend package</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Maven-Spring-MVC-Web-app-cannot-find-Talend-package/m-p/2313514#M84356</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I was able to successfully build a java Web app&amp;nbsp;in Eclipse that calls Talend jobs.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here is the long thread with solution:&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vClFsCAK#M114917" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Is-it-possible-to-call-a-Master-Talend-job-calls-4-child-jobs/m-p/209428#M114917&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Because of our java development standards and need for user form validation, error checking, etc, I built a Web app using Spring Maven MVC framework. The use case and requirements are the same as the previous Web app (build a Web app for users to call a Master Talend job that calls 4 child jobs on an adhoc basis).&amp;nbsp; Everything worked - validation/error checking of user input from the form page, embedded Tomcat server, etc.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I&lt;SPAN&gt;&amp;nbsp;then loaded all the required Talend jars into the webapp\&lt;/SPAN&gt;&lt;SPAN&gt;WEB-INF\lib folder (exactly like I did with the previous Web app).&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I ran ran a successful Maven clean install. But running the embedded Tomcat (version 7.2.2) produced this error:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;[ERROR] COMPILATION ERROR :&lt;BR /&gt;C:\Documents\TalendAdHoc\src\main\java\com\validator\UserValidator.java:[13] error: package talenddev1.job_gl_master_ad_hoc_0_3 does not exist&lt;BR /&gt;[ERROR] C:\Documents\TalendAdHoc\src\main\java\com\validator\UserValidator.java:[141,7] error: cannot find symbol.&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Googling the issue did not help. I then then experimented and loaded the jars into other folders, but still got the same error.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I realize this issue may not be related to Talend, but has anyone built a Web app using Maven/Spring and encountered this type of error? I'm not sure if it is related to Maven/Spring or not. I do know I was successful building the Web app outside of Maven/Spring.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is it necessary to include Talend ESB as a possible solution?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 18:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Maven-Spring-MVC-Web-app-cannot-find-Talend-package/m-p/2313514#M84356</guid>
      <dc:creator>elkhounds</dc:creator>
      <dc:date>2020-01-22T18:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Maven Spring MVC Web app - cannot find Talend package</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Maven-Spring-MVC-Web-app-cannot-find-Talend-package/m-p/2313515#M84357</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPVLAA4"&gt;@elkhounds&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Sorry about the delay in getting back to you, I was out of the office last week. The first thing that comes to mind here is, are you using a maven repository to store your artefacts (jobs)? If not, that is likely the reason for this problem. If this is to follow your company's development standards, I imagine that they have an artefact repository for artefacts that they build themselves.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is almost certainly not an issue with Talend, so I would recommend speaking with one of your colleagues who is maybe a little bit more familiar with the process that is required. I imagine they will be able to see what is missing if they can actually have a look at what you have and what you are trying to do&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 12:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Maven-Spring-MVC-Web-app-cannot-find-Talend-package/m-p/2313515#M84357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-27T12:50:54Z</dc:date>
    </item>
  </channel>
</rss>

