You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2012/06/15 18:30:42 UTC

[jira] [Commented] (KARAF-1553) Command service references should be AUTO_EXPORT_INTERFACES

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

Daniel Kulp commented on KARAF-1553:
------------------------------------


"mvn install" passes with the patch.
                
> Command service references should be AUTO_EXPORT_INTERFACES
> -----------------------------------------------------------
>
>                 Key: KARAF-1553
>                 URL: https://issues.apache.org/jira/browse/KARAF-1553
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-shell
>            Reporter: Daniel Kulp
>             Fix For: 3.0.0.RC1
>
>         Attachments: patch.txt
>
>
> When the command NamespaceHandler parses commands, it currently sets the MutableServiceMetadata commandService to have ServiceMetadata.AUTO_EXPORT_ALL_CLASSES.   This causes the proxying to use the ASM based subclass proxies.  
> Most likely, it should use either:
> commandService.setAutoExport(ServiceMetadata.AUTO_EXPORT_INTERFACES);
> or specifically set the interface names to proxy on the MutableServiceMetadata via addInterface.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira