[jboss-osgi-issues] [JBoss JIRA] Updated: (JBOSGI-324) Cannot start EventAdmin service in AS

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Fri May 7 16:26:05 EDT 2010


     [ https://jira.jboss.org/jira/browse/JBOSGI-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated JBOSGI-324:
----------------------------------

        Summary: Cannot start EventAdmin service in AS  (was: CAnnot start EventAdmin service in AS)
    Description: 

Caused by: java.lang.ClassNotFoundException: org.osgi.service.log.LogService from OSGiBundleClassLoader at 104e3f1{org.apache.felix.eventadmin-1.0.0}
	at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:498)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)


Manifest-Version: 1.0
Built-By: cziegeler
Bundle-Activator: org.apache.felix.eventadmin.impl.Activator
Created-By: Apache Maven Bundle Plugin
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Import-Package: org.osgi.framework;version="1.3",org.osgi.service.event;version="1.1"
Bnd-LastModified: 1202107364982
Export-Package: org.osgi.service.event;uses:="org.osgi.framework";version="1.1"
Bundle-Version: 1.0.0
Bundle-Name: Apache Felix EventAdmin
Bundle-Description: This bundle provides an implementation of the OSGi R4 EventAdmin service.
Build-Jdk: 1.5.0_13
Private-Package: org.apache.felix.eventadmin.impl,org.apache.felix.eventadmin.impl.adapter,org.apache.felix.eventadmin.impl.dispatch,org.apache.felix.eventadmin.impl.handler,org.apache.felix.eventadmin.impl.security,org.apache.felix.eventadmin.impl.tasks,org.apache.felix.eventadmin.impl.util
Bundle-DocURL: http://www.apache.org/
Export-Service: org.osgi.service.event.EventAdmin
Bundle-ManifestVersion: 2
Bundle-Vendor: The Apache Software Foundation
Bundle-SymbolicName: org.apache.felix.eventadmin
Tool: Bnd-0.0.227
Import-Service: org.osgi.service.event.EventHandler, org.osgi.service.log.LogService, org.osgi.service.log.LogReaderService
DynamicImport-Package: org.osgi.service.log

It uses the deprecated Import-Service and dynamically imports org.osgi.service.log

  was:

Caused by: java.lang.ClassNotFoundException: org.osgi.service.log.LogService from OSGiBundleClassLoader at 104e3f1{org.apache.felix.eventadmin-1.0.0}
	at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:498)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)


Manifest-Version: 1.0

Built-By: cziegeler

Bundle-Activator: org.apache.felix.eventadmin.impl.Activator

Created-By: Apache Maven Bundle Plugin

Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt

Import-Package: org.osgi.framework;version="1.3",org.osgi.service.even

 t;version="1.1"

Bnd-LastModified: 1202107364982

Export-Package: org.osgi.service.event;uses:="org.osgi.framework";vers

 ion="1.1"

Bundle-Version: 1.0.0

Bundle-Name: Apache Felix EventAdmin

Bundle-Description: This bundle provides an implementation of the OSGi

  R4 EventAdmin service.

Build-Jdk: 1.5.0_13

Private-Package: org.apache.felix.eventadmin.impl,org.apache.felix.eve

 ntadmin.impl.adapter,org.apache.felix.eventadmin.impl.dispatch,org.ap

 ache.felix.eventadmin.impl.handler,org.apache.felix.eventadmin.impl.s

 ecurity,org.apache.felix.eventadmin.impl.tasks,org.apache.felix.event

 admin.impl.util

Bundle-DocURL: http://www.apache.org/

Export-Service: org.osgi.service.event.EventAdmin

Bundle-ManifestVersion: 2

Bundle-Vendor: The Apache Software Foundation

Bundle-SymbolicName: org.apache.felix.eventadmin

Tool: Bnd-0.0.227

Import-Service: org.osgi.service.event.EventHandler, org.osgi.service.

 log.LogService, org.osgi.service.log.LogReaderService

DynamicImport-Package: org.osgi.service.log



It uses the deprecated Import-Service and dynamically imports org.osgi.service.log



> Cannot start EventAdmin service in AS
> -------------------------------------
>
>                 Key: JBOSGI-324
>                 URL: https://jira.jboss.org/jira/browse/JBOSGI-324
>             Project: JBoss OSGi
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: Thomas Diesler
>             Fix For: JBossOSGi 1.0.0 Beta8
>
>
> Caused by: java.lang.ClassNotFoundException: org.osgi.service.log.LogService from OSGiBundleClassLoader at 104e3f1{org.apache.felix.eventadmin-1.0.0}
> 	at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:498)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
> 	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
> Manifest-Version: 1.0
> Built-By: cziegeler
> Bundle-Activator: org.apache.felix.eventadmin.impl.Activator
> Created-By: Apache Maven Bundle Plugin
> Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
> Import-Package: org.osgi.framework;version="1.3",org.osgi.service.event;version="1.1"
> Bnd-LastModified: 1202107364982
> Export-Package: org.osgi.service.event;uses:="org.osgi.framework";version="1.1"
> Bundle-Version: 1.0.0
> Bundle-Name: Apache Felix EventAdmin
> Bundle-Description: This bundle provides an implementation of the OSGi R4 EventAdmin service.
> Build-Jdk: 1.5.0_13
> Private-Package: org.apache.felix.eventadmin.impl,org.apache.felix.eventadmin.impl.adapter,org.apache.felix.eventadmin.impl.dispatch,org.apache.felix.eventadmin.impl.handler,org.apache.felix.eventadmin.impl.security,org.apache.felix.eventadmin.impl.tasks,org.apache.felix.eventadmin.impl.util
> Bundle-DocURL: http://www.apache.org/
> Export-Service: org.osgi.service.event.EventAdmin
> Bundle-ManifestVersion: 2
> Bundle-Vendor: The Apache Software Foundation
> Bundle-SymbolicName: org.apache.felix.eventadmin
> Tool: Bnd-0.0.227
> Import-Service: org.osgi.service.event.EventHandler, org.osgi.service.log.LogService, org.osgi.service.log.LogReaderService
> DynamicImport-Package: org.osgi.service.log
> It uses the deprecated Import-Service and dynamically imports org.osgi.service.log

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-osgi-issues mailing list