You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Vamsavardhana Reddy (JIRA)" <tu...@ws.apache.org> on 2007/07/24 13:43:31 UTC

[jira] Created: (TUSCANY-1477) CompositeActivatorImpl.deactivate() is empty

CompositeActivatorImpl.deactivate() is empty
--------------------------------------------

                 Key: TUSCANY-1477
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1477
             Project: Tuscany
          Issue Type: Bug
    Affects Versions: Java-SCA-0.91
            Reporter: Vamsavardhana Reddy


CompositeActivatorImpl.deactivate() is empty.  Should there be some code in there?

I am seeing a problem with removing components and composites from EmbeddedSCADomain.  I have called EmbeddedSCADomain.DomainCompositeHelper ().stopComponent() with all the component names in my composite and then EmbeddedSCADomain.DomainCompositeHelper ().removeComposite().  I am noticing that the components are not getting removed from EmbeddedSCADomain.domainComposite.  EmbeddedSCADomain.DomainCompositeHelper.removeComposite() is calling compositeActivator.deactivate().  But CompositeActivatorImpl.deactivate() is empty. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Closed: (TUSCANY-1477) CompositeActivatorImpl.deactivate() is empty

Posted by "Vamsavardhana Reddy (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vamsavardhana Reddy closed TUSCANY-1477.
----------------------------------------


> CompositeActivatorImpl.deactivate() is empty
> --------------------------------------------
>
>                 Key: TUSCANY-1477
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1477
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-0.91
>            Reporter: Vamsavardhana Reddy
>            Assignee: Jean-Sebastien Delfino
>             Fix For: Java-SCA-Next
>
>
> CompositeActivatorImpl.deactivate() is empty.  Should there be some code in there?
> I am seeing a problem with removing components and composites from EmbeddedSCADomain.  I have called EmbeddedSCADomain.DomainCompositeHelper ().stopComponent() with all the component names in my composite and then EmbeddedSCADomain.DomainCompositeHelper ().removeComposite().  I am noticing that the components are not getting removed from EmbeddedSCADomain.domainComposite.  EmbeddedSCADomain.DomainCompositeHelper.removeComposite() is calling compositeActivator.deactivate().  But CompositeActivatorImpl.deactivate() is empty. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1477) CompositeActivatorImpl.deactivate() is empty

Posted by "Vamsavardhana Reddy (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520614 ] 

Vamsavardhana Reddy commented on TUSCANY-1477:
----------------------------------------------

Looks like it has already been addressed as of rev 566495.  Thanks.

> CompositeActivatorImpl.deactivate() is empty
> --------------------------------------------
>
>                 Key: TUSCANY-1477
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1477
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-0.91
>            Reporter: Vamsavardhana Reddy
>            Assignee: Jean-Sebastien Delfino
>             Fix For: Java-SCA-Next
>
>
> CompositeActivatorImpl.deactivate() is empty.  Should there be some code in there?
> I am seeing a problem with removing components and composites from EmbeddedSCADomain.  I have called EmbeddedSCADomain.DomainCompositeHelper ().stopComponent() with all the component names in my composite and then EmbeddedSCADomain.DomainCompositeHelper ().removeComposite().  I am noticing that the components are not getting removed from EmbeddedSCADomain.domainComposite.  EmbeddedSCADomain.DomainCompositeHelper.removeComposite() is calling compositeActivator.deactivate().  But CompositeActivatorImpl.deactivate() is empty. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1477) CompositeActivatorImpl.deactivate() is empty

Posted by "Luciano Resende (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515348 ] 

Luciano Resende commented on TUSCANY-1477:
------------------------------------------

One of the issues here is that there is no implementation for CompositeActivatorImpl.deactivate()

Some more information available on the following threads :
   http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg20596.html 
   http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg20674.html

> CompositeActivatorImpl.deactivate() is empty
> --------------------------------------------
>
>                 Key: TUSCANY-1477
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1477
>             Project: Tuscany
>          Issue Type: Bug
>    Affects Versions: Java-SCA-0.91
>            Reporter: Vamsavardhana Reddy
>
> CompositeActivatorImpl.deactivate() is empty.  Should there be some code in there?
> I am seeing a problem with removing components and composites from EmbeddedSCADomain.  I have called EmbeddedSCADomain.DomainCompositeHelper ().stopComponent() with all the component names in my composite and then EmbeddedSCADomain.DomainCompositeHelper ().removeComposite().  I am noticing that the components are not getting removed from EmbeddedSCADomain.domainComposite.  EmbeddedSCADomain.DomainCompositeHelper.removeComposite() is calling compositeActivator.deactivate().  But CompositeActivatorImpl.deactivate() is empty. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Assigned: (TUSCANY-1477) CompositeActivatorImpl.deactivate() is empty

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Sebastien Delfino reassigned TUSCANY-1477:
-----------------------------------------------

    Assignee: Jean-Sebastien Delfino

