You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2009/10/01 12:26:23 UTC

[jira] Created: (FELIX-1674) typo in scr and webconsole - "unsatisifed"

typo in scr and webconsole - "unsatisifed"
------------------------------------------

                 Key: FELIX-1674
                 URL: https://issues.apache.org/jira/browse/FELIX-1674
             Project: Felix
          Issue Type: Bug
            Reporter: Davanum Srinivas


Of the typos, the following do show up either when we connect to felix command line console or the web console

./scr/src/main/java/org/apache/felix/scr/impl/ScrCommand.java:                return "unsatisifed";
./webconsole/src/main/java/org/apache/felix/webconsole/internal/compendium/ComponentsServlet.java:                return "unsatisifed";
./scr/src/main/java/org/apache/felix/scr/impl/manager/ImmediateComponentManager.java:                "Updating the service references caused atleast on reference to become unsatisifed, deactivating component",

the following are just in the comments
./scr/src/main/java/org/apache/felix/scr/impl/manager/AbstractComponentManager.java:     * not met, the component is not activated and remains unsatisifed.
./scr/src/test/java/org/apache/felix/scr/integration/ComponentConfigurationTest.java:        // expect a single unsatisifed component

thanks,
dims

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


[jira] Commented: (FELIX-1674) typo in scr and webconsole - "unsatisifed"

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761159#action_12761159 ] 

Davanum Srinivas commented on FELIX-1674:
-----------------------------------------

"unsatisifed" -> "unsatisfied"

> typo in scr and webconsole - "unsatisifed"
> ------------------------------------------
>
>                 Key: FELIX-1674
>                 URL: https://issues.apache.org/jira/browse/FELIX-1674
>             Project: Felix
>          Issue Type: Bug
>            Reporter: Davanum Srinivas
>            Priority: Minor
>
> Of the typos, the following do show up either when we connect to felix command line console or the web console
> ./scr/src/main/java/org/apache/felix/scr/impl/ScrCommand.java:                return "unsatisifed";
> ./webconsole/src/main/java/org/apache/felix/webconsole/internal/compendium/ComponentsServlet.java:                return "unsatisifed";
> ./scr/src/main/java/org/apache/felix/scr/impl/manager/ImmediateComponentManager.java:                "Updating the service references caused atleast on reference to become unsatisifed, deactivating component",
> the following are just in the comments
> ./scr/src/main/java/org/apache/felix/scr/impl/manager/AbstractComponentManager.java:     * not met, the component is not activated and remains unsatisifed.
> ./scr/src/test/java/org/apache/felix/scr/integration/ComponentConfigurationTest.java:        // expect a single unsatisifed component
> thanks,
> dims

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


[jira] Updated: (FELIX-1674) typo in scr and webconsole - "unsatisifed"

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated FELIX-1674:
------------------------------------

    Priority: Minor  (was: Major)

> typo in scr and webconsole - "unsatisifed"
> ------------------------------------------
>
>                 Key: FELIX-1674
>                 URL: https://issues.apache.org/jira/browse/FELIX-1674
>             Project: Felix
>          Issue Type: Bug
>            Reporter: Davanum Srinivas
>            Priority: Minor
>
> Of the typos, the following do show up either when we connect to felix command line console or the web console
> ./scr/src/main/java/org/apache/felix/scr/impl/ScrCommand.java:                return "unsatisifed";
> ./webconsole/src/main/java/org/apache/felix/webconsole/internal/compendium/ComponentsServlet.java:                return "unsatisifed";
> ./scr/src/main/java/org/apache/felix/scr/impl/manager/ImmediateComponentManager.java:                "Updating the service references caused atleast on reference to become unsatisifed, deactivating component",
> the following are just in the comments
> ./scr/src/main/java/org/apache/felix/scr/impl/manager/AbstractComponentManager.java:     * not met, the component is not activated and remains unsatisifed.
> ./scr/src/test/java/org/apache/felix/scr/integration/ComponentConfigurationTest.java:        // expect a single unsatisifed component
> thanks,
> dims

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


