[
https://issues.apache.org/jira/browse/KARAF-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
viola.lu updated KARAF-452:
---------------------------
Comment: was deleted
(was: hi, jean:
there is a problem in line :
Long endId = Long.valueOf(id.substring(index + 1));
which should be
Long endId = Long.valueOf(id.substring(index + 1, id.length()));
Thanks.)
> Support bundle id ranges, symbolic name/version, and regex in shell
> start/stop etc commands
> -------------------------------------------------------------------------------------------
>
> Key: KARAF-452
> URL: https://issues.apache.org/jira/browse/KARAF-452
> Project: Karaf
> Issue Type: Improvement
> Components: console
> Affects Versions: 3.0.0
> Reporter: David Jencks
> Assignee: Jean-Baptiste Onofré
> Attachments: Karaf-452.patch
>
>
> There are several commands that extend BundlesCommand all of which could be
> enhanced at once.Guillaume suggested on the dev list that the ids argument
> could be a List<String> and decoded in the doExecute method.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira