Richard:

I'm curious - why are you making internationalization a component?  Who is going to 
want to switch in/out implementations of stuff that Java mostly does for us?

--Glen

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 17, 2002 6:22 PM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava
> JavaServiceImplWriter.java
> 
> 
> rsitze      2002/09/17 15:22:28
> 
>   Modified:    java/src/org/apache/axis/wsdl/toJava
>                         JavaServiceImplWriter.java
>   Log:
>   Previous hack to extend messages proved to be insufficient.
>   This change is a first step to making messages fully pluggable.
>   
>   Revision  Changes    Path
>   1.26      +1 -1      
> xml-axis/java/src/org/apache/axis/wsdl/toJava/JavaServiceImplW
> riter.java
>   
>   Index: JavaServiceImplWriter.java
>   ===================================================================
>   RCS file: 
> /home/cvs/xml-axis/java/src/org/apache/axis/wsdl/toJava/JavaSe
> rviceImplWriter.java,v
>   retrieving revision 1.25
>   retrieving revision 1.26
>   diff -u -r1.25 -r1.26
>   --- JavaServiceImplWriter.java      17 Sep 2002 21:28:29 
> -0000 1.25
>   +++ JavaServiceImplWriter.java      17 Sep 2002 22:22:28 
> -0000 1.26
>   @@ -70,8 +70,8 @@
>    import javax.wsdl.Port;
>    import javax.wsdl.Service;
>    
>   +import org.apache.axis.components.i18n.Messages;
>    import org.apache.axis.utils.JavaUtils;
>   -import org.apache.axis.utils.Messages;
>    import org.apache.axis.utils.WSDLUtils;
>    
>    import org.apache.axis.wsdl.symbolTable.BindingEntry;
>   
>   
>   
> 

Reply via email to