Dims,

If this isn't the default in the Java code, then those with their own
wsdd files will not see the change, right?


--
Tom Jordahl
Macromedia Server Development

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Saturday, July 09, 2005 10:11 AM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: ws-axis/java/src/org/apache/axis/server server-
> config.wsdd
> 
> dims        2005/07/09 07:11:19
> 
>   Modified:    java/src/org/apache/axis/client client-config.wsdd
>                java/src/org/apache/axis/server server-config.wsdd
>   Log:
>   make enableNamespacePrefixOptimization=false the default.
> 
>   Revision  Changes    Path
>   1.4       +1 -0      ws-axis/java/src/org/apache/axis/client/client-
> config.wsdd
> 
>   Index: client-config.wsdd
>   ===================================================================
>   RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/client/client-
> config.wsdd,v
>   retrieving revision 1.3
>   retrieving revision 1.4
>   diff -u -r1.3 -r1.4
>   --- client-config.wsdd      8 Jun 2004 19:45:48 -0000       1.3
>   +++ client-config.wsdd      9 Jul 2005 14:11:19 -0000       1.4
>   @@ -4,6 +4,7 @@
> 
> xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
>     <globalConfiguration>
>       <parameter name="disablePrettyXML" value="true"/>
>   +   <parameter name="enableNamespacePrefixOptimization"
value="false"/>
>     </globalConfiguration>
>     <transport name="http"
> pivot="java:org.apache.axis.transport.http.HTTPSender"/>
>     <transport name="local"
> pivot="java:org.apache.axis.transport.local.LocalSender"/>
> 
> 
> 
>   1.19      +1 -0      ws-axis/java/src/org/apache/axis/server/server-
> config.wsdd
> 
>   Index: server-config.wsdd
>   ===================================================================
>   RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/server/server-
> config.wsdd,v
>   retrieving revision 1.18
>   retrieving revision 1.19
>   diff -u -r1.18 -r1.19
>   --- server-config.wsdd      27 Apr 2005 02:26:49 -0000      1.18
>   +++ server-config.wsdd      9 Jul 2005 14:11:19 -0000       1.19
>   @@ -7,6 +7,7 @@
>     <globalConfiguration>
>       <parameter name="disablePrettyXML" value="true"/>
>       <parameter name="dotNetSoapEncFix" value="true"/>
>   +   <parameter name="enableNamespacePrefixOptimization"
value="false"/>
>       <requestFlow>
>         <handler type="java:org.apache.axis.handlers.JWSHandler">
>            <parameter name="scope" value="session"/>
> 
> 
> 

Reply via email to