[ 
https://issues.apache.org/jira/browse/FELIX-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802189#action_12802189
 ] 

Arjun Panday commented on FELIX-1980:
-------------------------------------

Oops.

Line 42 of my second activator 
if (s == null) properties.put("console", "on"); //backward compatibility

should obviously read
 if (s == null)
 {
     properties.put("console", "on"); //backward compatibility
     return;
 }

I added this a bit too quickly. 
Apologies.


> Gogo TelnetShell cannot be activated
> ------------------------------------
>
>                 Key: FELIX-1980
>                 URL: https://issues.apache.org/jira/browse/FELIX-1980
>             Project: Felix
>          Issue Type: Bug
>          Components: Gogo
>            Reporter: Arjun Panday
>            Priority: Minor
>         Attachments: gogo.tgz, gogo2.tgz
>
>
> Gogo's TelnetShell is implemented as an SCR component but no XML is provided 
> to activate it. 
> /Arjun

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

Reply via email to