<?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 [resolved] Problem when deploying on karaf container in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-when-deploying-on-karaf-container/m-p/2326086#M95612</link>
    <description>Hi, 
  &lt;BR /&gt;i can't deploy a tRest service (with tRestRequest and tRestResponse) on Karaf. The service works fine when i deploying on Studio, but when i export the job (.jar for bundle osgi), Karaf can't deploy, here the stack trace (v5.3.0 RC1 and RC2, i need v5.3.0 because i have a problem with trest component in older version): 
  &lt;BR /&gt; 
  &lt;BR /&gt;karaf@trun&amp;gt; Exception in thread "SpringOsgiExtenderThread-2" org.springframework 
  &lt;BR /&gt;.beans.factory.BeanCreationException: Error creating bean with name 'service': C 
  &lt;BR /&gt;annot resolve reference to bean 'wrongCallHandler' while setting bean property ' 
  &lt;BR /&gt;providers' with key ; nested exception is org.springframework.beans.factory.B 
  &lt;BR /&gt;eanCreationException: Error creating bean with name 'wrongCallHandler' defined i 
  &lt;BR /&gt;n URL : Resolution of 
  &lt;BR /&gt;declared constructors on bean Class from ClassLoader ] failed; 
  &lt;BR /&gt; nested exception is java.lang.LinkageError: loader constraint violation: when r esolving overridden method
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Mcqb" target="_blank"&gt;here&lt;/A&gt;</description>
    <pubDate>Sat, 16 Nov 2024 12:03:31 GMT</pubDate>
    <dc:creator>xsasiela</dc:creator>
    <dc:date>2024-11-16T12:03:31Z</dc:date>
    <item>
      <title>[resolved] Problem when deploying on karaf container</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-when-deploying-on-karaf-container/m-p/2326086#M95612</link>
      <description>Hi, 
  &lt;BR /&gt;i can't deploy a tRest service (with tRestRequest and tRestResponse) on Karaf. The service works fine when i deploying on Studio, but when i export the job (.jar for bundle osgi), Karaf can't deploy, here the stack trace (v5.3.0 RC1 and RC2, i need v5.3.0 because i have a problem with trest component in older version): 
  &lt;BR /&gt; 
  &lt;BR /&gt;karaf@trun&amp;gt; Exception in thread "SpringOsgiExtenderThread-2" org.springframework 
  &lt;BR /&gt;.beans.factory.BeanCreationException: Error creating bean with name 'service': C 
  &lt;BR /&gt;annot resolve reference to bean 'wrongCallHandler' while setting bean property ' 
  &lt;BR /&gt;providers' with key ; nested exception is org.springframework.beans.factory.B 
  &lt;BR /&gt;eanCreationException: Error creating bean with name 'wrongCallHandler' defined i 
  &lt;BR /&gt;n URL : Resolution of 
  &lt;BR /&gt;declared constructors on bean Class from ClassLoader ] failed; 
  &lt;BR /&gt; nested exception is java.lang.LinkageError: loader constraint violation: when r esolving overridden method
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Mcqb" target="_blank"&gt;here&lt;/A&gt;</description>
      <pubDate>Sat, 16 Nov 2024 12:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-when-deploying-on-karaf-container/m-p/2326086#M95612</guid>
      <dc:creator>xsasiela</dc:creator>
      <dc:date>2024-11-16T12:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem when deploying on karaf container</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-when-deploying-on-karaf-container/m-p/2326087#M95613</link>
      <description>I found the solution (by chance)!&lt;BR /&gt;I work with tRestRequest and tRestResponse components and there is a limitation when you try to deploy on Karaf: you can't recover some son SubJobs you have in your main Job for Rest exposure! So if you have complex job you want split in subjobs, you only can do this with a SOAP job and deploy with a .kar in Karaf.&lt;BR /&gt;It is a bug?&lt;BR /&gt;Xavier</description>
      <pubDate>Fri, 26 Apr 2013 16:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-when-deploying-on-karaf-container/m-p/2326087#M95613</guid>
      <dc:creator>xsasiela</dc:creator>
      <dc:date>2013-04-26T16:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem when deploying on karaf container</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-when-deploying-on-karaf-container/m-p/2326088#M95614</link>
      <description>hi &lt;BR /&gt;i have the some issue can you  explain how did you resolve it ;</description>
      <pubDate>Mon, 29 Apr 2013 10:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-when-deploying-on-karaf-container/m-p/2326088#M95614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-29T10:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem when deploying on karaf container</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-when-deploying-on-karaf-container/m-p/2326089#M95615</link>
      <description>Hi,&lt;BR /&gt;if you use trest components and subjobs to exposure your web service, ... i doesn't know solution! My only solution is to change Rest exposure with  SOAP exposure with tesb components to produce a .kar and deploy on Karaf. Only .kar is able to consider subjobs.&lt;BR /&gt;Did i answered to you?</description>
      <pubDate>Mon, 06 May 2013 09:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-when-deploying-on-karaf-container/m-p/2326089#M95615</guid>
      <dc:creator>xsasiela</dc:creator>
      <dc:date>2013-05-06T09:48:39Z</dc:date>
    </item>
  </channel>
</rss>

