I just upgraded to the latest (recently released) iPOJO bundles. After the upgrade I get the following exception:
java.lang.Exception: Could not start bundle mvn:org.apache.felix/org.apache.felix.ipojo.webconsole/1.7.0 in feature(s) seco-webconsole-1.7-SNAPSHOT: Unresolved constraint in bundle org.apache.felix.ipojo.webconsole [98]: Unable to resolve 98.0: missing requirement [98.0] osgi.wiring.package; (osgi.wiring.package=org.json) at org.apache.karaf.features.internal.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:482)[40:org.apache.karaf.features.core:2.3.1] at org.apache.karaf.features.internal.FeaturesServiceImpl$2.run(FeaturesServiceImpl.java:1150)[40:org.apache.karaf.features.core:2.3.1] Caused by: org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.felix.ipojo.webconsole [98]: Unable to resolve 98.0: missing requirement [98.0] osgi.wiring.package; (osgi.wiring.package=org.json) at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826)[org.apache.felix.framework-4.0.3.jar:] at org.apache.felix.framework.Felix.startBundle(Felix.java:1868)[org.apache.felix.framework-4.0.3.jar:] at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:944)[org.apache.felix.framework-4.0.3.jar:] at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:931)[org.apache.felix.framework-4.0.3.jar:] at org.apache.karaf.features.internal.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:479)[40:org.apache.karaf.features.core:2.3.1] ... 1 more I'm running under Karaf 2.3.1. Is this a newly added dependency for the iPOJO web console? What bundle do you recommend me to install to satisfy this dependency? /Bengt

