Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4561218529 for ; Mon, 18 Jan 2016 18:54:45 +0000 (UTC) Received: (qmail 71306 invoked by uid 500); 18 Jan 2016 18:54:40 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 71245 invoked by uid 500); 18 Jan 2016 18:54:40 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 71076 invoked by uid 500); 18 Jan 2016 18:54:40 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 71039 invoked by uid 99); 18 Jan 2016 18:54:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jan 2016 18:54:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 052632C1F5C for ; Mon, 18 Jan 2016 18:54:40 +0000 (UTC) Date: Mon, 18 Jan 2016 18:54:40 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9239) lock account silently fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105650#comment-15105650 ] ASF GitHub Bot commented on CLOUDSTACK-9239: -------------------------------------------- Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/1349#issuecomment-172622057 @DaanHoogland Please check, it doesn't compile :-( ``` [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/jenkins/jenkins-slave/workspace/cloudstack-pr-analysis/api/src/org/apache/cloudstack/api/command/admin/account/LockAccountCmd.java:[88,18] error: cannot find symbol [INFO] 1 error ``` > lock account silently fails > --------------------------- > > Key: CLOUDSTACK-9239 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9239 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Reporter: Daan Hoogland > Assignee: Daan Hoogland > > lock account has an implementation consisting of a commented out contents of the execute method, hence it silently fails. > We should throw at least a CloudRuntimeException or a NotImplemetedException. -- This message was sent by Atlassian JIRA (v6.3.4#6332)