User: mnf999  
  Date: 01/12/06 19:00:32

  Modified:    src/main/org/jboss Main.java
  Log:
  More cosmetics,
  
  Revision  Changes    Path
  1.59      +8 -7      jboss/src/main/org/jboss/Main.java
  
  Index: Main.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/Main.java,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- Main.java 2001/12/07 02:55:47     1.58
  +++ Main.java 2001/12/07 03:00:32     1.59
  @@ -46,7 +46,7 @@
   *
   * @author <a href="mailto:[EMAIL PROTECTED]";>Marc Fleury</a>
   * @author <a href="mailto:[EMAIL PROTECTED]";>Jason Dillon</a>
  -* @version $Revision: 1.58 $
  +* @version $Revision: 1.59 $
   *
   * <b>Revisions:</b>
   * <p>
  @@ -203,23 +203,23 @@
            }
            catch(RuntimeMBeanException e)
            {
  -            e.getTargetException().printStackTrace();
  +    //        e.getTargetException().printStackTrace();
            }
            catch (RuntimeOperationsException roe)
            {
  -            roe.getTargetException().printStackTrace();
  +    //        roe.getTargetException().printStackTrace();
            }
            catch (RuntimeErrorException ree)
            {
  -            ree.getTargetError().printStackTrace();
  +    //        ree.getTargetError().printStackTrace();
            }
            catch (MBeanException mbe)
            {
  -            mbe.getTargetException().printStackTrace();
  +    //        mbe.getTargetException().printStackTrace();
            }
            catch (ReflectionException re)
            {
  -            re.getTargetException().printStackTrace();
  +    //        re.getTargetException().printStackTrace();
            }
   
         }
  @@ -234,7 +234,8 @@
         long minutes = lapsedTime / 60000;
         long seconds = (lapsedTime - 60000 * minutes) / 1000;
         long milliseconds = (lapsedTime -60000 * minutes - 1000 * seconds);
  -      System.out.println("JBossMX MICRO-KERNEL " + version +
  +
  +      System.out.println("JBoss (MX microkernel) " + version +
            " [" + version.getName() + "] Started in " +
            minutes  + "m:" + seconds  + "s:" +milliseconds +"ms");
      }
  
  
  

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

Reply via email to