Can't view installed but unresolved bundle details page
-------------------------------------------------------
Key: FELIX-1460
URL: https://issues.apache.org/jira/browse/FELIX-1460
Project: Felix
Issue Type: Bug
Components: Web Console
Affects Versions: webconsole-1.2.12
Reporter: Victor Antonovich
Trying to view details page about installed but unresolved bundle causes
exception 'java.lang.NoClassDefFoundError:
org/apache/felix/bundlerepository/Util'. Patch below fixes this:
Index: pom.xml
===================================================================
--- pom.xml (revision 801916)
+++ pom.xml (working copy)
@@ -95,8 +95,10 @@
<Embed-Dependency>
<!-- Import/Export-Package parsing -->
-
org.apache.felix.bundlerepository;inline=org/apache/felix/bundlerepository/R4*.class,
-
+
org.apache.felix.bundlerepository;inline=org/apache/felix/bundlerepository/R4*.class
+ | org/apache/felix/bundlerepository/Util.class
+ |
org/apache/felix/bundlerepository/VersionRange.class,
+
<!-- Required for JSON data transfer -->
json,
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.