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
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
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
- 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
>
>
>
>
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.
--
- 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
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
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