Re: [Engine-devel] Adding VNC support

2012-07-27 Thread Alon Bar-Lev
On Thu, Jul 26, 2012 at 5:51 PM, Ewoud Kohl van Wijngaarden ewoud+ov...@kohlvanwijngaarden.nl wrote: On Thu, Jul 26, 2012 at 07:36:43AM -0700, snmis...@linux.vnet.ibm.com wrote: I am looking at adding VNC support in ovirt. What does the community think? Ideas, suggestions, comments? By that I

Re: [Engine-devel] Adding VNC support

2012-07-27 Thread Michal Skrivanek
On Jul 26, 2012, at 16:55 , Alon Bar-Lev wrote: On Thu, Jul 26, 2012 at 5:51 PM, Ewoud Kohl van Wijngaarden ewoud+ov...@kohlvanwijngaarden.nl wrote: On Thu, Jul 26, 2012 at 07:36:43AM -0700, snmis...@linux.vnet.ibm.com wrote: I am looking at adding VNC support in ovirt. What does the

Re: [Engine-devel] Building ovirt engine instructions

2012-07-27 Thread Costea, George
I get to the step that reads, Change project settings to Resolve compilation errors. After completing the first 3 steps below: restapi-definition - project - properties - java build path - source - add source folder - target/generated-sources/xjc webadmin - project -

Re: [Engine-devel] oVirt UI Plugins: Update on current progress

2012-07-27 Thread Itamar Heim
On 07/27/2012 03:26 PM, Vojtech Szocs wrote: what do you mean by a servlet here? I mean a dedicated servlet for rendering HTML page used to load the given plugin. Such servlet (PluginSourcePageServlet in PoC patch) would assemble following information into a single HTML page that represents

Re: [Engine-devel] oVirt UI Plugins: Update on current progress

2012-07-27 Thread Vojtech Szocs
It appears to me that the cross-origin issue is caused because the plugin definition is embedded in the WebAdmin host page that is hosted by the JBoss AS. This then requires that all plugins also exist within the same origin. Yes, WebAdmin host page is served through Engine JBoss and

Re: [Engine-devel] oVirt UI Plugins: Update on current progress

2012-07-27 Thread Vojtech Szocs
Hi George, the PoC defines a simple ActionButtonClick event which is fired when the user clicks on New Server button, and WebAdmin invokes ActionButtonClick function on all plugins. This is just an example to demonstrate how plugin invocation could work. If you want to add new button to VM

Re: [Engine-devel] oVirt UI Plugins: Update on current progress

2012-07-27 Thread Vojtech Szocs
On the other hand, if someone wants to develop a plugin completely on his own, he could take care of rendering plugin HTML page by himself (e.g. when someone wants to use GWT to build his plugins). We can discuss this on the upcoming meeting if necessary. this again assumes custom

[Engine-devel] FW: Building ovirt engine instructions

2012-07-27 Thread Schoenbrun, Dustin
Hey All, Ricky sent these out this morning but it never hit the email blaster. I'm forwarding these on his behalf. If you have questions, please let either Ricky or I know. Thanks! -- Dustin Through some experimentation, I found a list of steps that seems to fix everything on my machines:

Re: [Engine-devel] Building ovirt engine instructions

2012-07-27 Thread Allon Mureinik
Also, if you're using Eclipse Juno, you want to take a look at this gerrit topic: http://gerrit.ovirt.org/#/q/status:open+project:ovirt-engine+branch:master+topic:eclipse-juno-support,n,z I found out the hard way Juno is a tad over-strict when it comes to parsing poms, and this may save you

Re: [Engine-devel] Adding VNC support

2012-07-27 Thread Alon Bar-Lev
- Original Message - From: Michal Skrivanek michal.skriva...@redhat.com To: Alon Bar-Lev alo...@redhat.com Cc: Ewoud Kohl van Wijngaarden ewoud+ov...@kohlvanwijngaarden.nl, engine-devel@ovirt.org Sent: Friday, July 27, 2012 12:01:32 PM Subject: Re: [Engine-devel] Adding VNC

Re: [Engine-devel] Adding VNC support

2012-07-27 Thread Itamar Heim
On 07/28/2012 03:31 AM, Alon Bar-Lev wrote: - Original Message - From: Michal Skrivanek michal.skriva...@redhat.com To: Alon Bar-Lev alo...@redhat.com Cc: Ewoud Kohl van Wijngaarden ewoud+ov...@kohlvanwijngaarden.nl, engine-devel@ovirt.org Sent: Friday, July 27, 2012 12:01:32 PM

Re: [Engine-devel] Building ovirt engine instructions

2012-07-27 Thread Hopper, Ricky
Through some experimentation, I found a list of steps that seems to fix everything on my machines: restapi-definition - project - properties - java build path - source - add source folder - target/generated-sources/xjc webadmin - project - properties - java build path - source - add

Re: [Engine-devel] Building ovirt engine instructions

2012-07-27 Thread Hopper, Ricky
Through some experimentation, I found a list of steps that seems to fix everything on my machines: restapi-definition - project - properties - java build path - source - add source folder - target/generated-sources/xjc webadmin - project - properties - java build path - source - add