You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Heath Kesler (JIRA)" <ji...@apache.org> on 2012/08/23 04:22:41 UTC

[jira] [Created] (KARAF-1762) command to list bundles with the requested class

Heath Kesler created KARAF-1762:
-----------------------------------

             Summary: command to list bundles with the requested class
                 Key: KARAF-1762
                 URL: https://issues.apache.org/jira/browse/KARAF-1762
             Project: Karaf
          Issue Type: New Feature
            Reporter: Heath Kesler
             Fix For: 3.0.0


This might be a command like bundles:find-class <fq-classname> to allow the user to find a list of bundles that have that classname. 

--
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

        

[jira] [Assigned] (KARAF-1762) command to list bundles with the requested class

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

Jamie goodyear reassigned KARAF-1762:
-------------------------------------

    Assignee: Jamie goodyear
    
> command to list bundles with the requested class
> ------------------------------------------------
>
>                 Key: KARAF-1762
>                 URL: https://issues.apache.org/jira/browse/KARAF-1762
>             Project: Karaf
>          Issue Type: New Feature
>            Reporter: Heath Kesler
>            Assignee: Jamie goodyear
>             Fix For: 3.0.0
>
>         Attachments: karaf-3.0_1762.diff
>
>
> This might be a command like bundles:find-class <fq-classname> to allow the user to find a list of bundles that have that classname. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-1762) command to list bundles with the requested class

Posted by "Heath Kesler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13444240#comment-13444240 ] 

Heath Kesler commented on KARAF-1762:
-------------------------------------

I will be posting a patch in the next couple of days that will implement this.
                
> command to list bundles with the requested class
> ------------------------------------------------
>
>                 Key: KARAF-1762
>                 URL: https://issues.apache.org/jira/browse/KARAF-1762
>             Project: Karaf
>          Issue Type: New Feature
>            Reporter: Heath Kesler
>             Fix For: 3.0.0
>
>
> This might be a command like bundles:find-class <fq-classname> to allow the user to find a list of bundles that have that classname. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (KARAF-1762) command to list bundles with the requested class

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

Jamie goodyear resolved KARAF-1762.
-----------------------------------

    Resolution: Fixed
    
> command to list bundles with the requested class
> ------------------------------------------------
>
>                 Key: KARAF-1762
>                 URL: https://issues.apache.org/jira/browse/KARAF-1762
>             Project: Karaf
>          Issue Type: New Feature
>            Reporter: Heath Kesler
>            Assignee: Jamie goodyear
>             Fix For: 3.0.0
>
>         Attachments: karaf-3.0_1762.diff
>
>
> This might be a command like bundles:find-class <fq-classname> to allow the user to find a list of bundles that have that classname. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-1762) command to list bundles with the requested class

Posted by "Jamie goodyear (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13444588#comment-13444588 ] 

Jamie goodyear commented on KARAF-1762:
---------------------------------------

Applied the patch provided by Heath Kesler with thanks again.

$ svn ci
Adding         bundle/command/src/main/java/org/apache/karaf/bundle/command/FindClass.java
Sending        bundle/command/src/main/resources/OSGI-INF/blueprint/shell-bundles.xml
Sending        bundle/command/src/main/resources/OSGI-INF/bundle.info
Transmitting file data ...
Committed revision 1378784.
                
> command to list bundles with the requested class
> ------------------------------------------------
>
>                 Key: KARAF-1762
>                 URL: https://issues.apache.org/jira/browse/KARAF-1762
>             Project: Karaf
>          Issue Type: New Feature
>            Reporter: Heath Kesler
>            Assignee: Jamie goodyear
>             Fix For: 3.0.0
>
>         Attachments: karaf-3.0_1762.diff
>
>
> This might be a command like bundles:find-class <fq-classname> to allow the user to find a list of bundles that have that classname. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (KARAF-1762) command to list bundles with the requested class

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

Heath Kesler updated KARAF-1762:
--------------------------------

    Attachment: karaf-3.0_1762.diff

Implemented the new command find-class, it takes a class name or partial class name as an argument and lists the results grouped by bundle.  It will list the bundle title followed by the list of resources that have the specified argument as part of the resource name.  Example: if Interceptor is entered it will list any class with that in the name.  The more specific the argument request the more specific the results.  
                
> command to list bundles with the requested class
> ------------------------------------------------
>
>                 Key: KARAF-1762
>                 URL: https://issues.apache.org/jira/browse/KARAF-1762
>             Project: Karaf
>          Issue Type: New Feature
>            Reporter: Heath Kesler
>             Fix For: 3.0.0
>
>         Attachments: karaf-3.0_1762.diff
>
>
> This might be a command like bundles:find-class <fq-classname> to allow the user to find a list of bundles that have that classname. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Work started] (KARAF-1762) command to list bundles with the requested class

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

Work on KARAF-1762 started by Jamie goodyear.

> command to list bundles with the requested class
> ------------------------------------------------
>
>                 Key: KARAF-1762
>                 URL: https://issues.apache.org/jira/browse/KARAF-1762
>             Project: Karaf
>          Issue Type: New Feature
>            Reporter: Heath Kesler
>            Assignee: Jamie goodyear
>             Fix For: 3.0.0
>
>         Attachments: karaf-3.0_1762.diff
>
>
> This might be a command like bundles:find-class <fq-classname> to allow the user to find a list of bundles that have that classname. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira