You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2011/08/29 16:40:38 UTC

[jira] [Created] (KARAF-841) Cellar shell commands are not available on Equinox

Cellar shell commands are not available on Equinox
--------------------------------------------------

                 Key: KARAF-841
                 URL: https://issues.apache.org/jira/browse/KARAF-841
             Project: Karaf
          Issue Type: Bug
          Components: cellar-shell
    Affects Versions: cellar-2.2.1, cellar-2.2.2
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: cellar-3.0.0, cellar-2.2.3


When installing Cellar on a Karaf instance running with Equinox OSGi framework, the shell commands are not available.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Work started] (KARAF-841) Cellar shell commands are not available on Equinox

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on KARAF-841 started by Jean-Baptiste Onofré.

> Cellar shell commands are not available on Equinox
> --------------------------------------------------
>
>                 Key: KARAF-841
>                 URL: https://issues.apache.org/jira/browse/KARAF-841
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-shell
>    Affects Versions: cellar-2.2.2, cellar-2.2.1
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.3
>
>
> When installing Cellar on a Karaf instance running with Equinox OSGi framework, the shell commands are not available.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-841) Cellar shell commands are not available on Equinox

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13094402#comment-13094402 ] 

Jean-Baptiste Onofré commented on KARAF-841:
--------------------------------------------

The issue was about the Felix maven-bundle-plugin: if we use package*, and our bundle doesn't explicitly reference these packages, the maven-bundle-plugin doesn't include it in the MANIFEST.

So, it means that the org.apache.karaf.shell.console* packages were not present in the MANIFEST, that's why the commands were not available on Equinox.

I'm updating the POM to replace org.apache.karaf.shell.console* import statement by org.apache.karaf.shell.console, org.apache.karaf.shell.console.commands and org.apache.karaf.shell.console.completer packages explicitly.
Without the *, the maven-bundle-plugin will define these packages in the MANIFEST. 

> Cellar shell commands are not available on Equinox
> --------------------------------------------------
>
>                 Key: KARAF-841
>                 URL: https://issues.apache.org/jira/browse/KARAF-841
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-shell
>    Affects Versions: cellar-2.2.2, cellar-2.2.1
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.3
>
>
> When installing Cellar on a Karaf instance running with Equinox OSGi framework, the shell commands are not available.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-841) Cellar shell commands are not available on Equinox

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13094404#comment-13094404 ] 

Jean-Baptiste Onofré commented on KARAF-841:
--------------------------------------------

Fixed on Cellar trunk: revision 1163556.

> Cellar shell commands are not available on Equinox
> --------------------------------------------------
>
>                 Key: KARAF-841
>                 URL: https://issues.apache.org/jira/browse/KARAF-841
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-shell
>    Affects Versions: cellar-2.2.2, cellar-2.2.1
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.3
>
>
> When installing Cellar on a Karaf instance running with Equinox OSGi framework, the shell commands are not available.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-841) Cellar shell commands are not available on Equinox

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13094408#comment-13094408 ] 

Jean-Baptiste Onofré commented on KARAF-841:
--------------------------------------------

Fixed on cellar-2.2.x: revision 1163560.

> Cellar shell commands are not available on Equinox
> --------------------------------------------------
>
>                 Key: KARAF-841
>                 URL: https://issues.apache.org/jira/browse/KARAF-841
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-shell
>    Affects Versions: cellar-2.2.2, cellar-2.2.1
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.3
>
>
> When installing Cellar on a Karaf instance running with Equinox OSGi framework, the shell commands are not available.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (KARAF-841) Cellar shell commands are not available on Equinox

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-841.
----------------------------------------

    Resolution: Fixed

> Cellar shell commands are not available on Equinox
> --------------------------------------------------
>
>                 Key: KARAF-841
>                 URL: https://issues.apache.org/jira/browse/KARAF-841
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-shell
>    Affects Versions: cellar-2.2.2, cellar-2.2.1
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.3
>
>
> When installing Cellar on a Karaf instance running with Equinox OSGi framework, the shell commands are not available.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira