You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2010/08/17 16:01:17 UTC

[jira] Created: (FELIX-2544) Modify shell.remote to work with Gogo too

Modify shell.remote to work with Gogo too
-----------------------------------------

                 Key: FELIX-2544
                 URL: https://issues.apache.org/jira/browse/FELIX-2544
             Project: Felix
          Issue Type: New Feature
          Components: Remote Shell
    Affects Versions: shell.remote-1.0.4
            Reporter: Richard S. Hall
            Assignee: Richard S. Hall
             Fix For: shell.remote-1.1.0


Currently, shell.remote only supports the Felix shell. It would be nice if it also supported the Gogo shell.

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


[jira] Closed: (FELIX-2544) Modify shell.remote to work with Gogo too

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

Richard S. Hall closed FELIX-2544.
----------------------------------

    Resolution: Fixed

I've committed a patch for this. I've modified all service dependencies to be dynamic dependencies, so it will just sit around and wait for a shell to be deployed if one isn't currently available. It defaults to Gogo if both are installed.

Gogo has a built-in telnet command, so this is effectively duplicating that code. We could debate whether Gogo should have telnet built in. We could also make this bundle more generic and allow other bundles to register "shell" services that it can provide remote access to, then this bundle could present a list of the available "shells". This is similar to what the old Oscar telnetd bundle did.

For now, however, I have kept things simple.

> Modify shell.remote to work with Gogo too
> -----------------------------------------
>
>                 Key: FELIX-2544
>                 URL: https://issues.apache.org/jira/browse/FELIX-2544
>             Project: Felix
>          Issue Type: New Feature
>          Components: Remote Shell
>    Affects Versions: shell.remote-1.0.4
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>             Fix For: shell.remote-1.1.0
>
>
> Currently, shell.remote only supports the Felix shell. It would be nice if it also supported the Gogo shell.

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