<?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 cMQConnectionFactory in TOS  ESB 6.3.1 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/cMQConnectionFactory-in-TOS-ESB-6-3-1/m-p/2273839#M50697</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I'm starting with TOS ESB 6.3.1 before I use to TOS 5.6.&lt;/P&gt; 
&lt;P&gt;In a old routes, I had a cMQConnectionFactory for a server ActiveMQ. There isn't problem.&lt;/P&gt; 
&lt;P&gt;Now, I try to do the same thing in TOS ESB 6.3.1, and there is a error when I execute the route :&lt;/P&gt; 
&lt;PRE&gt;Exception in thread "main" java.lang.NoSuchMethodError: org.apache.camel.util.IntrospectionSupport.extractStringProperties(Ljava/util/Map;)Ljava/util/Map;
	at org.apache.camel.component.jetty.JettyHttpComponent.createEndpoint(JettyHttpComponent.java:190)
	at org.apache.camel.impl.DefaultComponent.createEndpoint(DefaultComponent.java:114)
	at org.apache.camel.impl.DefaultCamelContext.getEndpoint(DefaultCamelContext.java:567)
	at org.apache.camel.util.CamelContextHelper.getMandatoryEndpoint(CamelContextHelper.java:79)
	at org.apache.camel.model.RouteDefinition.resolveEndpoint(RouteDefinition.java:211)
	at org.apache.camel.impl.DefaultRouteContext.resolveEndpoint(DefaultRouteContext.java:107)
	at org.apache.camel.impl.DefaultRouteContext.resolveEndpoint(DefaultRouteContext.java:113)
	at org.apache.camel.model.FromDefinition.resolveEndpoint(FromDefinition.java:69)
	at org.apache.camel.impl.DefaultRouteContext.getEndpoint(DefaultRouteContext.java:89)
	at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:1052)
	at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:196)
	at org.apache.camel.impl.DefaultCamelContext.startRoute(DefaultCamelContext.java:944)
	at org.apache.camel.impl.DefaultCamelContext.startRouteDefinitions(DefaultCamelContext.java:3260)
	at org.apache.camel.impl.DefaultCamelContext.doStartCamel(DefaultCamelContext.java:2983)
	at org.apache.camel.impl.DefaultCamelContext.access$000(DefaultCamelContext.java:175)
	at org.apache.camel.impl.DefaultCamelContext$2.call(DefaultCamelContext.java:2814)
	at org.apache.camel.impl.DefaultCamelContext$2.call(DefaultCamelContext.java:2810)
	at org.apache.camel.impl.DefaultCamelContext.doWithDefinedClassLoader(DefaultCamelContext.java:2833)
	at org.apache.camel.impl.DefaultCamelContext.doStart(DefaultCamelContext.java:2810)
	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
	at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:2779)
	at org.apache.camel.main.Main.doStart(Main.java:126)
	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
	at org.apache.camel.main.MainSupport.run(MainSupport.java:124)&lt;/PRE&gt; 
&lt;P&gt;This a screenshot of my component :&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 827px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LufW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155918i3E0DEC0D16429022/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LufW.png" alt="0683p000009LufW.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Secondly, when I execute the route without the cMQConnectionFactory. The route use Apache Camel 2.17.3 and when I active the component cMQConnectionFactory, the logs stat Apache Camel 2.16.3&lt;/P&gt; 
&lt;PRE&gt;[INFO ]: org.apache.camel.spring.SpringCamelContext - Apache Camel 2.16.3 (CamelContext: BUS_TEST) is starting&lt;/PRE&gt; 
&lt;P&gt;Why?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 09:38:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T09:38:30Z</dc:date>
    <item>
      <title>cMQConnectionFactory in TOS  ESB 6.3.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cMQConnectionFactory-in-TOS-ESB-6-3-1/m-p/2273839#M50697</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I'm starting with TOS ESB 6.3.1 before I use to TOS 5.6.&lt;/P&gt; 
