[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi ...

Ron Sigal ron_sigal at yahoo.com
Fri Nov 3 23:29:06 EST 2006


  User: rsigal  
  Date: 06/11/03 23:29:06

  Modified:    src/tests/org/jboss/test/remoting/detection/jndi 
                        RestartTestClient.java
  Log:
  JBREM-581:  Added some logging to debug cruisecontrol failure.
  
  Revision  Changes    Path
  1.3       +2 -0      JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi/RestartTestClient.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RestartTestClient.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/detection/jndi/RestartTestClient.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- RestartTestClient.java	2 Nov 2006 17:15:18 -0000	1.2
  +++ RestartTestClient.java	4 Nov 2006 04:29:06 -0000	1.3
  @@ -226,6 +226,7 @@
      
      protected void waitOnDetection() throws InterruptedException
      {
  +      log.info("entering waitOnDetection()");
         synchronized (lock)
         {
            lock.wait();
  @@ -259,6 +260,7 @@
         log.info("The newly discovered server sent this response to our welcome message: " + response);
   
         remotingClient.disconnect();
  +      log.info("client disconnected");
         return;
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list