[jboss-cvs] jboss-seam/src/debug/META-INF ...

Gavin King gavin.king at jboss.com
Mon Feb 26 18:55:23 EST 2007


  User: gavin   
  Date: 07/02/26 18:55:23

  Modified:    src/debug/META-INF  debug.xhtml
  Log:
  more info
  
  Revision  Changes    Path
  1.12      +3 -1      jboss-seam/src/debug/META-INF/debug.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: debug.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/debug/META-INF/debug.xhtml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- debug.xhtml	4 Feb 2007 05:41:58 -0000	1.11
  +++ debug.xhtml	26 Feb 2007 23:55:23 -0000	1.12
  @@ -219,7 +219,9 @@
         </a>
       </h2>
       <div id="stackTrace">
  -        Exception during request processing: #{org.jboss.seam.debug.contexts.exception.message}
  +        Exception during request processing: 
  +        #{org.jboss.seam.debug.contexts.exception.class.name}:
  +        #{org.jboss.seam.debug.contexts.exception.message}
           <pre><ui:repeat value="#{org.jboss.seam.debug.contexts.exception.stackTrace}" var="stackElement">
   #{stackElement}</ui:repeat></pre>
       </div>
  
  
  



More information about the jboss-cvs-commits mailing list