Re: [ovirt-devel] Build failure on F19

2014-08-08 Thread Sandro Bonazzola
Il 08/08/2014 01:35, Colin Coe ha scritto: Hi all I'm attempting to build oVirt Engine from git. I've been following http://www.ovirt.org/OVirt_Engine_Development_Environment The errors I'm seeing are: --- Results : Tests in error:

[ovirt-devel] add a ***Command for a button

2014-08-08 Thread 力波 王
Hi, everyone: I added a button on the Template Tab, in the client side, It’s OK, Added the button’s callback like this: === private void backup() { BackupInfoParameters param = new BackupInfoParameters();

[ovirt-devel] FW: add a ***Command for a button

2014-08-08 Thread 力波 王
发件人: 力波 王 wlblea...@126.com 日期: Fri, 08 Aug 2014 16:10:48 +0800 至: devel@ovirt.org 主题: [ovirt-devel] add a ***Command for a button Hi, everyone: I added a button on the Template Tab, in the client side, It’s OK, Added the button’s callback like this:

Re: [ovirt-devel] add a ***Command for a button

2014-08-08 Thread Oved Ourfali
Hi Didn't do a too deep code review, but from a first glance You need to add a new VdcActionType that is called BackupInfo, and use that when you call RunAction. Hope it helps, Oved On Aug 8, 2014 11:11 AM, =?UTF-8?B?5Yqb5rOiIOeOiw==?= wlblea...@126.com wrote: Hi, everyone: I added a button

Re: [ovirt-devel] add a ***Command for a button

2014-08-08 Thread 力波 王
hi, Oved: I don’t know how to add a VdcAction, Is this could work: public enum VdcActionType { Unknown(0, QuotaDependency.NONE), Backup(9000, QuotaDependency.NONE), I don’t know whether is it need a ActionGroup. 发件人: Oved Ourfali oourf...@redhat.com 日期: Fri, 8 Aug 2014 04:20:58 -0400

Re: [ovirt-devel] add a ***Command for a button

2014-08-08 Thread 力波 王
Hi, Oved: Get the new error : Error while executing action: A Request to the Server failed: This application is out of date, please click the refresh button on your browser. ( The client cannot accept BackupInfo ) In the public VdcReturnValueBase executeAction() actionAllowed is false 在

Re: [ovirt-devel] add a ***Command for a button

2014-08-08 Thread Martin Perina
- Original Message - From: 力波 王 wlblea...@126.com To: Martin Perina mper...@redhat.com Cc: Oved Ourfali oourf...@redhat.com, devel@ovirt.org Sent: Friday, August 8, 2014 11:40:35 AM Subject: Re: [ovirt-devel] add a ***Command for a button Hi, Oved: Get the new error : Error

Re: [ovirt-devel] Intro

2014-08-08 Thread Michal Skrivanek
On 8 Aug 2014, at 02:43, Colin Coe wrote: Hi all I'm a long time RHEV admin (since 2.1/2.2 days). I'm in the process of getting a dev workstation built to do some hacking to resolve some small issues that are explained below. 1) The business is moving to thin clients for specific

Re: [ovirt-devel] [ATTN] GWT Debug mode is now 2x faster!

2014-08-08 Thread Vojtech Szocs
- Original Message - From: Greg Sheremeta gsher...@redhat.com To: devel@ovirt.org Cc: aw...@redhat.com, eco...@redhat.com, Vojtech Szocs vsz...@redhat.com Sent: Wednesday, August 6, 2014 2:09:03 PM Subject: [ATTN] GWT Debug mode is now 2x faster! [changing the subject to be more

Re: [ovirt-devel] [GUI] Generic Event/IEventListener

2014-08-08 Thread Vojtech Szocs
- Original Message - From: Lior Vernia lver...@redhat.com To: devel@ovirt.org Cc: Vojtech Szocs vsz...@redhat.com, Alexander Wels aw...@redhat.com, Einav Cohen eco...@redhat.com Sent: Thursday, August 7, 2014 2:15:50 PM Subject: [GUI] Generic Event/IEventListener Hello