[Engine-devel] ovirt-engine-sdk-java 1.0.0.4-1 released

2013-02-25 Thread Michael Pasternak
- implement SSL support (without host verification) - implement shutdown() to deallocate system resources - to cluster added tunnel_migration property - to DataCenter added Clusters sub-collection - to root collection resource Disk added Permissions sub-collectio - to root collection resource Disk

Re: [Engine-devel] Changing Gerrit -1 message

2013-02-25 Thread Doron Fediuck
- Original Message - > From: "Moti Asayag" > To: "Eli Mesika" > Cc: engine-devel@ovirt.org > Sent: Friday, February 22, 2013 9:02:08 AM > Subject: Re: [Engine-devel] Changing Gerrit -1 message > > On 02/22/2013 12:53 AM, Eli Mesika wrote: > > > > > > - Original Message - > >>

Re: [Engine-devel] Secret quartz update checks

2013-02-25 Thread Juan Hernandez
On 02/25/2013 03:14 PM, Juan Hernandez wrote: On 02/25/2013 03:13 PM, Doron Fediuck wrote: Hi, While deploying a development setup in a new machine I noticed the following quartz line: 2013-02-25 16:10:28,546 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "en

Re: [Engine-devel] Secret quartz update checks

2013-02-25 Thread Juan Hernandez
On 02/25/2013 03:13 PM, Doron Fediuck wrote: Hi, While deploying a development setup in a new machine I noticed the following quartz line: 2013-02-25 16:10:28,546 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "engine.ear" 2013-02-25 16:10:30,143 INFO [org.qu

[Engine-devel] Secret quartz update checks

2013-02-25 Thread Doron Fediuck
Hi, While deploying a development setup in a new machine I noticed the following quartz line: 2013-02-25 16:10:28,546 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "engine.ear" 2013-02-25 16:10:30,143 INFO [org.quartz.utils.UpdateChecker] (Timer-1) New Quartz

Re: [Engine-devel] REST API calls from

2013-02-25 Thread Doron Fediuck
- Original Message - > From: "Oved Ourfalli" > To: "Doron Fediuck" > Cc: engine-devel@ovirt.org, a...@ovirt.org > Sent: Sunday, February 24, 2013 11:56:49 PM > Subject: Re: [Engine-devel] REST API calls from > > > > - Original Message - > > From: "Doron Fediuck" > > To: "Ove

Re: [Engine-devel] REST API calls from

2013-02-25 Thread Doron Fediuck
- Original Message - > From: "Michael Pasternak" > To: "Oved Ourfalli" > Cc: engine-devel@ovirt.org, a...@ovirt.org > Sent: Monday, February 25, 2013 12:33:01 PM > Subject: Re: [Engine-devel] REST API calls from > > On 02/24/2013 03:01 PM, Oved Ourfalli wrote: > > > > - Original M

[Engine-devel] new ovirt-dwh & ovirt-reports nightly builds are avaliable for fedora 18

2013-02-25 Thread Eyal Edri
fyi, per request, ovirt-dwh & ovirt-reports are now built nightly and published on ovirt.org repos. http://resources.ovirt.org/releases/nightly/rpm/Fedora/18/noarch/ Eyal Edri oVirt infra team. ___ Engine-devel mailing list Engine-devel@ovirt.org http

[Engine-devel] ovirt-engine-sdk-java 1.0.0.3-1 released

2013-02-25 Thread Michael Pasternak
* Wed Jan 30 2013 Michael Pasternak - 1.0.0.3-1 - implement SSL support (without host verification) - implement shutdown() to deallocate system resources - to cluster added tunnel_migration property - to DataCenter added Clusters sub-collection - to root collection resource Disk added Permission

Re: [Engine-devel] how to setup development env.

2013-02-25 Thread Laszlo Hornyak
Hi Chenchao, Basically with eclipse you should have the m2e plugin or you can use the `mvn eclipse:eclipse` command to generate eclipse project descriptors. I would recommend the m2e plugin, it is really good quality and it is included in most recent eclipse distributions. You find the build i

Re: [Engine-devel] REST API calls from

2013-02-25 Thread Michael Pasternak
On 02/24/2013 03:01 PM, Oved Ourfalli wrote: > > - Original Message - >> > From: "Doron Fediuck" >> > To: "Michael Pasternak" >> > Cc: "Oved Ourfalli" , engine-devel@ovirt.org, >> > a...@ovirt.org >> > Sent: Sunday, February 24, 2013 1:20:12 PM >> > Subject: Re: [Engine-devel] REST API

[Engine-devel] how to setup development env.

2013-02-25 Thread 陈超
Hi, all I have setup the project with eclipse successfully.but how should I build the project with eclipse? And when I change the code,how should I run up the test class? And Is there any document about the relationship among those maven modul project ? chenchao thanks. _