[
https://issues.apache.org/jira/browse/FELIX-823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lionel Touseau updated FELIX-823:
---------------------------------
Description:
The WireAdminBinder Extender is not functional. And there is a
ClassCastException when the WireSetManager tries to trace wire creations and
deletions.
The proposed patch corrects the Extender using AsynchronousBundleListener and
BundleEvents.STARTED instead of Bundle.ACTIVE.
The ClassCastException issue is not resolved but the responsible
"WireSetManager.tracewire" method is now only called when traces are enabled.
was:The WireAdminBinder Extender is not functional. And there is a
ClassCastException when the WireSetManager tries to trace wire creations and
deletions.
> WireAdminBinder Extender Model
> ------------------------------
>
> Key: FELIX-823
> URL: https://issues.apache.org/jira/browse/FELIX-823
> Project: Felix
> Issue Type: Bug
> Components: Sandbox
> Reporter: Lionel Touseau
>
> The WireAdminBinder Extender is not functional. And there is a
> ClassCastException when the WireSetManager tries to trace wire creations and
> deletions.
> The proposed patch corrects the Extender using AsynchronousBundleListener
> and BundleEvents.STARTED instead of Bundle.ACTIVE.
> The ClassCastException issue is not resolved but the responsible
> "WireSetManager.tracewire" method is now only called when traces are enabled.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.