You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2013/12/11 14:08:07 UTC

[jira] [Commented] (AMQ-4931) Karaf commands should auto-export interfaces

    [ https://issues.apache.org/jira/browse/AMQ-4931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13845374#comment-13845374 ] 

Jean-Baptiste Onofré commented on AMQ-4931:
-------------------------------------------

Fixed on trunk: https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=commitdiff;h=6258ce1761538035059399b605ee10d4a2316263

> Karaf commands should auto-export interfaces
> --------------------------------------------
>
>                 Key: AMQ-4931
>                 URL: https://issues.apache.org/jira/browse/AMQ-4931
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: OSGi/Karaf
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 5.10.0
>
>
> Currently, the ActiveMQ Karaf commands use the OSGi service declaration with explicitly defining the interfaces set. For instance:
>     <interfaces>
>       <value>org.apache.felix.service.command.Function</value>
>       <value>org.apache.karaf.shell.console.CompletableFunction</value>
>     </interfaces>
> This prevent some Karaf feature like the new commands RBAC mechanism.
> The service definition should use auto-export="interfaces".



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)