<?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 Import Package into Talend Medation Route in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Import-Package-into-Talend-Medation-Route/m-p/2363782#M127616</link>
    <description>I'm currently trying to import another package that I have exported within my karaf runtime. 
&lt;BR /&gt;I want to make a method call from the other package that will return some data. 
&lt;BR /&gt;I know the package has been exported because when I use 'packages:exports' in karaf I can see the package, but when I try to import it into my bean I get an error saying "the import com.sample cannot be resolved" from within my bean. 
&lt;BR /&gt;Any ideas would be greatly appreciated.</description>
    <pubDate>Sat, 16 Nov 2024 11:40:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:40:18Z</dc:date>
    <item>
      <title>Import Package into Talend Medation Route</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-Package-into-Talend-Medation-Route/m-p/2363782#M127616</link>
      <description>I'm currently trying to import another package that I have exported within my karaf runtime. 
&lt;BR /&gt;I want to make a method call from the other package that will return some data. 
&lt;BR /&gt;I know the package has been exported because when I use 'packages:exports' in karaf I can see the package, but when I try to import it into my bean I get an error saying "the import com.sample cannot be resolved" from within my bean. 
&lt;BR /&gt;Any ideas would be greatly appreciated.</description>
      <pubDate>Sat, 16 Nov 2024 11:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-Package-into-Talend-Medation-Route/m-p/2363782#M127616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Import Package into Talend Medation Route</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-Package-into-Talend-Medation-Route/m-p/2363783#M127617</link>
      <description>Hi, &lt;BR /&gt;Could you please indicate the talend esb product build version you're using?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 28 Apr 2014 03:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-Package-into-Talend-Medation-Route/m-p/2363783#M127617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-28T03:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Import Package into Talend Medation Route</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-Package-into-Talend-Medation-Route/m-p/2363784#M127618</link>
      <description>Hi Sabrina, &lt;BR /&gt;I'm using Talend 5.4.1 Open Studio</description>
      <pubDate>Thu, 01 May 2014 10:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-Package-into-Talend-Medation-Route/m-p/2363784#M127618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-01T10:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Import Package into Talend Medation Route</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Import-Package-into-Talend-Medation-Route/m-p/2363785#M127619</link>
      <description>I found the solution to this if anyone is interested. 
&lt;BR /&gt;What I had to do was edit the route Manifest file to import the package that was being exported in the OSGi container. 
&lt;BR /&gt;After that I had to reference the service through the Spring DM editor within the Studio. 
&lt;BR /&gt;I changed the namespace to look as follows. 
&lt;BR /&gt; &amp;lt;beans xmlns="http://www.springframework.org/schema/beans" 
&lt;BR /&gt; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
&lt;BR /&gt; xmlns:camel="http://camel.apache.org/schema/spring" 
&lt;BR /&gt; xmlns:context="http://www.springframework.org/schema/context" 
&lt;BR /&gt; xmlns 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143082iB236712184B767DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5A.png" alt="0683p000009MA5A.png" /&gt;&lt;/span&gt;sgi="http://www.springframework.org/schema/osgi" 
&lt;BR /&gt; xsi:schemaLocation=" 
&lt;BR /&gt; 
&lt;A href="http://www.springframework.org/schema/beans" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans&lt;/A&gt; 
&lt;A href="http://www.springframework.org/schema/beans/spring" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/beans/spring&lt;/A&gt;- beans.xsd 
&lt;BR /&gt; 
&lt;A href="http://www.springframework.org/schema/context" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/context&lt;/A&gt; 
&lt;A href="http://www.springframework.org/schema/context/spring-context.xsd" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/context/spring-context.xsd&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://camel.apache.org/schema/spring" rel="nofollow noopener noreferrer"&gt;http://camel.apache.org/schema/spring&lt;/A&gt; 
&lt;A href="http://camel.apache.org/schema/spring/camel-spring.xsd" rel="nofollow noopener noreferrer"&gt;http://camel.apache.org/schema/spring/camel-spring.xsd&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://www.springframework.org/schema/osgi" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/osgi&lt;/A&gt; 
&lt;A href="http://www.springframework.org/schema/osgi/spring-osgi.xsd&amp;gt;" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/schema/osgi/spring-osgi.xsd"&amp;gt;&lt;/A&gt; 
&lt;BR /&gt;After that I could reference the service through the tag 
&lt;BR /&gt; &amp;lt;osgi:reference id="myUDPService" interface="com.myosgi.UDPService"/&amp;gt; 
&lt;BR /&gt;Once I had done this I just dropped a cBean, and referenced the bean through the Id "myUDPService", selected the method and was set to go!</description>
      <pubDate>Thu, 08 May 2014 15:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Import-Package-into-Talend-Medation-Route/m-p/2363785#M127619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-08T15:02:55Z</dc:date>
    </item>
  </channel>
</rss>

