<?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: [resolved] missing requirement osgi.wiring.package=routines.system.api karaf/fuse in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277546#M53294</link>
    <description>It seems that I re-jar'ed the file from the wrong location and got an extra directory in all the paths by mistake.</description>
    <pubDate>Tue, 12 Nov 2013 23:18:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-11-12T23:18:26Z</dc:date>
    <item>
      <title>[resolved] missing requirement osgi.wiring.package=routines.system.api karaf/fuse</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277544#M53292</link>
      <description>I'm trying to deploy my talend job to Fuse by dropping it in the deploy directory but I can't seem to understand what is wrong with the MANIFEST.MF file. Any idea why I get this error? 
&lt;BR /&gt;10:59:02,268 | WARN | edhat-024/deploy | fileinstall | 7 - org.apache.felix.fileinstall - 3.3.11.redhat-60024 | Error while starting bundle: file:/home2/foo/jboss-fuse-6.0.0.redhat-024/deploy/myApp-bundle-0.1.jar 
&lt;BR /&gt;org.osgi.framework.BundleException: Unresolved constraint in bundle org.talend.myProject.myApp : Unable to resolve 246.0: missing requirement osgi.wiring.package; (osgi.wiring.package=routines.system.api) 
&lt;BR /&gt; at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4155) 
&lt;BR /&gt; at org.apache.felix.framework.Felix.startBundle(Felix.java:2055) 
&lt;BR /&gt; at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:955) 
&lt;BR /&gt; at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1247) 
&lt;BR /&gt; at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1219) 
&lt;BR /&gt; at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:508) 
&lt;BR /&gt; at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:291) 
&lt;BR /&gt;The package in question seems to be included in the jar file as a bunch of class files. 
&lt;BR /&gt;bash-3.00$ la myApp-bundle-0.1/ 
&lt;BR /&gt;total 24 
&lt;BR /&gt;drwxr-xr-x 8 foo staff 8 Oct 28 10:24 . 
&lt;BR /&gt;drwxr-xr-x 3 foo staff 7 Oct 28 10:58 .. 
&lt;BR /&gt;drwxr-xr-x 2 foo staff 3 Oct 28 10:58 META-INF 
&lt;BR /&gt;drwxr-xr-x 3 foo staff 3 Oct 25 16:00 OSGI-INF 
&lt;BR /&gt;drwxr-xr-x 3 foo staff 3 Oct 25 16:00 myProject 
&lt;BR /&gt;drwxr-xr-x 3 foo staff 3 Oct 25 16:00 items 
&lt;BR /&gt;drwxr-xr-x 2 foo staff 5 Oct 25 16:00 lib 
&lt;BR /&gt;drwxr-xr-x 3 foo staff 17 Oct 25 16:00 routines 
&lt;BR /&gt;bash-3.00$ la myApp-bundle-0.1/routines 
&lt;BR /&gt;total 151 
&lt;BR /&gt;drwxr-xr-x 3 foo staff 17 Oct 25 16:00 . 
&lt;BR /&gt;drwxr-xr-x 8 foo staff 8 Oct 28 10:24 .. 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 893 Oct 25 15:59 DataOperation.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 3.7K Oct 25 15:59 Mathematical.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 2.4K Oct 25 15:59 Numeric.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 500 Oct 25 15:59 Relational.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 2.1K Oct 25 15:59 SQLike.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 3.5K Oct 25 15:59 StringHandling.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 7.1K Oct 25 15:59 TalendDataGenerator.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 1.5K Oct 25 15:59 TalendDate$1.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 1.5K Oct 25 15:59 TalendDate$2.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 1.5K Oct 25 15:59 TalendDate$3.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 1.5K Oct 25 15:59 TalendDate$4.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 1.4K Oct 25 15:59 TalendDate$5.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 13K Oct 25 15:59 TalendDate.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 4.6K Oct 25 15:59 TalendString.class 
&lt;BR /&gt;drwxr-xr-x 3 foo staff 135 Oct 25 16:00 system 
&lt;BR /&gt;bash-3.00$ la myApp-bundle-0.1/routines/system 
&lt;BR /&gt;total 1004 
&lt;BR /&gt;drwxr-xr-x 3 foo staff 135 Oct 25 16:00 . 
&lt;BR /&gt;drwxr-xr-x 3 foo staff 17 Oct 25 16:00 .. 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 661 Oct 25 15:59 AS400Manager.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 671 Oct 25 15:59 AccessManager.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 2.7K Oct 25 15:59 AssertCatcherUtils$AssertCatcherMessage.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 2.0K Oct 25 15:59 AssertCatcherUtils.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 3.2K Oct 25 15:59 BufferedOutput.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 371 Oct 25 15:59 Constant.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 658 Oct 25 15:59 DB2Manager.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 1.8K Oct 25 15:59 DBDateParser.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 666 Oct 25 15:59 DBMSConstants$1.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 715 Oct 25 15:59 DBMSConstants$10.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 713 Oct 25 15:59 DBMSConstants$11.class 
&lt;BR /&gt;-rw-r--r-- 1 foo staff 713 Oct 25 15:59 DBMSConstants$12.class 
&lt;BR /&gt;.........&amp;lt;more files&amp;gt;..... 
&lt;BR /&gt;Manifest-Version: 1.0 
&lt;BR /&gt;Bnd-LastModified: 1382742010814 
&lt;BR /&gt;Build-Jdk: 1.6.0_25 
&lt;BR /&gt;Built-By: WilliamMcDonald 
&lt;BR /&gt;Bundle-ClassPath: .,lib/log4j-1.2.16.jar,lib/talend_file_enhanced_200707 
&lt;BR /&gt; 24.jar,lib/ini4j-0.5.1.jar 
&lt;BR /&gt;Bundle-ManifestVersion: 2 
&lt;BR /&gt;Bundle-Name: myApp 
&lt;BR /&gt;Bundle-SymbolicName: org.talend.myProject.myApp 
&lt;BR /&gt;Bundle-Version: 0.1 
&lt;BR /&gt;Created-By: Apache Maven Bundle Plugin 
&lt;BR /&gt;Export-Package: myProject.myApp_0_1;uses:="routines.system,routines.syste 
&lt;BR /&gt; m.api,javax.sql";version="0.1" 
&lt;BR /&gt;Export-Service: routines.system.api.TalendJob;name=myApp;type=job 
&lt;BR /&gt;Import-Package: com.ibm.uvm.tools;resolution:=optional,com.sun.jdmk.comm 
&lt;BR /&gt; ;resolution:=optional,javax.jmdns;resolution:=optional,javax.jms;resolu 
&lt;BR /&gt; tion:=optional,javax.mail;resolution:=optional,javax.mail.internet;reso 
&lt;BR /&gt; lution:=optional,javax.management;resolution:=optional,javax.naming;res 
&lt;BR /&gt; olution:=optional,javax.sql;resolution:=optional,javax.swing;resolution 
&lt;BR /&gt; :=optional,javax.swing.border;resolution:=optional,javax.swing.event;re 
&lt;BR /&gt; solution:=optional,javax.swing.table;resolution:=optional,javax.swing.t 
&lt;BR /&gt; ext;resolution:=optional,javax.swing.tree;resolution:=optional,javax.xm 
&lt;BR /&gt; l.parsers;resolution:=optional,org.apache.cxf.management.counters,org.d 
&lt;BR /&gt; om4j;resolution:=optional,org.dom4j.io;resolution:=optional,org.dom4j.t 
&lt;BR /&gt; ree;resolution:=optional,org.osgi.service.blueprint;resolution:=optiona 
&lt;BR /&gt; l;version="[1.0.0,2.0.0)",org.w3c.dom;resolution:=optional,org.xml.sax; 
&lt;BR /&gt; resolution:=optional,org.xml.sax.helpers;resolution:=optional,routines; 
&lt;BR /&gt; resolution:=optional,routines.system;resolution:=optional,routines.syst 
&lt;BR /&gt; em.api,sun.security.action;resolution:=optional 
&lt;BR /&gt;Tool: Bnd-1.50.0 
&lt;BR /&gt;I've tried removing the references to it in the import, with no luck. The root directory "." is included in the Bundle-ClassPath so I thought that should pick it up. 
&lt;BR /&gt;Manifest-Version: 1.0 
&lt;BR /&gt;Bnd-LastModified: 1382742010814 
&lt;BR /&gt;Build-Jdk: 1.6.0_25 
&lt;BR /&gt;Built-By: WilliamMcDonald 
&lt;BR /&gt;Bundle-ClassPath: .,lib/log4j-1.2.16.jar,lib/talend_file_enhanced_200707 
&lt;BR /&gt; 24.jar,lib/ini4j-0.5.1.jar 
&lt;BR /&gt;Bundle-ManifestVersion: 2 
&lt;BR /&gt;Bundle-Name: myApp 
&lt;BR /&gt;Bundle-SymbolicName: org.talend.myProject.myApp 
&lt;BR /&gt;Bundle-Version: 0.1 
&lt;BR /&gt;Created-By: Apache Maven Bundle Plugin 
&lt;BR /&gt;Export-Package: myProject.myApp_0_1;uses:="javax.sql";version="0.1" 
&lt;BR /&gt;Export-Service: routines.system.api.TalendJob;name=myApp;type=job 
&lt;BR /&gt;Import-Package: com.ibm.uvm.tools;resolution:=optional,com.sun.jdmk.comm 
&lt;BR /&gt; ;resolution:=optional,javax.jmdns;resolution:=optional,javax.jms;resolu 
&lt;BR /&gt; tion:=optional,javax.mail;resolution:=optional,javax.mail.internet;reso 
&lt;BR /&gt; lution:=optional,javax.management;resolution:=optional,javax.naming;res 
&lt;BR /&gt; olution:=optional,javax.sql;resolution:=optional,javax.swing;resolution 
&lt;BR /&gt; :=optional,javax.swing.border;resolution:=optional,javax.swing.event;re 
&lt;BR /&gt; solution:=optional,javax.swing.table;resolution:=optional,javax.swing.t 
&lt;BR /&gt; ext;resolution:=optional,javax.swing.tree;resolution:=optional,javax.xm 
&lt;BR /&gt; l.parsers;resolution:=optional,org.apache.cxf.management.counters,org.d 
&lt;BR /&gt; om4j;resolution:=optional,org.dom4j.io;resolution:=optional,org.dom4j.t 
&lt;BR /&gt; ree;resolution:=optional,org.osgi.service.blueprint;resolution:=optiona 
&lt;BR /&gt; l;version="[1.0.0,2.0.0)",org.w3c.dom;resolution:=optional,org.xml.sax; 
&lt;BR /&gt; resolution:=optional,org.xml.sax.helpers;resolution:=optional,sun.secur 
&lt;BR /&gt;ity.action;resolution:=optional 
&lt;BR /&gt;Tool: Bnd-1.50.0 
&lt;BR /&gt;Maybe you can see something I can't...</description>
      <pubDate>Tue, 29 Oct 2013 05:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277544#M53292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-29T05:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] missing requirement osgi.wiring.package=routines.system.api karaf/fuse</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277545#M53293</link>
      <description>Hi, &lt;BR /&gt;Is your job working well in talend? How did you deploy it? By war file?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 30 Oct 2013 02:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277545#M53293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-30T02:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] missing requirement osgi.wiring.package=routines.system.api karaf/fuse</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277546#M53294</link>
      <description>It seems that I re-jar'ed the file from the wrong location and got an extra directory in all the paths by mistake.</description>
      <pubDate>Tue, 12 Nov 2013 23:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277546#M53294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-12T23:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] missing requirement osgi.wiring.package=routines.system.api karaf/fuse</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277547#M53295</link>
      <description>Hi,&lt;BR /&gt;    I got the same problem while running my osgi bundle.&lt;BR /&gt;Ref: I am using fuseesb 7.1.0 and tos 5.4.1 version.&lt;BR /&gt;       Projectname = example&lt;BR /&gt;       Jobname=controlfileload&lt;BR /&gt; I am able to install my bundle in fuseesb(karaf). but when i start(osgi:start). It shows following error&lt;BR /&gt;"Error executing command: Error starting bundles: Unable to start bundle 286: Unresolved constraint in bundle example.ControlfileLoad : Unable to resolve 286.0: missing requirement  osgi.wiring.package; (osgi.wiring.package=routines.system.api)"&lt;BR /&gt;'&lt;BR /&gt;Talend osgi jobs only run on talendesb not in fuseesb or any jar(systemRoutines.jar) problem or any Class file problem(routines.system.api.talendjob). If not, how to run my bundle in fuseesb after exporting from talend?</description>
      <pubDate>Wed, 19 Mar 2014 12:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277547#M53295</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-03-19T12:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] missing requirement osgi.wiring.package=routines.system.api karaf/fuse</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277548#M53296</link>
      <description>Facing the same issue, &amp;nbsp;Can anyone advise whether Talend bundle jar will run in Fuse server?</description>
      <pubDate>Thu, 02 Jun 2016 08:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277548#M53296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-02T08:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] missing requirement osgi.wiring.package=routines.system.api karaf/fuse</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277549#M53297</link>
      <description>Hi&amp;nbsp; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;sundaram.krissh,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;What's the fuse server version&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;you are using&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;? What's your talend version?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 03 Jun 2016 08:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277549#M53297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-03T08:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] missing requirement osgi.wiring.package=routines.system.api karaf/fuse</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277550#M53298</link>
      <description>Hello! 