&lt;P&gt;In a old routes, I had a cMQConnectionFactory for a server ActiveMQ. There isn't problem.&lt;/P&gt; 
&lt;P&gt;Now, I try to do the same thing in TOS ESB 6.3.1, and there is a error when I execute the route :&lt;/P&gt; 
&lt;PRE&gt;Exception in thread "main" java.lang.NoSuchMethodError: org.apache.camel.util.IntrospectionSupport.extractStringProperties(Ljava/util/Map;)Ljava/util/Map;
	at org.apache.camel.component.jetty.JettyHttpComponent.createEndpoint(JettyHttpComponent.java:190)
	at org.apache.camel.impl.DefaultComponent.createEndpoint(DefaultComponent.java:114)
	at org.apache.camel.impl.DefaultCamelContext.getEndpoint(DefaultCamelContext.java:567)
	at org.apache.camel.util.CamelContextHelper.getMandatoryEndpoint(CamelContextHelper.java:79)
	at org.apache.camel.model.RouteDefinition.resolveEndpoint(RouteDefinition.java:211)
	at org.apache.camel.impl.DefaultRouteContext.resolveEndpoint(DefaultRouteContext.java:107)
	at org.apache.camel.impl.DefaultRouteContext.resolveEndpoint(DefaultRouteContext.java:113)
	at org.apache.camel.model.FromDefinition.resolveEndpoint(FromDefinition.java:69)
	at org.apache.camel.impl.DefaultRouteContext.getEndpoint(DefaultRouteContext.java:89)
	at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:1052)
	at org.apache.camel.model.RouteDefinition.addRoutes(RouteDefinition.java:196)
	at org.apache.camel.impl.DefaultCamelContext.startRoute(DefaultCamelContext.java:944)
	at org.apache.camel.impl.DefaultCamelContext.startRouteDefinitions(DefaultCamelContext.java:3260)
	at org.apache.camel.impl.DefaultCamelContext.doStartCamel(DefaultCamelContext.java:2983)
	at org.apache.camel.impl.DefaultCamelContext.access$000(DefaultCamelContext.java:175)
	at org.apache.camel.impl.DefaultCamelContext$2.call(DefaultCamelContext.java:2814)
	at org.apache.camel.impl.DefaultCamelContext$2.call(DefaultCamelContext.java:2810)
	at org.apache.camel.impl.DefaultCamelContext.doWithDefinedClassLoader(DefaultCamelContext.java:2833)
	at org.apache.camel.impl.DefaultCamelContext.doStart(DefaultCamelContext.java:2810)
	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
	at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:2779)
	at org.apache.camel.main.Main.doStart(Main.java:126)
	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
	at org.apache.camel.main.MainSupport.run(MainSupport.java:124)&lt;/PRE&gt; 
&lt;P&gt;This a screenshot of my component :&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 827px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LufW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155918i3E0DEC0D16429022/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LufW.png" alt="0683p000009LufW.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Secondly, when I execute the route without the cMQConnectionFactory. The route use Apache Camel 2.17.3 and when I active the component cMQConnectionFactory, the logs stat Apache Camel 2.16.3&lt;/P&gt; 
&lt;PRE&gt;[INFO ]: org.apache.camel.spring.SpringCamelContext - Apache Camel 2.16.3 (CamelContext: BUS_TEST) is starting&lt;/PRE&gt; 
&lt;P&gt;Why?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cMQConnectionFactory-in-TOS-ESB-6-3-1/m-p/2273839#M50697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: cMQConnectionFactory in TOS  ESB 6.3.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cMQConnectionFactory-in-TOS-ESB-6-3-1/m-p/2273840#M50698</link>
      <description>&lt;P&gt;This error throws only if I combine cMQConnectionFactory and cHttp (as Serveur) in the same route. This is &lt;A title="an example" href="https://owncloud.ac-dijon.fr/index.php/s/z4FqEusL5eajh45" target="_self" rel="nofollow noopener noreferrer"&gt;an example&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 16:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cMQConnectionFactory-in-TOS-ESB-6-3-1/m-p/2273840#M50698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-13T16:12:22Z</dc:date>
    </item>
  </channel>
</rss>

