jaliya      2005/03/07 05:13:47

  Modified:    sandesha/src/org/apache/sandesha/util PropertyLoader.java
               sandesha/xdocs userguide.html
  Log:
  Userguide and the PropertyLoader classes are modified
  
  Revision  Changes    Path
  1.8       +1 -1      
ws-fx/sandesha/src/org/apache/sandesha/util/PropertyLoader.java
  
  Index: PropertyLoader.java
  ===================================================================
  RCS file: 
/home/cvs/ws-fx/sandesha/src/org/apache/sandesha/util/PropertyLoader.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PropertyLoader.java       7 Mar 2005 12:46:12 -0000       1.7
  +++ PropertyLoader.java       7 Mar 2005 13:13:47 -0000       1.8
  @@ -106,7 +106,7 @@
           s = prop.getProperty(Constants.ClientProperties.PROVIDER_CLASS);
   
           if (s == null)
  -            return Constants.ClientProperties.PROVIDER_CLASS;
  +            return Constants.ClientProperties.DEFAULT_PROVIDER_CLASS;
   
           return s;
       }
  
  
  
  1.3       +1 -1      ws-fx/sandesha/xdocs/userguide.html
  
  Index: userguide.html
  ===================================================================
  RCS file: /home/cvs/ws-fx/sandesha/xdocs/userguide.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- userguide.html    7 Mar 2005 12:43:07 -0000       1.2
  +++ userguide.html    7 Mar 2005 13:13:47 -0000       1.3
  @@ -50,7 +50,7 @@
       <td width="87%">&nbsp;Description</td>
     </tr>
     <tr>
  -    <td width="13%">ping_sync&nbsp</td>
  +    <td width="13%">ping_sync</td>
       <td width="87%">The scenario tests the simple one way Ping operation 
with 
       acknowledgements coming in same HTTP connection</td>
     </tr>
  
  
  

Reply via email to