[seam-commits] Seam SVN: r9410 - branches/enterprise/JBPAPP_4_3_FP01/src/debug/META-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Oct 24 04:08:36 EDT 2008


Author: manaRH
Date: 2008-10-24 04:08:36 -0400 (Fri, 24 Oct 2008)
New Revision: 9410

Modified:
   branches/enterprise/JBPAPP_4_3_FP01/src/debug/META-INF/debug.xhtml
Log:
JBPAPP-1315

Modified: branches/enterprise/JBPAPP_4_3_FP01/src/debug/META-INF/debug.xhtml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/src/debug/META-INF/debug.xhtml	2008-10-24 07:57:09 UTC (rev 9409)
+++ branches/enterprise/JBPAPP_4_3_FP01/src/debug/META-INF/debug.xhtml	2008-10-24 08:08:36 UTC (rev 9410)
@@ -223,7 +223,7 @@
         Exception during request processing:
         <ui:repeat value="#{org.jboss.seam.debug.contexts.exceptionCauses}" var="exception">
         <div>
-        Caused by #{exception.class.name} with message: "#{exception.message}"
+        Caused by #{exception.class.name} with message: "#{exception.getMessage()}"
         <pre><ui:repeat value="#{exception.stackTrace}" var="stackElement">
 #{stackElement}</ui:repeat></pre>
         </div>




More information about the seam-commits mailing list