You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ja...@apache.org on 2005/07/07 15:03:59 UTC

cvs commit: ws-sandesha/config sandesha.properties client-config.wsdd server-config.wsdd

jaliya      2005/07/07 06:03:59

  Modified:    config   sandesha.properties
  Removed:     config   client-config.wsdd server-config.wsdd
  Log:
  Removed the wsdd files from the config
  
  Revision  Changes    Path
  1.6       +10 -1     ws-sandesha/config/sandesha.properties
  
  Index: sandesha.properties
  ===================================================================
  RCS file: /home/cvs/ws-sandesha/config/sandesha.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- sandesha.properties	25 May 2005 10:08:59 -0000	1.5
  +++ sandesha.properties	7 Jul 2005 13:03:59 -0000	1.6
  @@ -21,4 +21,13 @@
   # This is the configuration for the ACTUAL provider. Sandesha uses RMProvider as the provider and
   # axis engine uses RMProvider as the provider. We need to know the ACTUAL provider which does the
   # Service invocation. So the RMProvider will use RPCProvider to invoke services.
  -providerClass = org.apache.axis.providers.java.RPCProvider
  \ No newline at end of file
  +providerClass = org.apache.axis.providers.java.RPCProvider
  +
  +# Define the strategy for executing web service invokes.
  +# This impl uses the apache axis thread pool and configures
  +# it to the given size.
  +invokeStrategy=org.apache.sandesha.server.ThreadPoolInvokeStrategy:threadPoolSize=10
  +
  +# Define the invoke handler that will execute the web service invokes.
  +# This impl simply delegates to the handler specified by the "invoker" param.
  +invokeHandler=org.apache.sandesha.server.DelegateInvokeHandler:invoker=org.apache.axis.providers.java.RPCProvider
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org