Re: [core] Improve error reporting and logging / General ErrorPage improvements (MYFACES-3213)

2011-07-11 Thread Martin Koci
Summary of proposed changes for ErrorPage: In header: - viewId, - location of facelet in filesystem - PhaseId In body: - info about component (that triggered the problem) - EL expression being evaluated, it's location, name of attribute/value pair - caused by: output first line of StackTrace

[core] Improve error reporting and logging / General ErrorPage improvements (MYFACES-3213)

2011-07-08 Thread Martin Koci
Hi, please see attached screenshots at [1] and let me know what you think. What info do you find useful during development (and debugging) ? Thanks, Kočičák [1] https://issues.apache.org/jira/browse/MYFACES-3213

Re: [core] Improve error reporting and logging / General ErrorPage improvements (MYFACES-3213)

2011-07-08 Thread Jakob Korherr
Hi, Very nice! +1 on committing that. Regards, Jakob 2011/7/8 Martin Koci martin.kocicak.k...@gmail.com: Hi, please see attached screenshots at [1] and let me know what you think. What info do you find useful during development (and debugging) ? Thanks, Kočičák [1]

Re: [core] Improve error reporting and logging / General ErrorPage improvements (MYFACES-3213)

2011-07-08 Thread Werner Punz
Yes +1 from me as well this is awesome. Werner Am 08.07.11 14:56, schrieb Jakob Korherr: Hi, Very nice! +1 on committing that. Regards, Jakob 2011/7/8 Martin Kocimartin.kocicak.k...@gmail.com: Hi, please see attached screenshots at [1] and let me know what you think. What info do you

Re: [core] Improve error reporting and logging

2011-01-11 Thread Martin Marinschek
I am always for better error reporting! best regards, Martin On 1/10/11, Jakob Korherr jakob.korh...@gmail.com wrote: Hi Kocicak, 1 Regards, Jakob 2011/1/10 Martin Koci martin.kocicak.k...@gmail.com: Hi, the most wanted feature which our coders want is more consistent and

Re: [core] Improve error reporting and logging

2011-01-11 Thread Werner Punz
++1 Werner Am 10.01.11 20:06, schrieb Martin Koci: Hi, the most wanted feature which our coders want is more consistent and human-readable error reporting and logging. Here is a example: If user specifies f:ajax without eventName for a component without defaultEventName, myfaces throw a

Re: [core] Improve error reporting and logging

2011-01-11 Thread Werner Punz
Btw. I did some work in this area for the client. We now have localized ajax error messages, for now only english and german, anyone willing to step in for other languages? Werner Am 11.01.11 14:00, schrieb Martin Marinschek: I am always for better error reporting! best regards, Martin

Re: [core] Improve error reporting and logging

2011-01-11 Thread Martin Koci
Hi, I will do it for Czech and Slovak: MYFACES-3014. Not very frequent languages, though - but 10 491 492 (CZ) + approx 5 mil (SK) inhabitants (samt Kindern und Rentnern) of Czech + Slovak Republic will appreciate it :) Werner Punz píše v Út 11. 01. 2011 v 15:13 +0100: Btw. I did some work

Re: [core] Improve error reporting and logging

2011-01-11 Thread Werner Punz
Hi Martin thanks a lot it is not too much work we don´t have too many entries for now, the current language files are bundled in .. /core/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n You will get the idea on how to enable everything as soon as you have a look at the code, but

Re: [core] Improve error reporting and logging

2011-01-11 Thread Martin Koci
Here are some requirements and additional description: -- identify every error with unique code: If error begins with unique prefix like MF or MYFACES, coder can at first sight recognize framework which is the source of that error/exception. For example Oracle DB throws ORA- or our company stuff

Re: [core] Improve error reporting and logging

2011-01-11 Thread Rudy De Busscher
All, I can make the dutch translations. Rudy. On 11 January 2011 20:27, Martin Koci martin.kocicak.k...@gmail.com wrote: Hi, I will do it for Czech and Slovak: MYFACES-3014. Not very frequent languages, though - but 10 491 492 (CZ) + approx 5 mil (SK) inhabitants (samt Kindern und

[core] Improve error reporting and logging

2011-01-10 Thread Martin Koci
Hi, the most wanted feature which our coders want is more consistent and human-readable error reporting and logging. Here is a example: If user specifies f:ajax without eventName for a component without defaultEventName, myfaces throw a execption: Now (myfaces 2.0.3): eventName could not be

Re: [core] Improve error reporting and logging

2011-01-10 Thread Jakob Korherr
Hi Kocicak, 1 Regards, Jakob 2011/1/10 Martin Koci martin.kocicak.k...@gmail.com: Hi, the most wanted feature which our coders want is more consistent and human-readable error reporting and logging. Here is a example: If user specifies f:ajax without eventName for a component without