You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2010/09/07 09:20:32 UTC

[jira] Created: (FELIX-2582) Event admin requires config admin packages

Event admin requires config admin packages
------------------------------------------

                 Key: FELIX-2582
                 URL: https://issues.apache.org/jira/browse/FELIX-2582
             Project: Felix
          Issue Type: Bug
          Components: Event Admin
    Affects Versions: eventadmin-1.2.2
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: eventadmin-1.2.4


Although the import of the config admin packages is marked as optional, the event admin currentl requires them to start up:

java.lang.NoClassDefFoundError: org/osgi/service/cm/ManagedService
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:676)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (FELIX-2582) Event admin requires config admin packages

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved FELIX-2582.
-------------------------------------

    Resolution: Fixed

Fixed in revision 993255
Optional imported classes should not be referenced from within the constructor

> Event admin requires config admin packages
> ------------------------------------------
>
>                 Key: FELIX-2582
>                 URL: https://issues.apache.org/jira/browse/FELIX-2582
>             Project: Felix
>          Issue Type: Bug
>          Components: Event Admin
>    Affects Versions: eventadmin-1.2.2
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: eventadmin-1.2.4
>
>
> Although the import of the config admin packages is marked as optional, the event admin currentl requires them to start up:
> java.lang.NoClassDefFoundError: org/osgi/service/cm/ManagedService
> 	at java.lang.ClassLoader.defineClass1(Native Method)
> 	at java.lang.ClassLoader.defineClass(ClassLoader.java:676)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (FELIX-2582) Event admin requires config admin packages

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed FELIX-2582.
-----------------------------------


> Event admin requires config admin packages
> ------------------------------------------
>
>                 Key: FELIX-2582
>                 URL: https://issues.apache.org/jira/browse/FELIX-2582
>             Project: Felix
>          Issue Type: Bug
>          Components: Event Admin
>    Affects Versions: eventadmin-1.2.2
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: eventadmin-1.2.4
>
>
> Although the import of the config admin packages is marked as optional, the event admin currentl requires them to start up:
> java.lang.NoClassDefFoundError: org/osgi/service/cm/ManagedService
> 	at java.lang.ClassLoader.defineClass1(Native Method)
> 	at java.lang.ClassLoader.defineClass(ClassLoader.java:676)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.