[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/rmi ...

Ron Sigal rsigal at belmont.prod.atl2.jboss.com
Wed Aug 30 22:53:46 EDT 2006


  User: rsigal  
  Date: 06/08/30 22:53:46

  Modified:    src/tests/org/jboss/test/remoting/performance/spring/rmi 
                        SpringRMIPerformanceClient.java
  Log:
  JBREM-592:  Added a break to the loop that exports callback servers.
  
  Revision  Changes    Path
  1.5       +1 -0      JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SpringRMIPerformanceClient.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/performance/spring/rmi/SpringRMIPerformanceClient.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- SpringRMIPerformanceClient.java	30 Aug 2006 01:05:54 -0000	1.4
  +++ SpringRMIPerformanceClient.java	31 Aug 2006 02:53:46 -0000	1.5
  @@ -139,6 +139,7 @@
               exporter.setRegistryPort(1299);
               exporter.afterPropertiesSet();
               log.info("exported SpringRMICallbackServerService:" + clientSessionId);
  +            break;
            }
            catch (Exception e)
            {
  
  
  



More information about the jboss-cvs-commits mailing list