Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 83456 invoked by uid 500); 13 Jun 2001 21:09:53 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 83405 invoked by uid 500); 13 Jun 2001 21:09:49 -0000 Delivered-To: apmail-xml-axis-cvs@apache.org Received: (qmail 83357 invoked by uid 1144); 13 Jun 2001 21:09:45 -0000 Date: 13 Jun 2001 21:09:45 -0000 Message-ID: <20010613210945.83356.qmail@apache.org> From: gdaniels@apache.org To: xml-axis-cvs@apache.org Subject: 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 );