&lt;BR /&gt;I am using jboss-fuse-6.3.0.redhat-187 and Talend Open Studio for ESB (6.3.0.20161026_1219) and TOS_ESB-6.3.0\Runtime_ESBSE 
&lt;BR /&gt;Bundle for jboss_fuse 
&lt;B&gt;correct work &lt;/B&gt;in TOS_ESB-6.3.0\Runtime_ESBSE 
&lt;BR /&gt;But bundle create in talendesb doesn't 
&lt;B&gt;work in &lt;/B&gt;jboss_fuse. 
&lt;BR /&gt;May be because jboss-fuse used 
&lt;B&gt;org.apache.felix.framework-4.4.1.jar &lt;/B&gt; 
&lt;BR /&gt;and Talend Open Studio for ESB used 
&lt;B&gt;org.apache.felix.framework-5.4.0.jar&amp;nbsp;&lt;/B&gt; ? 
&lt;BR /&gt; 
&lt;BR /&gt;I have this error in jboss-fuse-6.3: 
&lt;BR /&gt; 
&lt;BR /&gt;org.osgi.framework.BundleException: Unresolved constraint in bundle data_integration_demos_project.tPreJob : Unable to resolve 222.0: missing requirement osgi.wiring.package; (osgi.wiring.package=routines.system.api) 
&lt;BR /&gt;at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4002) 
&lt;BR /&gt;at org.apache.felix.framework.Felix.startBundle(Felix.java:2045) 
&lt;BR /&gt;at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:976) 
&lt;BR /&gt;at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1245) 
&lt;BR /&gt;at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1217) 
&lt;BR /&gt;at org.apache.felix.fileinstall.internal.DirectoryWatcher.startAllBundles(DirectoryWatcher.java:1207) 
&lt;BR /&gt;at org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:504) 
&lt;BR /&gt;at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:358) 
&lt;BR /&gt;at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:310) 
&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2017 06:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277550#M53298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T06:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] missing requirement osgi.wiring.package=routines.system.api karaf/fuse</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277551#M53299</link>
      <description>I can run on clean apache-karaf-4.0.8&amp;nbsp; (include org.apache.felix.framework-5.6.1.jar&amp;nbsp; ) 
