<?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: deployed route misses dependencies in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/deployed-route-misses-dependencies/m-p/2197145#M1007</link>
    <description>To answer myself: looks like the known bug TESB-14958</description>
    <pubDate>Tue, 14 Apr 2015 15:42:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-14T15:42:07Z</dc:date>
    <item>
      <title>deployed route misses dependencies</title>
      <link>https://community.qlik.com/t5/Talend-Studio/deployed-route-misses-dependencies/m-p/2197141#M1003</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;after creating in Studio a route with some beans from Spring configuration, what used to work in Studio doesn't even deploy in ESB. The error is:&lt;/P&gt; 
&lt;PRE&gt;18:12:07,974 | ERROR | ExtenderThread-7 | BundleApplicationContextListener&amp;nbsp;&amp;nbsp; 50 | 94 - org.springframework.osgi.extender - 1.2.1 | Application context refresh failed (OsgiBundleXmlApplicationContext(bundle=routes.ProxyRoute, config=osgibundle:/META-INF/spring/*.xml))&lt;BR /&gt;org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class  for bean with name 'org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor' defined in null; nested exception is java.lang.ClassNotFoundException: org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor not found from bundle &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1275)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:575)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1344)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:910)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:609)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.access$1600(AbstractDelegatedExecutionApplicationContext.java:69)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext$4.run(AbstractDelegatedExecutionApplicationContext.java:355)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.osgi.util.internal.PrivilegedUtils.executeWithCustomTCCL(PrivilegedUtils.java:85)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.osgi.context.support.AbstractDelegatedExecutionApplicationContext.completeRefresh(AbstractDelegatedExecutionApplicationContext.java:320)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.osgi.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor$CompleteRefreshTask.run(DependencyWaiterApplicationContextExecutor.java:132)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.Thread.run(Thread.java:745)&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor not found from bundle &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.osgi.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:103)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.osgi.util.BundleDelegatingClassLoader.loadClass(BundleDelegatingClassLoader.java:156)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.ClassLoader.loadClass(ClassLoader.java:358)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.util.ClassUtils.forName(ClassUtils.java:260)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:416)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.doResolveBeanClass(AbstractBeanFactory.java:1296)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1267)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... 11 more&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.ClassLoader.loadClass(ClassLoader.java:358)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.osgi.util.BundleDelegatingClassLoader.findClass(BundleDelegatingClassLoader.java:99)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... 17 more&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;FWIW, I looked into the generated KAR and lo, there's no trace of the dependencies I entered (with lots of sweat) one by one in Studio in the cConfig. Somewhere it says the container should be smart and figure these dependencies out (why then not also smart in Studio is another question), but in my case look it can't figure even the basic Spring things. Am I doing something completely wrong?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/deployed-route-misses-dependencies/m-p/2197141#M1003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: deployed route misses dependencies</title>
      <link>https://community.qlik.com/t5/Talend-Studio/deployed-route-misses-dependencies/m-p/2197142#M1004</link>
      <description>Hi,&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;after creating in Studio a route with some beans from Spring configuration, what used to work in Studio doesn't even deploy in ESB&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Would you mind sharing your route configuration screenshots with us?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 14 Apr 2015 08:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/deployed-route-misses-dependencies/m-p/2197142#M1004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T08:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: deployed route misses dependencies</title>
      <link>https://community.qlik.com/t5/Talend-Studio/deployed-route-misses-dependencies/m-p/2197143#M1005</link>
      <description>@slsh: check the manifest (context menu - edit route manifest)</description>
      <pubDate>Tue, 14 Apr 2015 09:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/deployed-route-misses-dependencies/m-p/2197143#M1005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T09:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: deployed route misses dependencies</title>
      <link>https://community.qlik.com/t5/Talend-Studio/deployed-route-misses-dependencies/m-p/2197144#M1006</link>
      <description>Thank you for the idea, the manifest editor ALMOST worked. 
&lt;BR /&gt;Only problem, none the JARs I select there will be exported when I build the route (as the documentation suggested). Some of these dependencies already exist in the target container so adding them (by hand, one by one, eww) to Require-Bundles section would help I guess, but what about my local ones?? They even show up all in the editor as "built-in items" (notice, everything is greyed out) so I strongly think the editor is quite a buggy tool... 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDKe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148574i0561753BBCAFB441/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDKe.png" alt="0683p000009MDKe.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 14 Apr 2015 14:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/deployed-route-misses-dependencies/m-p/2197144#M1006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T14:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: deployed route misses dependencies</title>
      <link>https://community.qlik.com/t5/Talend-Studio/deployed-route-misses-dependencies/m-p/2197145#M1007</link>
      <description>To answer myself: looks like the known bug TESB-14958</description>
      <pubDate>Tue, 14 Apr 2015 15:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/deployed-route-misses-dependencies/m-p/2197145#M1007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-14T15:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: deployed route misses dependencies</title>
      <link>https://community.qlik.com/t5/Talend-Studio/deployed-route-misses-dependencies/m-p/2197146#M1008</link>
      <description>@slsh: according to your manifest a lot of deps configured manually using cConfig. Try to use&amp;nbsp;Camel component dependencies at advanced settings on cMessagingEndpoint&amp;nbsp;(from screensot at least cxf, jetty)</description>
      <pubDate>Wed, 15 Apr 2015 08:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/deployed-route-misses-dependencies/m-p/2197146#M1008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-15T08:09:58Z</dc:date>
    </item>
  </channel>
</rss>

