[jboss-jira] [JBoss JIRA] (WFLY-1921) Cancel operation is ignored when flushing JMS destination metrics in the management console

Osamu Nagano (JIRA) jira-events at lists.jboss.org
Thu Aug 22 04:08:26 EDT 2013


    [ https://issues.jboss.org/browse/WFLY-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798382#comment-12798382 ] 

Osamu Nagano commented on WFLY-1921:
------------------------------------

{{isConfirmed}} is ignored in the {{onConfirmation()}} method.  The same in {{TopicMetrics.java}}.
[https://github.com/jbossas/console/blob/develop/gui/src/main/java/org/jboss/as/console/client/shared/runtime/jms/QueueMetrics.java#L180]
{code:java}
    176                 Feedback.confirm("Flush Queue", "Do you really want to flush queue "+queue.getName(),
    177                         new Feedback.ConfirmationHandler(){
    178                             @Override
    179                             public void onConfirmation(boolean isConfirmed) {
    180                                 presenter.onFlushQueue(queue);
    181                             }
    182                         });
{code}
                
> Cancel operation is ignored when flushing JMS destination metrics in the management console
> -------------------------------------------------------------------------------------------
>
>                 Key: WFLY-1921
>                 URL: https://issues.jboss.org/browse/WFLY-1921
>             Project: WildFly
>          Issue Type: Bug
>          Components: Web Console
>            Reporter: Osamu Nagano
>            Assignee: Heiko Braun
>
> When you push "Flush" button on JMS Destinations runtime tab (both of queues and topics), a confirmation dialog box brings up.  "Cancel" button in the dialog box is always ignored and destination flushing is inevitably executed.

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


More information about the jboss-jira mailing list