<?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: Karaf and ESB deploy and run - howto? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ESB-deploy-and-run-howto/m-p/2301298#M145476</link>
    <description>&lt;P&gt;in terms of deployment, I think what you have done is correct.&lt;BR /&gt;However, in the directory deploy, there must be routes or services&lt;BR /&gt;If you use the component of the integration palette, like the tFileInput ..., it is a job.&lt;BR /&gt;It is necessary to use the components of the roads (cFile for example)&lt;BR /&gt;&amp;nbsp; or services (see the creation of a service)&lt;BR /&gt;&amp;nbsp; (1st component) -&amp;gt; (last component)&lt;BR /&gt;&amp;nbsp; tRestrequest -&amp;gt; tRestResponse&lt;BR /&gt;&amp;nbsp; tESBproviderRequest -&amp;gt; tESBResponse&lt;/P&gt;&lt;P&gt;by deploying your jar in deploy, they activate automatically&lt;/P&gt;</description>
    <pubDate>Thu, 07 Sep 2017 14:40:02 GMT</pubDate>
    <dc:creator>fab_74</dc:creator>
    <dc:date>2017-09-07T14:40:02Z</dc:date>
    <item>
      <title>Karaf and ESB deploy and run - howto?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ESB-deploy-and-run-howto/m-p/2301296#M145474</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am starting to learn ESB (free version 6.4.1) and Apache Karaf.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am looking for documentation telling me how to deploy and run ESB jobs and routes inside Karaf.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have built a very simple job (tFileInput -&amp;gt; tFileOutput) in Talend ESB studio and ran it OK.&lt;/P&gt; 
&lt;P&gt;I built job as OSGI which created a JAR file.&lt;/P&gt; 
&lt;P&gt;I then executed &lt;STRONG&gt;trun&lt;/STRONG&gt; and did &lt;STRONG&gt;install -s file:C:/file/talend_job_esb.jar&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This command returned with message "Bundle ID: 243" so it looks like it may have worked (did it?).&lt;/P&gt; 
&lt;P&gt;I ran &lt;STRONG&gt;list&lt;/STRONG&gt; command in &lt;STRONG&gt;trun&lt;/STRONG&gt; and see it "&lt;STRONG&gt;active&lt;/STRONG&gt;".&lt;/P&gt; 
&lt;P&gt;I copied the jar file manually into the runtime deploy folder like so:&lt;/P&gt; 
&lt;P&gt;C:\Talend\TOS_ESB-20170623_1246-V6.4.1\Runtime_ESBSE\container\deploy&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How do I execute this JAR file from inside Karaf container?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried shell:java -jar jarfilename which does not work.&lt;/P&gt; 
&lt;P&gt;I tried using the name returned by the list command, also no joy.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am sure I am missing something here so I am looking for documentation or youtube video or a blog which shows me how to make Talend ESB jobs, routes and services work inside Karaf.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;many thanks!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ESB-deploy-and-run-howto/m-p/2301296#M145474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Karaf and ESB deploy and run - howto?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ESB-deploy-and-run-howto/m-p/2301297#M145475</link>
      <description>more, a possible partial answer to my own question: 
&lt;BR /&gt; 
&lt;BR /&gt;the JAR file appears to run if I use the trun command: start bundle-ID i.e. 
&lt;BR /&gt; 
&lt;BR /&gt;start 234 
&lt;BR /&gt; 
&lt;BR /&gt;I can see the output file is created so the jar file must run. 
&lt;BR /&gt;If I want to run it again, it looks like I have to stop it first before I start it even though the job is a simple one way task, it does not "hang around". 
&lt;BR /&gt; 
&lt;BR /&gt;stop bundle-id 
&lt;BR /&gt;start bundle-id 
&lt;BR /&gt; 
&lt;BR /&gt;Am I on right track? 
&lt;BR /&gt; 
&lt;BR /&gt;I am still looking for good documentation which explains how Karaf and Talend DI/ESB (free versions) work together and how to deploy the Routes and Jobs and Services.... 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks again 
&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Sep 2017 07:41:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ESB-deploy-and-run-howto/m-p/2301297#M145475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-06T07:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Karaf and ESB deploy and run - howto?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ESB-deploy-and-run-howto/m-p/2301298#M145476</link>
      <description>&lt;P&gt;in terms of deployment, I think what you have done is correct.&lt;BR /&gt;However, in the directory deploy, there must be routes or services&lt;BR /&gt;If you use the component of the integration palette, like the tFileInput ..., it is a job.&lt;BR /&gt;It is necessary to use the components of the roads (cFile for example)&lt;BR /&gt;&amp;nbsp; or services (see the creation of a service)&lt;BR /&gt;&amp;nbsp; (1st component) -&amp;gt; (last component)&lt;BR /&gt;&amp;nbsp; tRestrequest -&amp;gt; tRestResponse&lt;BR /&gt;&amp;nbsp; tESBproviderRequest -&amp;gt; tESBResponse&lt;/P&gt;&lt;P&gt;by deploying your jar in deploy, they activate automatically&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 14:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ESB-deploy-and-run-howto/m-p/2301298#M145476</guid>
      <dc:creator>fab_74</dc:creator>
      <dc:date>2017-09-07T14:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Karaf and ESB deploy and run - howto?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ESB-deploy-and-run-howto/m-p/2301299#M145477</link>
      <description>thanks!&lt;BR /&gt;</description>
      <pubDate>Sun, 10 Sep 2017 23:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Karaf-and-ESB-deploy-and-run-howto/m-p/2301299#M145477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-10T23:56:28Z</dc:date>
    </item>
  </channel>
</rss>

