[jboss-cvs] JBossCache/etc/META-INF ...

Vladmir Blagojevic vladimir.blagojevic at jboss.com
Tue Apr 10 13:11:00 EDT 2007


  User: vblagojevic
  Date: 07/04/10 13:11:00

  Modified:    etc/META-INF  unit-test-cache-service.xml
  Log:
  we cannot use token substitution for protocol parameters
  
  Revision  Changes    Path
  1.7       +2 -2      JBossCache/etc/META-INF/unit-test-cache-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: unit-test-cache-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/etc/META-INF/unit-test-cache-service.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- unit-test-cache-service.xml	3 Apr 2007 15:07:00 -0000	1.6
  +++ unit-test-cache-service.xml	10 Apr 2007 17:11:00 -0000	1.7
  @@ -323,7 +323,7 @@
   		         oob_thread_pool.rejection_policy="Run"/>
   		         
   		    <TCPPING timeout="3000"
  -		             initial_hosts="${jgroups.tcpping.initial_hosts:localhost[7800],localhost[7801]}"
  +		             initial_hosts="localhost[7800],localhost[7801]"
   		             port_range="1"
   		             num_initial_members="3"/>
   		    <MERGE2 max_interval="100000"
  @@ -387,7 +387,7 @@
   		         oob_thread_pool.rejection_policy="Run"/>
   		         
   		    <TCPPING timeout="3000"
  -		             initial_hosts="${jgroups.tcpping.initial_hosts:localhost[7800],localhost[7801]}"
  +		             initial_hosts="localhost[7800],localhost[7801]"
   		             port_range="1"
   		             num_initial_members="3"/>
   		    <MERGE2 max_interval="100000"
  
  
  



More information about the jboss-cvs-commits mailing list