Re: [Engine-devel] Guest Reboot

2013-06-09 Thread Alissa Bonas
I think that the icon suggested in the wiki looks more like "refresh" , and it's not clear it indicates a reboot action (which is more heavy than just a refresh). I suggest as alternative something like the "run VM" icon (the triangle - that already exists in the engine and users know what it me

Re: [Engine-devel] Build ovirt-engine with Eclipse

2013-05-12 Thread Alissa Bonas
Can you specify which problems did you encounter and at which stage of building the project? Did compilation fail? Tests? Which error do you get? I work with IntelliJ. You can also try setup ovirt-engine with IntelliJ - see instructions below, and verify if it works for you, or whether you get

Re: [Engine-devel] Move SQL out of stored procedures

2013-03-27 Thread Alissa Bonas
I suggest that there should be 2 different (though related) issues to consider here in this thread: 1. How the code works with database in runtime (CRUD) - and this is what the Hibernate/JPA/etc. discussion is so far about. 2. Maintenance/upgrade/modification of the database schema - which is al

Re: [Engine-devel] Best place for new interfaces used by bll

2013-03-07 Thread Alissa Bonas
- Original Message - > From: "Yair Zaslavsky" > To: "Alissa Bonas" > Cc: engine-devel@ovirt.org, rn...@redhat.com > Sent: Thursday, March 7, 2013 8:27:23 AM > Subject: Re: [Engine-devel] Best place for new interfaces used by bll > > > >

Re: [Engine-devel] Best place for new interfaces used by bll

2013-03-06 Thread Alissa Bonas
1. For start, and since you are already refactoring :) I recommend putting the interfaces in package named "api" and not "interfaces" - it's a much more standard name. 2. Can you elaborate a bit more what area/functionality in engine are those interfaces for? It will reflect their location. --

Re: [Engine-devel] Missing vfsType from VDSM conList.

2013-03-03 Thread Alissa Bonas
- Original Message - > From: snmis...@linux.vnet.ibm.com > To: engine-devel@ovirt.org > Sent: Sunday, March 3, 2013 3:34:11 AM > Subject: [Engine-devel] Missing vfsType from VDSM conList. > > > Trying to create a new storage domain using a glusterfs data center. > The operation is faili

Re: [Engine-devel] maven settings.xml in building ovirt engine wiki

2012-11-27 Thread Alissa Bonas
ssage - From: "Laszlo Hornyak" To: "Alissa Bonas" Cc: engine-devel@ovirt.org Sent: Monday, November 26, 2012 6:52:52 PM Subject: Re: [Engine-devel] maven settings.xml in building ovirt engine wiki Hi, That too could work, but once it already needs to be in the settings

[Engine-devel] maven settings.xml in building ovirt engine wiki

2012-11-26 Thread Alissa Bonas
Hi, In this wiki http://wiki.ovirt.org/wiki/Building_oVirt_engine The suggested maven settings.xml contains hardcoded paths to jboss_home and java_home. IMHO it's better to use environment variables to take the above settings from there, instead of managing those settings twice in 2 different p