> CompositeActivatorImpl.deactivate() is empty
> --------------------------------------------
>
>                 Key: TUSCANY-1477
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1477
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-0.91
>            Reporter: Vamsavardhana Reddy
>            Assignee: Jean-Sebastien Delfino
>             Fix For: Java-SCA-Next
>
>
> CompositeActivatorImpl.deactivate() is empty.  Should there be some code in there?
> I am seeing a problem with removing components and composites from EmbeddedSCADomain.  I have called EmbeddedSCADomain.DomainCompositeHelper ().stopComponent() with all the component names in my composite and then EmbeddedSCADomain.DomainCompositeHelper ().removeComposite().  I am noticing that the components are not getting removed from EmbeddedSCADomain.domainComposite.  EmbeddedSCADomain.DomainCompositeHelper.removeComposite() is calling compositeActivator.deactivate().  But CompositeActivatorImpl.deactivate() is empty. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Resolved: (TUSCANY-1477) CompositeActivatorImpl.deactivate() is empty

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Sebastien Delfino resolved TUSCANY-1477.
---------------------------------------------

    Resolution: Fixed

Yes we did some work recently to clean up EmbeddedSCADomain and how it drives CompositeActivator and CompositeBuilder.

Glad that it fixed that issue :) marking it fixed then.

> CompositeActivatorImpl.deactivate() is empty
> --------------------------------------------
>
>                 Key: TUSCANY-1477
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1477
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-0.91
>            Reporter: Vamsavardhana Reddy
>            Assignee: Jean-Sebastien Delfino
>             Fix For: Java-SCA-Next
>
>
> CompositeActivatorImpl.deactivate() is empty.  Should there be some code in there?
> I am seeing a problem with removing components and composites from EmbeddedSCADomain.  I have called EmbeddedSCADomain.DomainCompositeHelper ().stopComponent() with all the component names in my composite and then EmbeddedSCADomain.DomainCompositeHelper ().removeComposite().  I am noticing that the components are not getting removed from EmbeddedSCADomain.domainComposite.  EmbeddedSCADomain.DomainCompositeHelper.removeComposite() is calling compositeActivator.deactivate().  But CompositeActivatorImpl.deactivate() is empty. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1477) CompositeActivatorImpl.deactivate() is empty

Posted by "Raymond Feng (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515341 ] 

Raymond Feng commented on TUSCANY-1477:
---------------------------------------

Hi,

Can you elaborate a bit more on the problem? For example, stacktrace or the sympton such as the components are not removed as expected?

When I look into the code, EmbeddedSCADomain.DomainCompositeHelper.removeComposite() removes the composite from the SCA domain composite in addtion to calling compositeActivator.deactivate(). 

Thanks,
Raymond

> CompositeActivatorImpl.deactivate() is empty
> --------------------------------------------
>
>                 Key: TUSCANY-1477
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1477
>             Project: Tuscany
>          Issue Type: Bug
>    Affects Versions: Java-SCA-0.91
>            Reporter: Vamsavardhana Reddy
>
> CompositeActivatorImpl.deactivate() is empty.  Should there be some code in there?
> I am seeing a problem with removing components and composites from EmbeddedSCADomain.  I have called EmbeddedSCADomain.DomainCompositeHelper ().stopComponent() with all the component names in my composite and then EmbeddedSCADomain.DomainCompositeHelper ().removeComposite().  I am noticing that the components are not getting removed from EmbeddedSCADomain.domainComposite.  EmbeddedSCADomain.DomainCompositeHelper.removeComposite() is calling compositeActivator.deactivate().  But CompositeActivatorImpl.deactivate() is empty. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1477) CompositeActivatorImpl.deactivate() is empty

Posted by "Raymond Feng (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raymond Feng updated TUSCANY-1477:
----------------------------------

    Component/s: Java SCA Core Runtime

> CompositeActivatorImpl.deactivate() is empty
> --------------------------------------------
>
>                 Key: TUSCANY-1477
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1477
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-0.91
>            Reporter: Vamsavardhana Reddy
>
> CompositeActivatorImpl.deactivate() is empty.  Should there be some code in there?
> I am seeing a problem with removing components and composites from EmbeddedSCADomain.  I have called EmbeddedSCADomain.DomainCompositeHelper ().stopComponent() with all the component names in my composite and then EmbeddedSCADomain.DomainCompositeHelper ().removeComposite().  I am noticing that the components are not getting removed from EmbeddedSCADomain.domainComposite.  EmbeddedSCADomain.DomainCompositeHelper.removeComposite() is calling compositeActivator.deactivate().  But CompositeActivatorImpl.deactivate() is empty. 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org