You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Lionel Touseau (JIRA)" <ji...@apache.org> on 2008/11/19 14:52:44 UTC

[jira] Updated: (FELIX-823) WireAdminBinder Extender Model

     [ 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.