[jira] Commented: (CONTINUUM-778) show internal error page on unhandled exceptions

2006-08-13 Thread Napoleon Esmundo C. Ramirez (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-778?page=comments#action_72240 ] Napoleon Esmundo C. Ramirez commented on CONTINUUM-778: --- I think I'd still go for chaining, knowing that http://jira.opensymphony.com/browse/WW-73

[jira] Commented: (CONTINUUM-778) show internal error page on unhandled exceptions

2006-08-11 Thread Jesse McConnell (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-778?page=comments#action_72184 ] Jesse McConnell commented on CONTINUUM-778: --- I recently added a new baseclass in place of the PlexusActionSupport class on the trunk that does the initializat

[jira] Commented: (CONTINUUM-778) show internal error page on unhandled exceptions

2006-08-10 Thread Napoleon Esmundo C. Ramirez (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-778?page=comments#action_72035 ] Napoleon Esmundo C. Ramirez commented on CONTINUUM-778: --- Hello Jesse, I'm in the point of experimenting chaining the exception handling from the

[jira] Commented: (CONTINUUM-778) show internal error page on unhandled exceptions

2006-08-09 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-778?page=comments#action_71958 ] Emmanuel Venisse commented on CONTINUUM-778: applied on trunk > show internal error page on unhandled exceptions > -

[jira] Commented: (CONTINUUM-778) show internal error page on unhandled exceptions

2006-08-09 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-778?page=comments#action_71956 ] Carlos Sanchez commented on CONTINUUM-778: -- You want to show the error page on any Exception (Throwable maybe?) and not show the exception message, but a "cont

[jira] Commented: (CONTINUUM-778) show internal error page on unhandled exceptions

2006-08-05 Thread Napoleon Esmundo C. Ramirez (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-778?page=comments#action_71665 ] Napoleon Esmundo C. Ramirez commented on CONTINUUM-778: --- Oh, I got that dtd thing working now. The dtd line should be http://www.opensymphony.com/

[jira] Commented: (CONTINUUM-778) show internal error page on unhandled exceptions

2006-08-05 Thread Napoleon Esmundo C. Ramirez (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-778?page=comments#action_71663 ] Napoleon Esmundo C. Ramirez commented on CONTINUUM-778: --- I just found out that the dtd the webapp is using doesn't support . I changed it to 1.1.

[jira] Commented: (CONTINUUM-778) show internal error page on unhandled exceptions

2006-08-05 Thread Napoleon Esmundo C. Ramirez (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-778?page=comments#action_71661 ] Napoleon Esmundo C. Ramirez commented on CONTINUUM-778: --- After following the above link, I'm having a 'Element type "global-exception-mappings" mu

[jira] Commented: (CONTINUUM-778) show internal error page on unhandled exceptions

2006-07-19 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-778?page=comments#action_70180 ] Brett Porter commented on CONTINUUM-778: well, yes, that is true, but you still need the proper level of detail in the exception to determine what it is, and it

[jira] Commented: (CONTINUUM-778) show internal error page on unhandled exceptions

2006-07-19 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-778?page=comments#action_70177 ] Carlos Sanchez commented on CONTINUUM-778: -- i don't think you want to show a "database is down page", you show an "internal error" and log the exception to the

[jira] Commented: (CONTINUUM-778) show internal error page on unhandled exceptions

2006-07-19 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-778?page=comments#action_70162 ] Brett Porter commented on CONTINUUM-778: a couple of thoughts on checked v unchecked: - it's still important to use checked exceptions in reusable apis (in part

[jira] Commented: (CONTINUUM-778) show internal error page on unhandled exceptions

2006-07-18 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-778?page=comments#action_70109 ] Emmanuel Venisse commented on CONTINUUM-778: ContinuumException can't be a RuntimeException. Perhaps we can split it in two classes, a normal exception and