osgi中&(osgi.wiring.bundle=com.x.x)(bundle-version>=1.0.0.qualifier)) Unresolved requiremen报错

osgi中&(osgi.wiring.bundle=com.x.x)(bundle-version>=1.0.0.qualifier)) Unresolved requiremen报错的原因是啥?如何解决?

ERROR: Bundle com.x.x.x.x [15] Error starting reference:file:/Users/x/Downloads/plugins/plugins/com.x.x.x.x/ (org.osgi.framework.BundleException: Unable to resolve com.x.x.x.x [15](R 15.0): missing requirement [com.x.x.x.x [15](R 15.0)] osgi.wiring.bundle; (&(osgi.wiring.bundle=com.x.x)(bundle-version>=1.0.0.qualifier)) Unresolved requirements: [[com.x.x.x.x [15](R 15.0)] osgi.wiring.bundle; (&(osgi.wiring.bundle=com.x.x)(bundle-version>=1.0.0.qualifier))])
org.osgi.framework.BundleException: Unable to resolve com.x.x.x.x [15](R 15.0): missing requirement [com.x.x.x.x [15](R 15.0)] osgi.wiring.bundle; (&(osgi.wiring.bundle=com.x.x)(bundle-version>=1.0.0.qualifier)) Unresolved requirements: [[com.x.x.x.x [15](R 15.0)] osgi.wiring.bundle; (&(osgi.wiring.bundle=com.x.x)(bundle-version>=1.0.0.qualifier))]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4133)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2118)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1372)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:308)
at java.lang.Thread.run(Thread.java:748)

你可能感兴趣的:(java,osgi)