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 2004/07/13 06:41:46 UTC

cvs commit: ws-axis/java/xmls properties.xml

gdaniels    2004/07/12 21:41:45

  Modified:    java     build.xml changelog.html release-notes.html
               java/src/org/apache/axis/client Call.java
               java/xmls properties.xml
  Log:
  Fix bad JavaDoc on Call.getOutputParams(), and update version to
  1.2beta2 in prep for release.
  
  Revision  Changes    Path
  1.248     +1 -1      ws-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/build.xml,v
  retrieving revision 1.247
  retrieving revision 1.248
  diff -u -r1.247 -r1.248
  --- build.xml	2 Jun 2004 17:05:15 -0000	1.247
  +++ build.xml	13 Jul 2004 04:41:44 -0000	1.248
  @@ -215,7 +215,7 @@
         <manifest>
           <section name="javax/xml/soap">
             <attribute name="Specification-Title" value="SAAJ"/>
  -          <attribute name="Specification-Version" value="1.1"/>
  +          <attribute name="Specification-Version" value="1.2"/>
             <attribute name="Specification-Vendor" value="JCP"/>
           </section>
         </manifest>
  
  
  
  1.11      +1 -1      ws-axis/java/changelog.html
  
  Index: changelog.html
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/changelog.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- changelog.html	31 Mar 2004 12:56:43 -0000	1.10
  +++ changelog.html	13 Jul 2004 04:41:44 -0000	1.11
  @@ -16,7 +16,7 @@
   <body>
   <h1>Axis Change Log</h1>
   
  -<h2>Axis 1.2</h2>
  +<h2>Axis 1.2 beta 2</h2>
   
   <h3>Changes from 1.1</h3>
   <ul>
  
  
  
  1.28      +4 -4      ws-axis/java/release-notes.html
  
  Index: release-notes.html
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/release-notes.html,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- release-notes.html	30 Mar 2004 22:09:32 -0000	1.27
  +++ release-notes.html	13 Jul 2004 04:41:44 -0000	1.28
  @@ -20,7 +20,7 @@
     of the <a href="http://ws.apache.org/axis">Axis SOAP toolkit</a>.</p>
   
   <h3>About this release</h3>
  -<p>This is the beta test release of Axis 1.2.  Please kick the tires, put it through it's paces, and let us know via our mailing lists or bug tracking system if there are problems.  Stuff that still needs doing before the actual release:</p>
  +<p>This is the beta 2 release of Axis 1.2.  Please kick the tires, put it through it's paces, and let us know via our mailing lists or bug tracking system if there are problems.  Stuff that still needs doing before the actual release:</p>
   <ul>
   <li>Documentation updates
   <li>A few more high-priority bugs will be fixed
  @@ -28,11 +28,11 @@
   <h3>Change History</h3>
   <p>Click to read the <a href="changelog.html">change log</a>.</p>
   <h3>JAX-RPC</h3>
  -<p><font color="#cccccc">This release is intended to be 100% compliant with the <a href="http://java.sun.com/xml/jaxrpc">JAX-RPC</a> 
  +<p>This release is intended to be 100% compliant with the <a href="http://java.sun.com/xml/jaxrpc">JAX-RPC</a> 
     and <a href="http://java.sun.com/xml/saaj/">SAAJ</a> specifications from Sun. 
     The Axis code has successfully passed the all of the JAX-RPC and SAAJ TCK (Technology 
  -  Compatibility Kit) tests.</font></p>
  -<p><font color="red">(Note: this beta release has not yet been run through the TCK)</font></p>
  +  Compatibility Kit) tests.</p>
  +<p><font color="green">This version has passed the JAX-RPC 1.1 and SAAJ 1.2 TCKs.</font></p>
   <h3>More Info</h3>
   
   <p>Please check out the included documentation and the <a href="http://ws.apache.org/axis/faq.html">FAQ</a> 
  
  
  
  1.230     +4 -5      ws-axis/java/src/org/apache/axis/client/Call.java
  
  Index: Call.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/client/Call.java,v
  retrieving revision 1.229
  retrieving revision 1.230
  diff -u -r1.229 -r1.230
  --- Call.java	8 Jul 2004 08:51:57 -0000	1.229
  +++ Call.java	13 Jul 2004 04:41:45 -0000	1.230
  @@ -2794,12 +2794,11 @@
   
       /**
        * Get the output parameters (if any) from the last invocation.
  +     * 
  +     * This allows named access - if you need sequential access, use
  +     * getOutputValues().
        *
  -     * NOTE that the params returned are all RPCParams, containing
  -     * name and value - if you want the value, you'll need to call
  -     * param.getValue().
  -     *
  -     * @return Vector of RPCParams
  +     * @return a Map containing the output parameter values, indexed by QName
        */
       public Map getOutputParams()
       {
  
  
  
  1.52      +2 -2      ws-axis/java/xmls/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/xmls/properties.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- properties.xml	2 Jun 2004 17:05:22 -0000	1.51
  +++ properties.xml	13 Jul 2004 04:41:45 -0000	1.52
  @@ -16,9 +16,9 @@
   <property name="debug" value="on" />
   <property name="nowarn" value="off" />
   
  -<property name="axis.version" value="1.2beta" />
  +<property name="axis.version" value="1.2beta2" />
   <!-- This should be the version # above with dots replaced by underscores -->
  -<property name="axis.dirname" value="1_2beta" />
  +<property name="axis.dirname" value="1_2beta2" />
   
   <property name="name" value="axis" />
   <property name="Name" value="Axis" />