[jboss-cvs] JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/ssl/serversocketrefresh ...

Ron Sigal ron_sigal at yahoo.com
Sat Jul 22 23:49:24 EDT 2006


  User: rsigal  
  Date: 06/07/22 23:49:24

  Modified:    src/tests/org/jboss/test/remoting/transport/multiplex/ssl/serversocketrefresh 
                        TestClient.java
  Log:
  JBREM-534:  Eliminated bind address / port for client, and removed reference to port 1003.
  
  Revision  Changes    Path
  1.5       +3 -3      JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/ssl/serversocketrefresh/TestClient.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TestClient.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/tests/org/jboss/test/remoting/transport/multiplex/ssl/serversocketrefresh/TestClient.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- TestClient.java	7 Jul 2006 18:47:43 -0000	1.4
  +++ TestClient.java	23 Jul 2006 03:49:24 -0000	1.5
  @@ -36,8 +36,8 @@
         keyStorePath = this.getClass().getResource("certificate/clientKeyStore").getFile();
         trustStorePath = this.getClass().getResource("certificate/clientTrustStore").getFile();
   
  -      configuration.put(MultiplexInvokerConstants.MULTIPLEX_BIND_HOST_KEY,localHost);
  -		configuration.put(MultiplexInvokerConstants.MULTIPLEX_BIND_PORT_KEY,localPort);				
  +//      configuration.put(MultiplexInvokerConstants.MULTIPLEX_BIND_HOST_KEY,localHost);
  +//		configuration.put(MultiplexInvokerConstants.MULTIPLEX_BIND_PORT_KEY,localPort);				
   		
   		
   		configuration.put(SSLSocketBuilder.REMOTING_KEY_STORE_TYPE, "JKS");
  @@ -64,7 +64,7 @@
   		Thread.sleep(10000);//let the server fetch his new truststore and refresh serversocket
   		client.disconnect();
   		Thread.sleep(5000);
  -		localPort="1003";
  +//		localPort="1003";
   		secondPass=true;
   		setUp();//secondPass -> client is not accepted by new truststore
   		
  
  
  



More information about the jboss-cvs-commits mailing list