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

ASF subversion and git services commented on QPID-7487:
-------------------------------------------------------

Commit 1772329 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1772329 ]

QPID-7487: [Java Broker] Remove dead command line option --overwrite-store

> [Java Broker] The option to "overwrite configuration" on Main does nothing
> --------------------------------------------------------------------------
>
>                 Key: QPID-7487
>                 URL: https://issues.apache.org/jira/browse/QPID-7487
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Rob Godfrey
>            Priority: Minor
>             Fix For: qpid-java-6.2
>
>
> The Main class used to launch a standalone Broker instance contains a command 
> line option to overwrite the configuration with that from the initial config. 
>  This option has no effect
> {code:java}
>     private static final Option OPTION_OVERWRITE_CONFIGURATION_STORE = 
> OptionBuilder.withDescription("overwrite the broker configuration store with 
> the current initial configuration")
>             .withLongOpt("overwrite-store").create("os");
> {code}
> We should either remove this option, or restore the functinality



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to