[jira] Assigned: (FELIX-1674) typo in scr and webconsole - "unsatisifed"

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger reassigned FELIX-1674:
----------------------------------------

    Assignee: Felix Meschberger

> typo in scr and webconsole - "unsatisifed"
> ------------------------------------------
>
>                 Key: FELIX-1674
>                 URL: https://issues.apache.org/jira/browse/FELIX-1674
>             Project: Felix
>          Issue Type: Bug
>            Reporter: Davanum Srinivas
>            Assignee: Felix Meschberger
>            Priority: Minor
>
> Of the typos, the following do show up either when we connect to felix command line console or the web console
> ./scr/src/main/java/org/apache/felix/scr/impl/ScrCommand.java:                return "unsatisifed";
> ./webconsole/src/main/java/org/apache/felix/webconsole/internal/compendium/ComponentsServlet.java:                return "unsatisifed";
> ./scr/src/main/java/org/apache/felix/scr/impl/manager/ImmediateComponentManager.java:                "Updating the service references caused atleast on reference to become unsatisifed, deactivating component",
> the following are just in the comments
> ./scr/src/main/java/org/apache/felix/scr/impl/manager/AbstractComponentManager.java:     * not met, the component is not activated and remains unsatisifed.
> ./scr/src/test/java/org/apache/felix/scr/integration/ComponentConfigurationTest.java:        // expect a single unsatisifed component
> thanks,
> dims

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


[jira] Commented: (FELIX-1674) typo in scr and webconsole - "unsatisifed"

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761167#action_12761167 ] 

Felix Meschberger commented on FELIX-1674:
------------------------------------------

Thanks for reporting these typos.

The web console typo is fixed in Rev. 820608

> typo in scr and webconsole - "unsatisifed"
> ------------------------------------------
>
>                 Key: FELIX-1674
>                 URL: https://issues.apache.org/jira/browse/FELIX-1674
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services (SCR), Web Console
>    Affects Versions: scr-1.0.8, webconsole-2.0.0
>            Reporter: Davanum Srinivas
>            Assignee: Felix Meschberger
>            Priority: Minor
>             Fix For: webconsole-2.0.2, scr-1.2.0
>
>
> Of the typos, the following do show up either when we connect to felix command line console or the web console
> ./scr/src/main/java/org/apache/felix/scr/impl/ScrCommand.java:                return "unsatisifed";
> ./webconsole/src/main/java/org/apache/felix/webconsole/internal/compendium/ComponentsServlet.java:                return "unsatisifed";
> ./scr/src/main/java/org/apache/felix/scr/impl/manager/ImmediateComponentManager.java:                "Updating the service references caused atleast on reference to become unsatisifed, deactivating component",
> the following are just in the comments
> ./scr/src/main/java/org/apache/felix/scr/impl/manager/AbstractComponentManager.java:     * not met, the component is not activated and remains unsatisifed.
> ./scr/src/test/java/org/apache/felix/scr/integration/ComponentConfigurationTest.java:        // expect a single unsatisifed component
> thanks,
> dims

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


[jira] Resolved: (FELIX-1674) typo in scr and webconsole - "unsatisifed"

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved FELIX-1674.
--------------------------------------

    Resolution: Fixed

Fixed in the scr project in Rev. 821744.

