You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "David Booz (JIRA)" <de...@tuscany.apache.org> on 2008/08/27 15:21:45 UTC

[jira] Created: (TUSCANY-2566) OSGi NodeLauncher main does not start OSGi runtime

OSGi NodeLauncher main does not start OSGi runtime
--------------------------------------------------

                 Key: TUSCANY-2566
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2566
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA OSGi Integration
    Affects Versions: Java-SCA-1.3
         Environment: On revision 688186 of the trunk.
            Reporter: David Booz


The main function in o.a.t.s.node.osgi.launcher.NodeLauncher does not start the OSGi runtime.  This was not caught because the JUnit testcases doesn't use this main to start the node.

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


[jira] Commented: (TUSCANY-2566) OSGi NodeLauncher main does not start OSGi runtime

Posted by "Raymond Feng (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627177#action_12627177 ] 

Raymond Feng commented on TUSCANY-2566:
---------------------------------------

I'm a bit confused. org.apache.tuscany.sca.node.osgi.launcher.NodeLauncher.newInstance() just creates the NodeLauncher instance (constructor is empty). Why cannot it be created before the OSGi is started? Please clarify. Thanks,

> OSGi NodeLauncher main does not start OSGi runtime
> --------------------------------------------------
>
>                 Key: TUSCANY-2566
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2566
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA OSGi Integration
>    Affects Versions: Java-SCA-1.3
>         Environment: On revision 688186 of the trunk.
>            Reporter: David Booz
>            Assignee: Raymond Feng
>             Fix For: Java-SCA-Next
>
>         Attachments: node-launcher-osgi-2566.diff
>
>
> The main function in o.a.t.s.node.osgi.launcher.NodeLauncher does not start the OSGi runtime.  This was not caught because the JUnit testcases doesn't use this main to start the node.

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


[jira] Resolved: (TUSCANY-2566) OSGi NodeLauncher main does not start OSGi runtime

Posted by "Simon Laws (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Laws resolved TUSCANY-2566.
---------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Java-SCA-Next)
                   Java-SCA-2.0

I'm going to close this issue as in 2.x now there is an osgi (equinox) specific launcher that brings up the OSGi runtime. The launcher is a standard Java class however as it provides a mainline so that if can be run from the command line an with java -jar. 

> OSGi NodeLauncher main does not start OSGi runtime
> --------------------------------------------------
>
>                 Key: TUSCANY-2566
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2566
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA OSGi Integration
>    Affects Versions: Java-SCA-1.3
>         Environment: On revision 688186 of the trunk.
>            Reporter: David Booz
>            Assignee: Raymond Feng
>             Fix For: Java-SCA-2.0
>
>         Attachments: node-launcher-osgi-2566.diff
>
>
> The main function in o.a.t.s.node.osgi.launcher.NodeLauncher does not start the OSGi runtime.  This was not caught because the JUnit testcases doesn't use this main to start the node.

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


[jira] Commented: (TUSCANY-2566) OSGi NodeLauncher main does not start OSGi runtime

Posted by "David Booz (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627115#action_12627115 ] 

David Booz commented on TUSCANY-2566:
-------------------------------------

Looks like an attempt was made to integrate a fix, but it was done incorrectly.  The launcher instance cannot be created until AFTER OSGi is started.

> OSGi NodeLauncher main does not start OSGi runtime
> --------------------------------------------------
>
>                 Key: TUSCANY-2566
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2566
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA OSGi Integration
>    Affects Versions: Java-SCA-1.3
>         Environment: On revision 688186 of the trunk.
>            Reporter: David Booz
>            Assignee: Raymond Feng
>             Fix For: Java-SCA-Next
>
>         Attachments: node-launcher-osgi-2566.diff
>
>
> The main function in o.a.t.s.node.osgi.launcher.NodeLauncher does not start the OSGi runtime.  This was not caught because the JUnit testcases doesn't use this main to start the node.

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


[jira] Assigned: (TUSCANY-2566) OSGi NodeLauncher main does not start OSGi runtime

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

Raymond Feng reassigned TUSCANY-2566:
-------------------------------------

    Assignee: Raymond Feng

> OSGi NodeLauncher main does not start OSGi runtime
> --------------------------------------------------
>
>                 Key: TUSCANY-2566
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2566
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA OSGi Integration
>    Affects Versions: Java-SCA-1.3
>         Environment: On revision 688186 of the trunk.
>            Reporter: David Booz
>            Assignee: Raymond Feng
>         Attachments: node-launcher-osgi-2566.diff
>
>
> The main function in o.a.t.s.node.osgi.launcher.NodeLauncher does not start the OSGi runtime.  This was not caught because the JUnit testcases doesn't use this main to start the node.

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


[jira] Updated: (TUSCANY-2566) OSGi NodeLauncher main does not start OSGi runtime

Posted by "David Booz (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Booz updated TUSCANY-2566:
--------------------------------

    Attachment: node-launcher-osgi-2566.diff

> OSGi NodeLauncher main does not start OSGi runtime
> --------------------------------------------------
>
>                 Key: TUSCANY-2566
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2566
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA OSGi Integration
>    Affects Versions: Java-SCA-1.3
>         Environment: On revision 688186 of the trunk.
>            Reporter: David Booz
>         Attachments: node-launcher-osgi-2566.diff
>
>
> The main function in o.a.t.s.node.osgi.launcher.NodeLauncher does not start the OSGi runtime.  This was not caught because the JUnit testcases doesn't use this main to start the node.

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