Return-Path: X-Original-To: apmail-stratos-dev-archive@minotaur.apache.org Delivered-To: apmail-stratos-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6321D173E3 for ; Tue, 28 Jul 2015 10:27:27 +0000 (UTC) Received: (qmail 92221 invoked by uid 500); 28 Jul 2015 10:26:28 -0000 Delivered-To: apmail-stratos-dev-archive@stratos.apache.org Received: (qmail 92166 invoked by uid 500); 28 Jul 2015 10:26:28 -0000 Mailing-List: contact dev-help@stratos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stratos.apache.org Delivered-To: mailing list dev@stratos.apache.org Received: (qmail 92156 invoked by uid 99); 28 Jul 2015 10:26:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2015 10:26:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 84AECE00AA; Tue, 28 Jul 2015 10:26:28 +0000 (UTC) From: anuruddhal To: dev@stratos.apache.org Reply-To: dev@stratos.apache.org References: In-Reply-To: Subject: [GitHub] stratos pull request: Moving non-API methods to StratosApiV41Utils... Content-Type: text/plain Message-Id: <20150728102628.84AECE00AA@git1-us-west.apache.org> Date: Tue, 28 Jul 2015 10:26:28 +0000 (UTC) Github user anuruddhal commented on a diff in the pull request: https://github.com/apache/stratos/pull/287#discussion_r35633495 --- Diff: components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/api/StratosApiV41Utils.java --- @@ -2203,7 +2222,7 @@ public static void updateDeploymentPolicy(DeploymentPolicyBean deploymentPolicyD log.error(msg, e); throw new RestAPIException(msg); } catch (Exception e) { - String msg = "Could not update deployment policy"; + String msg = "Could not update deployment policy "+e.getLocalizedMessage(); --- End diff -- Already fixed in the latest code. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---