> typo in scr and webconsole - "unsatisifed"
> ------------------------------------------
>
>                 Key: FELIX-1674
>                 URL: https://issues.apache.org/jira/browse/FELIX-1674
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services (SCR), Web Console
>    Affects Versions: scr-1.0.8, webconsole-2.0.0
>            Reporter: Davanum Srinivas
>            Assignee: Felix Meschberger
>            Priority: Minor
>             Fix For: webconsole-2.0.2, scr-1.2.0
>
>
> Of the typos, the following do show up either when we connect to felix command line console or the web console
> ./scr/src/main/java/org/apache/felix/scr/impl/ScrCommand.java:                return "unsatisifed";
> ./webconsole/src/main/java/org/apache/felix/webconsole/internal/compendium/ComponentsServlet.java:                return "unsatisifed";
> ./scr/src/main/java/org/apache/felix/scr/impl/manager/ImmediateComponentManager.java:                "Updating the service references caused atleast on reference to become unsatisifed, deactivating component",
> the following are just in the comments
> ./scr/src/main/java/org/apache/felix/scr/impl/manager/AbstractComponentManager.java:     * not met, the component is not activated and remains unsatisifed.
> ./scr/src/test/java/org/apache/felix/scr/integration/ComponentConfigurationTest.java:        // expect a single unsatisifed component
> thanks,
> dims

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


[jira] Updated: (FELIX-1674) typo in scr and webconsole - "unsatisifed"

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger updated FELIX-1674:
-------------------------------------

          Component/s: Web Console
                       Declarative Services (SCR)
    Affects Version/s: scr-1.0.8
                       webconsole-2.0.0
        Fix Version/s: scr-1.2.0
                       webconsole-2.0.2

> typo in scr and webconsole - "unsatisifed"
> ------------------------------------------
>
>                 Key: FELIX-1674
>                 URL: https://issues.apache.org/jira/browse/FELIX-1674
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services (SCR), Web Console
>    Affects Versions: scr-1.0.8, webconsole-2.0.0
>            Reporter: Davanum Srinivas
>            Assignee: Felix Meschberger
>            Priority: Minor
>             Fix For: webconsole-2.0.2, scr-1.2.0
>
>
> Of the typos, the following do show up either when we connect to felix command line console or the web console
> ./scr/src/main/java/org/apache/felix/scr/impl/ScrCommand.java:                return "unsatisifed";
> ./webconsole/src/main/java/org/apache/felix/webconsole/internal/compendium/ComponentsServlet.java:                return "unsatisifed";
> ./scr/src/main/java/org/apache/felix/scr/impl/manager/ImmediateComponentManager.java:                "Updating the service references caused atleast on reference to become unsatisifed, deactivating component",
> the following are just in the comments
> ./scr/src/main/java/org/apache/felix/scr/impl/manager/AbstractComponentManager.java:     * not met, the component is not activated and remains unsatisifed.
> ./scr/src/test/java/org/apache/felix/scr/integration/ComponentConfigurationTest.java:        // expect a single unsatisifed component
> thanks,
> dims

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


[jira] Closed: (FELIX-1674) typo in scr and webconsole - "unsatisifed"

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger closed FELIX-1674.
------------------------------------


SCR 1.2.0 has been released. Close all issues.

> typo in scr and webconsole - "unsatisifed"
> ------------------------------------------
>
>                 Key: FELIX-1674
>                 URL: https://issues.apache.org/jira/browse/FELIX-1674
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services (SCR), Web Console
>    Affects Versions: scr-1.0.8, webconsole-2.0.0
>            Reporter: Davanum Srinivas
>            Assignee: Felix Meschberger
>            Priority: Minor
>             Fix For: scr-1.2.0, webconsole-2.0.2
>
>
> Of the typos, the following do show up either when we connect to felix command line console or the web console
> ./scr/src/main/java/org/apache/felix/scr/impl/ScrCommand.java:                return "unsatisifed";
> ./webconsole/src/main/java/org/apache/felix/webconsole/internal/compendium/ComponentsServlet.java:                return "unsatisifed";
> ./scr/src/main/java/org/apache/felix/scr/impl/manager/ImmediateComponentManager.java:                "Updating the service references caused atleast on reference to become unsatisifed, deactivating component",
> the following are just in the comments
> ./scr/src/main/java/org/apache/felix/scr/impl/manager/AbstractComponentManager.java:     * not met, the component is not activated and remains unsatisifed.
> ./scr/src/test/java/org/apache/felix/scr/integration/ComponentConfigurationTest.java:        // expect a single unsatisifed component
> thanks,
> dims

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