[ 
https://issues.apache.org/jira/browse/FELIX-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Felix Meschberger resolved FELIX-1460.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: webconsole-1.2.12

Thanks for reporting and providing the patch.

I have applied it in  Rev. 812375

> 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
>            Assignee: Felix Meschberger
>             Fix For: webconsole-1.2.12
>
>
> 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.

Reply via email to