Re: [Engine-devel] DB Performance Monitoring

2013-02-26 Thread Michael Kublin
- Original Message - From: Eli Mesika emes...@redhat.com To: Libor Spevak lspe...@redhat.com Cc: engine-devel@ovirt.org Sent: Friday, February 22, 2013 12:46:07 AM Subject: Re: [Engine-devel] DB Performance Monitoring - Original Message - From: Libor Spevak

[Engine-devel] How to debug in frontend project

2013-02-26 Thread Chen, Wei D
Hi, How to debug the code in frontend project? I mean, print out some debug message from onSave method in the java file of VmListModel.java which is located in uicommonweb project. Thanks in advance. Best Regards, Dave Chen ___ Engine-devel mailing

Re: [Engine-devel] How to debug in frontend project

2013-02-26 Thread Ofri Masad
Hi, Not sure this it what you've meant, but gwt allows you to debug directly from your IDE. Here is how: - compile using maven - go to: frontend/webadmin/modules/webadmin - run: mvn clean gwt:debug -Pgwt-admin,gwtdev (This will invoke a maven build which will get to the line: [INFO]

Re: [Engine-devel] Engine table comments

2013-02-26 Thread Yair Zaslavsky
I think your idea is very good. I also think we should have it for columns as well. But since we already have many columns, maybe we should have an on going effort from various developers on this (i.e - each developer will do that for several tables). Thoughts? - Original Message -

Re: [Engine-devel] How to debug in frontend project

2013-02-26 Thread Chen, Wei D
Hi Ofri, Thanks for your reply. We follow the instructions, and we can see the similar information about the opened debug port, that is, [INFO] Listening for transport dt_socket at address: 8000. My understanding is compiler is okay and the debug port is available. But, when I remote access

Re: [Engine-devel] How to debug in frontend project

2013-02-26 Thread Tomas Jelinek
Hi, this is a wiki describing the debug of frontend: http://www.ovirt.org/DebugFrontend Please make sure that you have set up everything according to that wiki. thanks, Tomas - Original Message - From: Wei D Chen wei.d.c...@intel.com To: Ofri Masad oma...@redhat.com Cc: