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 B5DC010A93 for ; Wed, 29 Jan 2014 22:00:21 +0000 (UTC) Received: (qmail 10611 invoked by uid 500); 29 Jan 2014 22:00:19 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 10572 invoked by uid 500); 29 Jan 2014 22:00:19 -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 10562 invoked by uid 99); 29 Jan 2014 22:00:19 -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:00:19 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [209.85.212.53] (HELO mail-vb0-f53.google.com) (209.85.212.53) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jan 2014 22:00:13 +0000 Received: by mail-vb0-f53.google.com with SMTP id p17so1577207vbe.12 for ; Wed, 29 Jan 2014 13:59:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=epuOHlWc35BZSFLBsfqfwoyo2J/8RFGea3aJdp8Vs5Q=; b=mqhYsITRkh/DxkKGCJN5CUrurGeQa6xJVSsJuZrbUFE1H8b561mg/9Z8I0BVtTXGaa egkT/zIz/ACm6Dxr2zVM2T1Kcpp4RK9CbEjaRQgYfRy13DE025KYyTGntafZPOaXfx0a FBvNlIxcY/5+hACD0+ckk0BQ8sdK3szQ8Tcq8YPTXY3LQksWOiDW+9J3dMzqQkgl7glx FptJjNtTsiyJ14iWNJ9T+RWViM9phUUSoI+pEZ0T+1Y/Vb83jtUIXjxtxpEj+GjgryEb kz0okYiKSF0xGiXhXdX5s4297JJGIiHHZe4/HPYe1Ig7dQpqxy5ZIxSzN/M7IErNtjqZ JU2w== X-Gm-Message-State: ALoCoQmPEvxmVjoO+kk8TixaKZAzyL2I3uudeMH2ozMX6vk8irNX/phh97sBwfbDJzoEuloU+KOM MIME-Version: 1.0 X-Received: by 10.53.13.44 with SMTP id ev12mr7231209vdd.17.1391032792187; Wed, 29 Jan 2014 13:59:52 -0800 (PST) Received: by 10.58.188.44 with HTTP; Wed, 29 Jan 2014 13:59:52 -0800 (PST) X-Originating-IP: [207.47.50.254] In-Reply-To: References: Date: Wed, 29 Jan 2014 13:59:52 -0800 Message-ID: Subject: Re: userVmResponse no longer returns some parameters From: Sheng Yang To: "" Cc: Daan Hoogland Content-Type: multipart/alternative; boundary=001a1135f180731f2904f1230f6c X-Virus-Checked: Checked by ClamAV on apache.org --001a1135f180731f2904f1230f6c Content-Type: text/plain; charset=ISO-8859-1 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. > > > --001a1135f180731f2904f1230f6c--