User: gropi   
  Date: 01/06/20 01:23:01

  Modified:    src/main/org/jboss/test/dbtest/test Main.java
  Log:
  Be a little more descriptive at failures: print local stack trace
  
  Revision  Changes    Path
  1.6       +1 -1      jbosstest/src/main/org/jboss/test/dbtest/test/Main.java
  
  Index: Main.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/main/org/jboss/test/dbtest/test/Main.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Main.java 2001/02/27 17:44:27     1.5
  +++ Main.java 2001/06/20 08:23:01     1.6
  @@ -100,7 +100,7 @@
                        System.out.println();
                        System.out.println("Could not lookup the context:  the beans 
are probably not deployed");
                        System.out.println("Check the server trace for details");
  -
  +                     e.printStackTrace();
                        throw new Exception();
                }
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to