[ 
https://issues.apache.org/jira/browse/CAMEL-8963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey  updated CAMEL-8963:
---------------------------
    Description: 
In previous versions of camel (2.13.2 for sure) it was possible to use 
camel:route-suspend command and specify route id only. In 2.15.2 its not 
possible anymore. For example:

{code}
karaf@root()> camel:route-list
 Context                           Route                                  Status
 -------                           -----                                  ------
 fi-remurex-cpty-context           fi-remurex-institution-queue           
Started
karaf@root()> camel:route-suspend fi-remurex-institution-queue
Error executing command camel: route-suspend: argument context is required
{code}

At the same time, on <tab> key camel:route-suspend command still suggests 
route, but not context as second parameter. Used route id is unique, so I don't 
think its a good idea to ask for context in this case.

  was:
In previous versions of camel (2.13.2 for sure) it was possible to use 
camel:route-suspend command and specify route id only. In 2.15.2 its not 
possible anymore. For example:

{code}
karaf@root()> camel:route-list
 Context                           Route                                  Status
 -------                           -----                                  ------
 fi-remurex-cpty-context           fi-remurex-institution-queue           
Started
karaf@root()> camel:route-suspend fi-remurex-institution-queue
Error executing command camel: route-suspend: argument context is required
{code}

At the same time, on <tab> key camel:route-suspend command still suggests 
route, but not context as second parameter. Used route id is unique, so I don't 
think its a good idea to ask for context always.


> camel:route-suspend karaf command changed behaviour
> ---------------------------------------------------
>
>                 Key: CAMEL-8963
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8963
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 2.15.2
>            Reporter: Sergey 
>
> In previous versions of camel (2.13.2 for sure) it was possible to use 
> camel:route-suspend command and specify route id only. In 2.15.2 its not 
> possible anymore. For example:
> {code}
> karaf@root()> camel:route-list
>  Context                           Route                                  
> Status
>  -------                           -----                                  
> ------
>  fi-remurex-cpty-context           fi-remurex-institution-queue           
> Started
> karaf@root()> camel:route-suspend fi-remurex-institution-queue
> Error executing command camel: route-suspend: argument context is required
> {code}
> At the same time, on <tab> key camel:route-suspend command still suggests 
> route, but not context as second parameter. Used route id is unique, so I 
> don't think its a good idea to ask for context in this case.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to