Error with Bundles
I have following this article:
https://jazz.net/wiki/bin/view/Main/JAFTutorialStepREST#Testing_using_Eclipse_and_Embedd
But in the section of Testing the plugin in Jetty the Bundle Validation shows different errors:
Eg:
com.ibm.iant
Missing Constraint: Require-Bundle com.ibm.etools.iseries.toolbox; bundle-version="0.0.0"
Missing Constraint: Require-Bundle com.ibm.team.enterprise.metadata.collection.client; bundle-version="0.0.0"
Missing Constraint: Require-Bundle com.ibm.teamp.ibimi.metadata.collection.client; bundle-version="0.0.0"
com.ibm.apt.client.tests
Missing Constraint: Require-Bundle org.selenium.java.client; bundle-version="0.0.0"
com.ibm.team.process.authoring.selenium.webdriver.tests
Missing Constraint: Require-Bundle org.selenium.java.client; bundle-version="0.0.0"
com.ibm.team.process.selenium.webdriver.tests
Missing Constraint: Require-Bundle org.selenium.java.client; bundle-version="0.0.0"
com.ibm.team.workitem.ide.ui.tests
Missing Constraint: Require-Bundle org.eclipse.swt.sleak; bundle-version="0.0.0"
org.eclipse.core.net.win32.x86_64
Platform filter did not match: (& (osgi.os=win32) (osgi.arch=x86_64))
org.eclipse.equinox.http.servletbridge
Missing Constraint: Import-Package: org.eclipse.equinox.servletbridge, version="1.0.0"
My Target Plataform has jfs-sdk and rtc-sdk
Why do I get this errors?
2 answers
My best guess is that the bundles above are for System I or System Z architectures only.
Comments
I have added some information. I am trying to remove every bundle with errors because many of them looks like bundles with tests. But I am worry about one called org.eclipse.equinox.http.servletbridge bacuse it seems important
If you need a particular bundle that does is in the target platform but is not getting loaded automatically, you can add the package to the implicit dependencies in the target platform page. It looks like you are including more bundles than you need. The steps in the wiki page indicate to remove most bundles. Another possibility is the bundle level required does not match the target platform level.