You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Rajini Sivaram (JIRA)" <tu...@ws.apache.org> on 2007/08/22 15:48:30 UTC

[jira] Created: (TUSCANY-1569) Minor fixes for implementation.osgi

Minor fixes for implementation.osgi 
------------------------------------

                 Key: TUSCANY-1569
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1569
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA OSGi Integration
            Reporter: Rajini Sivaram
            Priority: Minor


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)

-- 
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-1569) Minor fixes for implementation.osgi

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

Raymond Feng reassigned TUSCANY-1569:
-------------------------------------

    Assignee: ant elder  (was: Raymond Feng)

Assigned it back to Ant as he has already applied the patch.

> Minor fixes for implementation.osgi 
> ------------------------------------
>
>                 Key: TUSCANY-1569
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1569
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA OSGi Integration
>            Reporter: Rajini Sivaram
>            Assignee: ant elder
>            Priority: Minor
>         Attachments: itest-osgi-implementation-patch.txt, modules-implementation-osgi-patch.txt
>
>
> 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)

-- 
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-1569) Minor fixes for implementation.osgi

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

Raymond Feng reassigned TUSCANY-1569:
-------------------------------------

    Assignee: Raymond Feng  (was: ant elder)

> Minor fixes for implementation.osgi 
> ------------------------------------
>
>                 Key: TUSCANY-1569
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1569
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA OSGi Integration
>            Reporter: Rajini Sivaram
>            Assignee: Raymond Feng
>            Priority: Minor
>         Attachments: itest-osgi-implementation-patch.txt, modules-implementation-osgi-patch.txt
>
>
> 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)

-- 
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-1569) Minor fixes for implementation.osgi

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

ant elder closed TUSCANY-1569.
------------------------------

    Resolution: Fixed

Patch applied, thanks for the code Rajini.

> Minor fixes for implementation.osgi 
> ------------------------------------
>
>                 Key: TUSCANY-1569
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1569
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA OSGi Integration
>            Reporter: Rajini Sivaram
>            Assignee: ant elder
>            Priority: Minor
>         Attachments: itest-osgi-implementation-patch.txt, modules-implementation-osgi-patch.txt
>
>
> 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)

-- 
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-1569) Minor fixes for implementation.osgi

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

Rajini Sivaram updated TUSCANY-1569:
------------------------------------

    Attachment: modules-implementation-osgi-patch.txt
                itest-osgi-implementation-patch.txt

> Minor fixes for implementation.osgi 
> ------------------------------------
>
>                 Key: TUSCANY-1569
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1569
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA OSGi Integration
>            Reporter: Rajini Sivaram
>            Priority: Minor
>         Attachments: itest-osgi-implementation-patch.txt, modules-implementation-osgi-patch.txt
>
>
> 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)

-- 
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-1569) Minor fixes for implementation.osgi

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

ant elder reassigned TUSCANY-1569:
----------------------------------

    Assignee: ant elder

> Minor fixes for implementation.osgi 
> ------------------------------------
>
>                 Key: TUSCANY-1569
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1569
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA OSGi Integration
>            Reporter: Rajini Sivaram
>            Assignee: ant elder
>            Priority: Minor
>         Attachments: itest-osgi-implementation-patch.txt, modules-implementation-osgi-patch.txt
>
>
> 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)

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