&lt;BR /&gt;But I have this error: 
&lt;BR /&gt;karaf@root()&amp;gt; ERROR: Bundle data_integration_demos_project.tPreJob Error st 
&lt;BR /&gt;arting file:/apache-karaf-4.0.8/deploy/tPreJob-0.1.jar 
&lt;BR /&gt;(org.osgi.framework.BundleException: Unable to resolve data_integration_demos_pr 
&lt;BR /&gt;oject.tPreJob (R 52.0): missing requirement (R 52.0)] osgi.wiring.package; (osgi.wiring.package=routines.system. 
&lt;BR /&gt;api) Unresolved requirements: (R 52 
&lt;BR /&gt;.0)] osgi.wiring.package; (osgi.wiring.package=routines.system.api)]) 
&lt;BR /&gt;org.osgi.framework.BundleException: Unable to resolve data_integration_demos_pro 
&lt;BR /&gt;ject.tPreJob (R 52.0): missing requirement (R 52.0)] osgi.wiring.package; (osgi.wiring.package=routines.system.a 
&lt;BR /&gt;pi) Unresolved requirements: (R 52. 
&lt;BR /&gt;0)] osgi.wiring.package; (osgi.wiring.package=routines.system.api)] 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:411 
&lt;BR /&gt;1) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.felix.framework.Felix.startBundle(Felix.java:2117) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1371) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStart 
&lt;BR /&gt;LevelImpl.java:308) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.Thread.run(Thread.java:745)</description>
      <pubDate>Thu, 02 Feb 2017 09:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277551#M53299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-02T09:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] missing requirement osgi.wiring.package=routines.system.api karaf/fuse</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277552#M53300</link>
      <description>Hi&amp;nbsp; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;LYUTOV&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;, 
&lt;BR /&gt;We have replied to your another topic: 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCnwUCAS" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/missing-requirement-osgi-wiring-package-routines-system-api/td-p/91392&lt;/A&gt;. Could you please take a look at it? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 27 Feb 2017 08:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-missing-requirement-osgi-wiring-package-routines-system/m-p/2277552#M53300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-27T08:06:21Z</dc:date>
    </item>
  </channel>
</rss>

