Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Patch Available
Description
Update pom.xml and felix.config.properties in itest/osgi-implementation to use the latest bundles.
Add OSGiImplementation.equals method to check bundle location and properties.
There is an exception thrown during Felix shutdown by one of the tests in itest. This exception does not cause a test failure, and has been raised as a Felix bug (https://issues.apache.org/jira/browse/FELIX-341).
— Exception with component : Unexpected problem executing task —
java.lang.IllegalStateException: Service already unregistered.
at org.apache.felix.framework.ServiceRegistrationImpl.unregister(ServiceRegistrationImpl.java:105)
at org.apache.felix.scr.AbstractComponentManager.unregisterComponentService(AbstractComponentManager.java:503)
at org.apache.felix.scr.AbstractComponentManager.deactivateInternal(AbstractComponentManager.java:369)
at org.apache.felix.scr.AbstractComponentManager.access$200(AbstractComponentManager.java:55)
at org.apache.felix.scr.AbstractComponentManager$3.run(AbstractComponentManager.java:176)
at org.apache.felix.scr.ComponentActorThread.run(ComponentActorThread.java:81)