I'm using Karaf 2.3.1. I just attempted to upgrade iPojo to the latest version incuding the new (version 1.7.0) iPojo web console plugin. This fails because it requires a version of the package org.apache.felix.webconsole that is less than 4.0.0.
After discussing this on Felix user mailing list, it seems like the Karaf webconsole exports this package using the wrong version. Karaf seems to export the package without a specific version which causes the bundle's version to be used for the package. Karaf should export this package at version 3.1.2 explicitly. The discussion can be seen at: http://www.mail-archive.com/[email protected]/msg13910.html I'll create a JIRA if someone can verify this analysis. /Bengt
