[prev in list] [next in list] [prev in thread] [next in thread] 

List:       axis-dev
Subject:    cvs commit: xml-axis/java/src/org/apache/axis/registries DefaultHandlerRegistry.java DefaultServiceR
From:       gdaniels () apache ! org
Date:       2001-04-29 16:45:54
[Download RAW message or body]

gdaniels    01/04/29 09:45:54

  Modified:    java/src/org/apache/axis/registries
                        DefaultHandlerRegistry.java
                        DefaultServiceRegistry.java
  Log:
  Fix registration of  JWSProcessor.
  
  Revision  Changes    Path
  1.6       +1 -1      xml-axis/java/src/org/apache/axis/registries/DefaultHandlerRegistry.java
  
  Index: DefaultHandlerRegistry.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/registries/DefaultHandlerRegistry.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DefaultHandlerRegistry.java	2001/04/29 00:38:26	1.5
  +++ DefaultHandlerRegistry.java	2001/04/29 16:45:54	1.6
  @@ -123,7 +123,7 @@
         this.add( "HTTPAction"   , new HTTPActionHandler() );
         this.add( "HTTPAuth"     , new HTTPAuthHandler() );
         this.add( "JWSHandler"   , new JWSHandler() );
  -      
  +      this.add( "JWSProcessor" , new JWSProcessor() );
         // Want this around by default for testing.
         this.add( "EchoHandler"  , new EchoHandler() );
   
  
  
  
  1.6       +1 -2      xml-axis/java/src/org/apache/axis/registries/DefaultServiceRegistry.java
  
  Index: DefaultServiceRegistry.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/registries/DefaultServiceRegistry.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DefaultServiceRegistry.java	2001/04/29 00:38:26	1.5
  +++ DefaultServiceRegistry.java	2001/04/29 16:45:54	1.6
  @@ -118,8 +118,7 @@
       SimpleTargetedChain  cc = null ;
   
       if ( onServer ) {
  -      handlerRegistry.add("JWSProcessor",handlerRegistry.find("jwsprocessor"));
  -      this.add( "JWSProcessor", handlerRegistry.find( "jwsprocessor" ) );
  +      this.add( "JWSProcessor", handlerRegistry.find( "JWSProcessor" ) );
   
         cc = new SimpleTargetedChain();
         cc.setPivotHandler( handlerRegistry.find( "MsgDispatcher" ) );
  
  
  

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic