chamikara    2005/05/08 12:12:22

  Modified:    sandesha/src/org/apache/sandesha RMInitiator.java
  Log:
  some errors were fixed in the stopClient method.
  
  Revision  Changes    Path
  1.14      +12 -1     ws-fx/sandesha/src/org/apache/sandesha/RMInitiator.java
  
  Index: RMInitiator.java
  ===================================================================
  RCS file: /home/cvs/ws-fx/sandesha/src/org/apache/sandesha/RMInitiator.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- RMInitiator.java  26 Apr 2005 03:24:50 -0000      1.13
  +++ RMInitiator.java  8 May 2005 19:12:22 -0000       1.14
  @@ -118,9 +118,20 @@
               }
           }
   
  -        if (listenerStarted)
  +        if (listenerStarted){
               sas.stop();
  +            
  +            
  +            //FOR JSP
  +            listenerStarted = false;
  +            //END JSP
  +            listenerStarted = false;
  +        }
           sender.setRunning(false);
  +        
  +        //FOR JSP
  +        senderStarted = false;
  +        //END JSP
           return new RMStatus();
   
   
  
  
  

Reply via email to