You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by gd...@apache.org on 2001/06/13 23:09:45 UTC

cvs commit: xml-axis/java/src/org/apache/axis/server AxisServer.java

gdaniels    01/06/13 14:09:45

  Modified:    java/src/org/apache/axis/server AxisServer.java
  Log:
  MessageContext now automatically gets type mappings from the engine.
  
  Revision  Changes    Path
  1.18      +0 -4      xml-axis/java/src/org/apache/axis/server/AxisServer.java
  
  Index: AxisServer.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/server/AxisServer.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- AxisServer.java	2001/06/11 12:30:58	1.17
  +++ AxisServer.java	2001/06/13 21:09:42	1.18
  @@ -105,10 +105,6 @@
           /**************************************************************/
           HandlerRegistry hr = getHandlerRegistry();
           HandlerRegistry sr = getServiceRegistry();
  -        TypeMappingRegistry tmr =
  -            (TypeMappingRegistry) getOption(Constants.TYPEMAP_REGISTRY);
  -
  -        msgContext.setTypeMappingRegistry(tmr);
   
           try {
             hName = msgContext.getStrProp( MessageContext.ENGINE_HANDLER );