Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C9FCB10B77 for ; Wed, 29 Jan 2014 22:19:52 +0000 (UTC) Received: (qmail 58682 invoked by uid 500); 29 Jan 2014 22:19:49 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 58570 invoked by uid 500); 29 Jan 2014 22:19:49 -0000 Mailing-List: contact dev-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 dev@cloudstack.apache.org Received: (qmail 58553 invoked by uid 99); 29 Jan 2014 22:19:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jan 2014 22:19:49 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Alena.Prokharchyk@citrix.com designates 66.165.176.63 as permitted sender) Received: from [66.165.176.63] (HELO SMTP02.CITRIX.COM) (66.165.176.63) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jan 2014 22:19:44 +0000 X-IronPort-AV: E=Sophos;i="4.95,744,1384300800"; d="scan'208";a="95909247" Received: from sjcpex01cl01.citrite.net ([10.216.14.143]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/AES128-SHA; 29 Jan 2014 22:19:22 +0000 Received: from SJCPEX01CL02.citrite.net ([169.254.2.110]) by SJCPEX01CL01.citrite.net ([10.216.14.143]) with mapi id 14.02.0342.004; Wed, 29 Jan 2014 14:19:21 -0800 From: Alena Prokharchyk To: "dev@cloudstack.apache.org" CC: Daan Hoogland Subject: Re: userVmResponse no longer returns some parameters Thread-Topic: userVmResponse no longer returns some parameters Thread-Index: AQHPHTyRCRI+me0hwUO3h/Wa5aa5DpqcxoIA//968QCAAAScAA== Date: Wed, 29 Jan 2014 22:19:20 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.9.131030 x-originating-ip: [10.214.4.75] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Yes, the bug exists in 4.3 as well. We should fix it before the release. -Alena. On 1/29/14, 2:02 PM, "Alena Prokharchyk" wrote: >So the problem exists in 4.3 branch as well? > >=3Dalena. > >On 1/29/14, 1:59 PM, "Sheng Yang" wrote: > >>That's the reason of: >>http://www.mail-archive.com/dev@cloudstack.apache.org/msg21948.html >> >>--Sheng >> >> >>On Wed, Jan 29, 2014 at 1:53 PM, Alena Prokharchyk < >>Alena.Prokharchyk@citrix.com> wrote: >> >>> Hi Daan, >>> >>> In the latest master build I observed that listVirtualMachines command >>>no >>> longer returns parameters like: >>> >>> State >>> displayName >>> Account >>> >>> Its due to the commit that you've cherry-picked >>> (fae05560218ef3bcb962bd424ae5dbf5cb8ede68) >>> >>> Setting corresponding fields in UserVmJoinVO to become final, causing >>>them >>> to always return NULL in the response. >>> >>> Can you please fix it? Current behavior will break all integration >>>code. >>> >>> Thanks, >>> Alena. >>> >>> >>> >