You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Yee-Kang Chang (JIRA)" <tu...@ws.apache.org> on 2008/04/23 18:07:22 UTC

[jira] Created: (TUSCANY-2265) Component stopped via ComponentManager can still be accessed

Component stopped via ComponentManager can still be accessed
------------------------------------------------------------

                 Key: TUSCANY-2265
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2265
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Core Runtime
            Reporter: Yee-Kang Chang


I stopped a component via ComponentManager.stopComponent().  ComponentManager.isComponentStarted() returned false but I was able to still use SCADomain.getService() to obtain a reference to the service and access it.  Similarly, I can use a previously obtained reference to access the service too.

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