Apache Axis 1.2 Beta ChangeLog (Changes after 1.2 Alpha)

Designed for use with Ant.


2004-03-31 12:46 dims
Fix changelog date
2004-03-30 22:41 gdaniels
Brute force fix for multiple build problem.  (duplicate class error when
built multiple times)
2004-03-30 22:09 gdaniels
Update for 1.2 beta
2004-03-30 11:36 dims
Fix AXIS-1241 - duplicate code in EWS and AXIS
and cleanup of imports.
2004-03-30 11:36 dims
Fix AXIS-1241 - duplicate code in EWS and AXIS
and cleanup of imports.
2004-03-29 19:55 dims
Fix file case.
2004-03-29 13:15 dims
Fix for MX4J build failure reported by Stefan Bodewig (http://marc.theaimsgroup.com/?l=axis-dev&m=108056460326296&w=2)
2004-03-27 18:23 dims
Fix and test case for AXIS-1157 - QName constants constructed without Schema-specified namespace
2004-03-27 12:35 dims
fix for AXIS-1045 from Adam Kramer
2004-03-27 12:20 dims
CVS Snapshot as of "Sat Mar 27 07:18:17 EST 2004" to fix  	 AXIS-1227 - NullPointerExceptions for updated classes from JBoss classloader.
2004-03-27 11:47 dims
Fix for AXIS-1269 - Improvement to mixed=true code generation
from Jarek Gawor
2004-03-26 17:56 stevel
Autogenertion of docs is up again.
I havent got velocity autogenerating the axis stuff in the axis build tree;
I had to copy the XML Files to ant/proposal/ and then run DVSL there & drag back.
The goal is fully automated manual creation, velocity config is the troublespot.
2004-03-26 17:56 stevel
Autogenertion of docs is up again.
I havent got velocity autogenerating the axis stuff in the axis build tree;
I had to copy the XML Files to ant/proposal/ and then run DVSL there & drag back.
The goal is fully automated manual creation, velocity config is the troublespot.
2004-03-26 16:45 stevel
correction of comment
2004-03-26 16:44 stevel
1. javadocs
2. cleanup of stop() mechanism to make more robust.
3. some other cleanups (like #of retries is less hard-coded)
2004-03-26 03:23 dims
Fix for AXIS-1266 - Incorrect signature for SOAPService.setServiceDescription()
from Rich Naylor
2004-03-25 20:32 dims
Fix for AXIS-1246 - AttachmentsImpl.getAttachmentCount() may report 0 attachments for message that has >0 attachments
from Tom Nelson
2004-03-25 19:30 dims
Sync up with the JWSDP
2004-03-25 19:30 dims
Sync up with the JWSDP
2004-03-25 16:50 dims
Fix for  AXIS-769 - Socket Timeouts for Axis Clients

compiles fine with JDK1.3, 1.4, 1.5 ran tests in test/client in all 3 JDK's as well.
2004-03-25 16:50 dims
Fix for  AXIS-769 - Socket Timeouts for Axis Clients

compiles fine with JDK1.3, 1.4, 1.5 ran tests in test/client in all 3 JDK's as well.
2004-03-25 13:39 dims
Fix for AXIS-1066 - WSDL assigns base64Binary type to hexBinary field
2004-03-25 10:36 dims
Fix for AXIS-1170 - mixed=true on complex types not supported
from  Jarek Gawor
2004-03-25 10:28 dims
Fix for  AXIS-1265 - Error logged when a SOAP header does not contain a mustUnderstand attribute
from Jarek Gawor
2004-03-24 19:44 dims
Fix for  AXIS-1263 - Mixed content patch to BeanDeserializer
from jarek gawor
2004-03-24 17:36 dims
Fix for AXIS-1262 - Pulling Javadoc from
from Danno Ferrin
2004-03-24 04:14 dims
Fix for AXIS-1247 - simple axis server links from front page to WSDL are wrong

http://localhost:8080/ redirects to http://localhost:8080/axis/
2004-03-23 16:24 dims
Fix for AXIS-1217 - Axis accepts client requests for operations that are qualified with the incorrect namespace

Notes:
Just fixing the example. NOT changing current behavior of the engine.
2004-03-23 15:55 dims
Better Fix for AXIS-1259 - local xsd:group constructs are not processed properly
2004-03-23 14:29 dims
Fix for AXIS-1242 - Multipart messages using jms transport lack a contentType setting and fail to parse
2004-03-23 14:10 dims
Fix for AXIS-604 - Generated comments should be javadoc comments
2004-03-23 14:07 dims
Fix for AXIS-1259 - local xsd:group constructs are not processed properly
2004-03-23 13:11 dims
Fix for multithread test failures. we cannot store the Socket as a member variable since we seem to use one instance of HTTPSender.
2004-03-23 12:29 dims
Fix for AXIS-1257 - "nullpointer exception caused by ...SOAPBindingStub.createCall"
2004-03-23 10:45 dims
Fix for  AXIS-1258 - xsd:list of QName is not handled properly
from gawor@mcs.anl.gov
2004-03-22 14:52 dims
Fix for AXIS-309 - Java2WSDL should do the right thing with DataHandler

Notes:
- Added a warning if required classes are missing.
2004-03-22 04:07 gdaniels
Add a few items to the change log for 1.2
2004-03-22 03:45 dims
Fix for AXIS-1251 - Transfer-Encoding not prperly detected on a response stream
2004-03-21 22:36 dims
Fix for AXIS-1253 - Posting large SOAP requests (4MB) to WLS fails with java.net.SocketException: Software caused connection abort: socket write error
2004-03-21 19:03 dims
Fix for Bug AXIS-1252 - using HTTP/1.1 enableing 100_continue alone fails without chunked
2004-03-21 18:48 dims
Fix for Bug AXIS-1250 - SOAPService make AxisFault from SOAPFaultException
2004-03-18 13:10 stevel
support octet-stream too.
2004-03-16 22:55 stevel
looking at bug #1126, yup, we close streams during read if they dont seek -not what you want. We also dont throw any exceptions -interesting.
2004-03-16 15:14 gdaniels
Fix bug with SOAP encoded types and doc/lit services.

Now we should correctly emit wrapped types for nillable elements of simple
types within generated types.

TODO : Tests for this, including making sure we correctly round-trip
nillable="true" and minOccurs="0" from WSDL->Java->WSDL
2004-03-16 14:31 stevel
roll back to java1.3 compatible name lookup. I know glenn thinks that we should just extract it from the http header, but I'd rather we test under jetty.
2004-03-16 10:01 stevel
casting bytes to int with the sign right. Patch from Eberhard Schulte
2004-03-15 13:26 gdaniels
Woops - didn't mean to commit work-in-progress which was subsumed
by TestMUValues.  Thanks for noticing this, Ias.
2004-03-15 13:08 dims
Get tcpmon to work with JDK 1.5 Beta (build 1.5.0-beta-b32c)
2004-03-14 16:58 gdaniels
* Bulletproof mustUnderstand value checking.  "true"/"false" now throw
  exceptions for SOAP 1.1, as do all bad values.

* Add test for the above.

* Comment out TestMimeHeaders to fix build.

* Add text to assertions in TestMimeHeaders

* Few code cleanups

* Version -> 1.2beta
2004-03-14 16:58 gdaniels
* Bulletproof mustUnderstand value checking.  "true"/"false" now throw
  exceptions for SOAP 1.1, as do all bad values.

* Add test for the above.

* Comment out TestMimeHeaders to fix build.

* Add text to assertions in TestMimeHeaders

* Few code cleanups

* Version -> 1.2beta
2004-03-12 07:35 ias
Improve doPost to transfer headers between MIME and HTTP.
2004-03-12 07:34 ias
Improve invoke to transfer HTTP headers to MIME headers regarding response.
2004-03-12 06:52 ias
Improve execute and parseHeaders to transfer headers between MIME and HTTP.
2004-03-12 06:41 ias
Improve readFromSocket to transfer HTTP headers of response message to MIME headers of SOAP message.
2004-03-12 06:34 ias
Add a functional test for MIME headers.
2004-03-12 06:33 ias
Initial check-in.
2004-03-12 06:32 ias
*** keyword substitution change ***
2004-03-12 06:31 ias
Initial check-in.
2004-03-11 17:27 ias
Use HTTPConstants.HEADER_ACCEPT_APPL_SOAP instead of the hard-coded "application/soap+xml".
2004-03-11 17:08 ias
Bug fix - charset='utf-8' or charset="utf-8" should be recognized and extracted properly.
2004-03-11 13:11 ias
Enhanced addContextInfo to transfer MIME headers of a request SOAPMessage to HTTP headers.
2004-03-11 13:09 ias
Put a line of comment in front of processing MIME headers in writeToSocket.
2004-03-11 12:25 ias
Improved call to use Call.invoke(Message) instead of Call.invoke(SOAPEnvelope). This approach helps synchronize character encoding between request/response and transfer MIME headers to a transport layer such as HTTP.
2004-03-11 12:22 ias
Added invoke(Message) to simplify SOAPConnectionImpl's usage of invoke(SOAPEnvelope).
2004-03-11 12:20 ias
Enhanced writeToSocket to transfer MIME headers of a request SOAPMessage to HTTP headers.
2004-03-09 08:18 ias
Bug fix of AXIS-1248 at http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-1248
- Prevent NPE during detachNode in case of parent's null.
2004-03-09 07:25 ias
Improved (and synchronized with getAsBytes) acquiring encoding in getAsSOAPEnvelope and revised comments about setting encoding.
2004-03-08 14:11 dims
Change changelog date (log changes since last release)
2004-03-07 17:52 gdaniels
Fix http://nagoya.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-1245

Use SOAP-ENC type when nillable.
2004-03-05 16:29 stevel
This does not fix the timezone defect I have, it just cleans up the class enough to see what is going on.
2004-03-05 16:28 stevel
add description to compile target
2004-03-05 16:28 stevel
trying to stop this code always returning 127.0.0.1 when serving up urls
2004-03-05 10:33 ias
Tried to fix lost letters in testFrenchAccents2.
2004-03-05 05:28 ias
Enhanced handling character encoding. In addition, getContentType now supports SOAP 1.2 HTTP binding by "application/soap+xml".
2004-03-05 05:26 ias
Updated getAsBytes and getAsSOAPEnvelope to get character encoding from SOAP message property first.
2004-03-05 05:25 ias
Modified call to pass character encoding of request to message context in order to support synchronization between request and response.
2004-03-05 05:23 ias
Changed startElement to get character encoding from message context first.
2004-03-05 05:22 ias
Added support of synchronization between request and response.
2004-03-05 05:20 ias
Added support of synchronization between request and response.
2004-03-05 05:20 ias
Added support of synchronization between request and response.
2004-03-05 05:19 ias
Bug fix - read() and peek() should return a value >=0 except EOF.
Note: UTF-16 uses FE FF or FF FE as Byte Order Mark and FF-> -1 as byte is not EOF.
2004-03-05 05:17 ias
Added a test case for synchronization between request and response.
2004-02-27 17:07 gdaniels
Don't output all mapped types when generating WSDL, just the
ones we use (and all subtypes).  Fix ArraySerializer WSDL gen
so it always emits the component type (this problem was likely
being masked by the earlier one) if needed.
2004-02-27 15:00 tomj
Put back in build file generator code accidentaly commented out.
Remove useless commented code from Ant task.

Reformated both files to clean them up.
2004-02-26 21:39 dims
Fix file name case.
2004-02-25 14:03 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:03 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:03 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:03 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:03 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-25 14:02 dims
Migrating to Apache 2.0 License as per ASF mandate.
2004-02-24 23:22 dims
Fix for Bug 27186 - Enhance wsdl2java generation to selectively generate classes
from jcstaff@apl.jhu.edu (jim)
2004-02-24 23:22 dims
Fix for Bug 27186 - Enhance wsdl2java generation to selectively generate classes
from jcstaff@apl.jhu.edu (jim)
2004-02-24 23:22 dims
Fix for Bug 27186 - Enhance wsdl2java generation to selectively generate classes
from jcstaff@apl.jhu.edu (jim)
2004-02-24 23:22 dims
Fix for Bug 27186 - Enhance wsdl2java generation to selectively generate classes
from jcstaff@apl.jhu.edu (jim)
2004-02-24 23:22 dims
Fix for Bug 27186 - Enhance wsdl2java generation to selectively generate classes
from jcstaff@apl.jhu.edu (jim)
2004-02-24 15:28 gdaniels
Fix bug 22999 (again).

* Propagate type information for fields down into writeField(),
  and use it unlesss the java type is an array (NOTE: we
  really need to move to passing around Type descriptors and
  not just QNames/java Classes)

* Make isArray in Types public
2004-02-23 14:17 gdaniels
Fix bug #25486 (and perhaps others) by cleaning
up some simple type deserialization problems.

* Base64Deserializer and HexDeserializer now both extend
  SimpleDeserializer, so that the system can tell they
  are simple types.

* BeanDeserializer now uses the XMLType information
  available in the TypeDesc in order to find the right
  deserializer for attribute values.

* Make error for missing message attribute in WSDL2Java
  much clearer.

* Fix some formatting problems.
2004-02-23 14:17 gdaniels
Fix bug #25486 (and perhaps others) by cleaning
up some simple type deserialization problems.

* Base64Deserializer and HexDeserializer now both extend
  SimpleDeserializer, so that the system can tell they
  are simple types.

* BeanDeserializer now uses the XMLType information
  available in the TypeDesc in order to find the right
  deserializer for attribute values.

* Make error for missing message attribute in WSDL2Java
  much clearer.

* Fix some formatting problems.
2004-02-22 20:23 dims
Async support for Axis. See test/client/TestAsyncCall.java for current usage. Since James's IME code has stalled (See http://marc.theaimsgroup.com/?l=axis-dev&m=105233711525903&w=2) there has been zero activity in this area. Hopefully the Sonic folks (prev email about sync was http://marc.theaimsgroup.com/?l=axis-dev&m=103903901501446&w=2) will help refine the code and hook it upto James' IME when they get a chance.
2004-02-21 19:21 dims
add nowarn flag to build (hide warnings like the JDK1.5 warnings for enum). As usual you can set nowarn=true in your build.properties to hide the warnings.
2004-02-21 19:21 dims
add nowarn flag to build (hide warnings like the JDK1.5 warnings for enum). As usual you can set nowarn=true in your build.properties to hide the warnings.
2004-02-21 19:21 dims
add nowarn flag to build (hide warnings like the JDK1.5 warnings for enum). As usual you can set nowarn=true in your build.properties to hide the warnings.
2004-02-21 19:21 dims
add nowarn flag to build (hide warnings like the JDK1.5 warnings for enum). As usual you can set nowarn=true in your build.properties to hide the warnings.
2004-02-21 19:21 dims
add nowarn flag to build (hide warnings like the JDK1.5 warnings for enum). As usual you can set nowarn=true in your build.properties to hide the warnings.
2004-02-21 19:21 dims
add nowarn flag to build (hide warnings like the JDK1.5 warnings for enum). As usual you can set nowarn=true in your build.properties to hide the warnings.
2004-02-21 19:21 dims
add nowarn flag to build (hide warnings like the JDK1.5 warnings for enum). As usual you can set nowarn=true in your build.properties to hide the warnings.
2004-02-20 13:57 dims
Fix for Fix for Bug 26654 - Temporary Redirect causes AxisFault
from matthias.mueller@datev.de (Matthias Mueller)
2004-02-18 14:10 dims
Fix for Bug 27011 - Response elements contain blank namespace
reported by seth@oculan.com (Seth Leger)
2004-02-18 13:24 dims
Fix for 27028 - NPEX in prg.apache.axis.Message.getContentDesciption
reported by rune.skjelvik@edb.com (Rune Skjelvik)
2004-02-14 22:21 dims
Fix NPE reported by Srinath - http://marc.theaimsgroup.com/?t=107668701700009&r=1&w=2

Test case in Bug 18409 has a side effect of repro the problem reported by Srinath.
2004-02-14 21:21 dims
Fix for Bug 26522 - HttpSender logging does not show contents of sent message.
2004-02-14 21:00 dims
fix for Bug 26543 - Correlation ID not being set in message - culprit is createSendProperties in class JMSSender
from annasarte@fairisaac.com (Anna Sarte)
2004-02-14 20:46 dims
Fix for Bug 26549 - SimpleJMSListener not passing connectorProps to endpoint
Fix for Bug 26705 - Correct JMSURLHelper typo and add helper method

Both from jcstaff@apl.jhu.edu (jim)
2004-02-14 08:49 dims
Fix for Bug 26746 - JavaBeanWriter suppresses MalformedURIException for URI type.

Notes:
- follow the same pattern as with date's...throw a RuntimeException.
2004-02-14 04:47 dims
Fix for Bug 26747 - Threads are being locked at org.apache.axis.client.Service
from alp.gumus@verizon.com (Alp Gumus)
2004-02-14 04:08 dims
Fix for Bug 26840 - MethodCache.getMethod() causes unneeded classloader thrash
from  Danno Ferrin (shemnon@yahoo.com)
2004-02-10 16:55 dims
Don't Pretty unnecessarily.
2004-02-10 05:01 hemapani
Add the build file generation code to the wsdl2java. + add the
-B option to on it. default is off
2004-02-10 04:23 hemapani
Add the build file generation code to the wsdl2java. + add the
-B option to on it. default is off
2004-02-06 00:10 dims
Patch for Bug 26548 - local xsd:group constructs are not processed properly
from Hans (hplanting@mail.com)
2004-02-05 16:49 ias
Switch plan.txt to status.txt to guide prospective volunteers
2004-02-05 16:48 ias
initial check-in : this document basically indicates how much scm is implemented
2004-01-31 17:11 gdaniels
Pass necessary methodName argument to "noSuchOperation" message.
2004-01-30 20:19 dims
Let the RPCProvider throw Soap1.2 FAULT_SUBCODE_PROC_NOT_PRESENT exceptions and NOT the BodyBuilder. If the incoming soap message is encrypted and we are using SOAP 1.2 we run into problems.
2004-01-30 20:17 dims
prevent NPE.
2004-01-20 17:19 tomj
Do not use eager allocation in the Array deserializer.

This will have a side effect: if the XML claims an array has a size of 4,
but there are only 3 elements provided, Axis will return an array of
size 3.  We will not allocate slots for array positions beyond the last
one we have data for.

Change the array test to reflect this difference.
2004-01-20 17:19 tomj
Do not use eager allocation in the Array deserializer.

This will have a side effect: if the XML claims an array has a size of 4,
but there are only 3 elements provided, Axis will return an array of
size 3.  We will not allocate slots for array positions beyond the last
one we have data for.

Change the array test to reflect this difference.
2004-01-20 17:07 tomj
Fix up JWS error message to avoid using an absolute path.
2004-01-17 16:44 dims
My Bad. This should fix all scenarios outlined by dug for "Bug 26208 - Problem with parsing of body too soon"
2004-01-17 15:16 ias
Removed unused imports
2004-01-17 15:16 ias
Removed unused imports
2004-01-17 05:24 dims
Fix for Bug 26208 - Problem with parsing of body too soon
2004-01-16 23:17 tomj
Fix up the generation of multiple soap:header elements in the binding.

Move the entire generation of the binding header elements to the
code that generates the Message and parts.  This allows fixes
muliple headers, which if we create when generating the binding operation
we will not be able to distiguish since they would be indentical.
2004-01-16 22:47 tomj
Generate WSDL for headers defined in the WSDD.

Syntax:
        <parameter type="tns:string" xmlns:tns="http://www.w3.org/2001/XMLSchema" inHeader="true"/>
        <parameter type="tns:string" xmlns:tns="http://www.w3.org/2001/XMLSchema" mode="OUT" outHeader="true"/>

If a Parameter in an operation is marked as a inHeader or outHeader
in the WSDD, generate the correct soap:header element for it in the
binding.  Also add the parts attribute to the soap:body element.

The header must appear in the service method signature.  I am not sure
how I feel about that, as it doesn't seem like this is as important as it would
be for the client stubs.

WSDL2Java already correctly generated the deploy.wsdd and the
Stub and server code.

TODO: add a test case (probably in wsdl/stubheaders) that verifies this.
2004-01-16 18:42 dims
Fix for Bug 26188 - AxisServlet.init() should declare to throw ServletException
2004-01-16 15:06 dims
log exceptions as per Nisol.Fabien@hydro.qc.ca request (http://marc.theaimsgroup.com/?l=axis-dev&m=107420509732393&w=2)
2004-01-15 18:30 dims
Fix for Bug 26104 - Serialization of headers in a SOAP request fails if debugs are enabled
from tkoponen@iki.fi (Teemu Koponen)
2004-01-15 18:26 dims
Fix for Bug 26078 - Java objects initialization code created using WSDL generator is not thread safe
2004-01-15 18:24 dims
- specify axis.home for the security wsdd's
- add another entry for test cases
2004-01-15 17:57 dims
- Integrate the ws-i sample into the regular build / test environment
- remove runtime generated files
- fix problem in manufacturer.wsdl
- remove the old ant-build.xml file in build directory
- add test cases for the services (Many more RUNTIME WSDL's are broken)
2004-01-15 17:56 dims
- Integrate the ws-i sample into the regular build / test environment
- remove runtime generated files
- fix problem in manufacturer.wsdl
- remove the old ant-build.xml file in build directory
- add test cases for the services (Many more RUNTIME WSDL's are broken)
2004-01-15 17:56 dims
- Integrate the ws-i sample into the regular build / test environment
- remove runtime generated files
- fix problem in manufacturer.wsdl
- remove the old ant-build.xml file in build directory
- add test cases for the services (Many more RUNTIME WSDL's are broken)
2004-01-12 22:54 dims
Fix for Bug 26074 - org.apache.axis.utils.Admin strips end of line (EOL)
from ramyan@us.ibm.com
2004-01-12 19:30 dims
Fix for Bug 25626 - JavaServiceDesc ignores StopClasses property
from micantunes@bes.pt (Miguel Antunes)
2004-01-12 16:47 dims
Fix for Bug 25616 - MIME type string check incorrect
from ksmakoto@dd.iij4u.or.jp (KISHIMOTO, Makoto)
2004-01-12 16:17 dims
Fix for Bug 26044 - org.apache.axis.description.ServiceDesc.syncOperationToClass() ignores superInterface methods of interfaces
2004-01-10 07:30 ias
Fix for WS-I Basic Profile 1.0 R2707 "Default for use Attribute" described at http://www.ws-i.org/Profiles/Basic/2003-08/BasicProfile-1.0a.htm#refinement35158400
2004-01-08 21:32 tomj
Fix problem with names pointed out by Zhou Zhu [zhou.zhu@ericsson.com]
Have the Bean Writer check the variable names for duplicate and
append a number (starting with 2) on to the end of duplicates.

This handles the case where an element and attribute are named the same:
      <complexType name="sayHello">
        <sequence>
          <element name="string_1" type="string" nillable="true"/>
          <element name="string_2" type="string"nillable="true"/>
         </sequence>
         <attribute name="string_1" type="string" use="required"/>
      </complexType>

Add a test case in the wsdl/clash test to verify this works.
2004-01-08 21:29 tomj
Initialize faultName in JavaFaultWriter.
- pointed out by Zhou Zhu  [zhou.zhu@ericsson.com]

Protect against null bindingEntry in SymbolTable getParametersFromParts().
 -pointed out by zhijun,yin [zhijunyin@chinabidding.com]

Add/rewrite a bunch of comments in SymbolTable code while I was there.
2004-01-08 17:47 tomj
Change the Schema for a Map to use anyType as the key and value elements
instead of string.

Add a complex Map test case, which actually doesn't show the problem as
Axis recognizes the Apache namespace Map Schema and always does the
right thing with it.  Still, a good test for passing maps back and forth.
2004-01-08 15:46 tomj
Remove duplicate wsdl2java invocation.
2004-01-08 15:45 tomj
Fix build problems by avoiding the StringBuffer.indexOf() function.
2004-01-08 13:57 dims
Patch from "Jim Stafford" <jim.stafford@raba.com>. see details below:

* org.apache.axis.client.Stub.extractAttachements() - defended against
NullPointerException when no response message present

* org.apache.axis.components.JMSVendorAdapter - populate MessageContext
with application-specific properties from the jmsurl, the
MessageContext, and Call.

* org.apache.axis.transport.jms.JMSConstants - added a few properties to
identify application-specific property prefix in URL and Map of
properties within the MessageContext properties.

* org.apache.axis.transport.jms.JMSServer - expanded the role of
createSendProperties() such that it grabs the application-specific
properties as well as the JMS-defined.

* org.apache.axis.transport.jms.JMSURLHelper.java - added ability to
separately track/process application-specific properties as well as
re-generate itself into a String again.
2004-01-07 15:19 stevel
Generate proper javadoc comments from the WSDL. This code is fancy in that it will crack @tags from the comment and lay them out correctly; so email addresses could cause problems. Maybe we should require whitespace before the @tag, as that handles {@link} too.
PR: 15902
Obtained from: Danno Ferrin
2004-01-06 15:28 gdaniels
Assuage Tom's concerns. :)
2004-01-06 15:14 ias
Removed dependency on Xerces and instead use XMLUtils.newDocument()
2004-01-06 10:42 ias
Reformatted for compliance with Axis coding conventions. Put proper comments as well.
2004-01-05 23:33 gdaniels
Very minor changes:

* Update the changelog a touch

* Fix some code silliness in FileReader

* Answer some commented issues in Call
2004-01-02 16:28 ias
Fix for Bug 22981 - The SAAJ 1.2 Preliminary Upgrade

Thanks to Dr. Ahn, Heejune. 

Note:
-This change passed all-tests.
2004-01-02 16:28 ias
Fix for Bug 22981 - The SAAJ 1.2 Preliminary Upgrade

Thanks to Dr. Ahn, Heejune. 

Note:
-This change passed all-tests.
2004-01-02 16:28 ias
Fix for Bug 22981 - The SAAJ 1.2 Preliminary Upgrade

Thanks to Dr. Ahn, Heejune. 

Note:
-This change passed all-tests.
2004-01-02 16:28 ias
Fix for Bug 22981 - The SAAJ 1.2 Preliminary Upgrade

Thanks to Dr. Ahn, Heejune. 

Note:
-This change passed all-tests.
2004-01-02 16:28 ias
Fix for Bug 22981 - The SAAJ 1.2 Preliminary Upgrade

Thanks to Dr. Ahn, Heejune. 

Note:
-This change passed all-tests.
2004-01-02 16:27 ias
Initial check-in and fix for Bug 22981 - The SAAJ 1.2 Preliminary Upgrade

Thanks to Dr. Ahn, Heejune. 

Note:
-This change passed all-tests.
2004-01-02 16:27 ias
Initial check-in and fix for Bug 22981 - The SAAJ 1.2 Preliminary Upgrade

Thanks to Dr. Ahn, Heejune. 

Note:
-This change passed all-tests.
2004-01-02 16:27 ias
Fix for Bug 22981 - The SAAJ 1.2 Preliminary Upgrade

Thanks to Dr. Ahn, Heejune. 

Note:
-This change passed all-tests.
2004-01-02 16:26 ias
Initial check-in and fix for Bug 22981 - The SAAJ 1.2 Preliminary Upgrade

Thanks to Dr. Ahn, Heejune. 

Note:
-This change passed all-tests.
2004-01-02 16:26 ias
Initial check-in and fix for Bug 22981 - The SAAJ 1.2 Preliminary Upgrade

Thanks to Dr. Ahn, Heejune. 

Note:
-This change passed all-tests.
2004-01-02 16:25 ias
Fix for Bug 22981 - The SAAJ 1.2 Preliminary Upgrade

Thanks to Dr. Ahn, Heejune. 

Note:
-This change passed all-tests.
2004-01-02 16:25 ias
Fix for Bug 22981 - The SAAJ 1.2 Preliminary Upgrade

Thanks to Dr. Ahn, Heejune. 

Note:
-This change passed all-tests.
2004-01-02 16:25 ias
Initial check-in and fix for Bug 22981 - The SAAJ 1.2 Preliminary Upgrade

Thanks to Dr. Ahn, Heejune. 

Note:
-This change passed all-tests.
2003-12-29 20:51 gdaniels
Add setters for global configuration stuff.
2003-12-26 15:18 gdaniels

The first item here seemed like a very simple change
to make - however once I did it all-tests wouldn't
run, and I gradually teased out all the other stuff
as a part of this process.  The "executive summary"
is that we weren't, and still aren't, handling
typing and array serialization very well in some
cases, although it's much better now.

* Respect the setting of the "send_type_attr" property
  when serializing.  We used to always turn off xsi
  types when in non-encoded mode.  Now instead we
  merely default to no type attributes when literal,
  allowing the property setting, if any, to
  override.

* Make sure property parent chains actually work.  On
  the client, doing a getProperty() on a MessageContext
  gets you MC -> Service -> Call -> Engine properties.
  On the server, it's MC -> Service -> Engine.

* SerializationContext now writes xsi:type onto an
  element if the "writeXmlType" variable is filled in
  when startElement() gets called.  It used to just
  throw the type value into the active Attributes
  object, which caused problems when that Attributes
  object was shared (which happened when serializing
  maxOccurs-style collections with the ArraySerializer;
  we'd end up with an attribute value "foo:bar" which
  would get written on each element, but the namespace
  declaration for "foo" would only be on the first
  one, producing invalid XML (!))

* Rationalize property handling in SerializationContext
  utilizing the property parent hierarchy.

* TypeMapping.getXmlType() now knows whether or not it
  is being used in a SOAP-encoded context, and if not,
  never returns SOAP_ARRAY for random arrays.

* ArraySerializerFactory gets a constructor which tells
  the serializer which java type and XML type it is
  being configured for.  This allows this information
  to pass through to the ArraySerializer itself.

* Remove the part of ArraySerializer that checks the
  name of the serialized element against a parameter
  in the current operation - we're not always
  serializing a parameter, so this is the wrong place
  for this.

* Respect the default config for sendXsiTypes when
  serializing arrays, and pass type info down to
  SerializationContext.serialize() for members.

* Add an accessor to get the current SOAP_ARRAY type
  from a SOAPConstants.

* Do a better job convert()ing to OctetStream.

* de-main()-ify a couple of junit tests (we used to
  like putting main()s on there, but since you can
  easily run the tests with junit.textui.TestRunner
  anyway, removing it makes test debugging inside
  IDEs much nicer)

* Allow Exceptions thrown by various tests to bubble
  up to the surface so we can see what actually went
  wrong.

* Exclude wsdl/adaptive test from the build and reopen
  bug #18056.  We need to figure out a better way of
  dealing with this.  I set up a framework for it by
  adding an "arrayTypeQNames" Set to SymbolTable, and
  checking against the set when figuring out if
  something is a SOAP array in SchemaUtils - didn't
  quite get it working though.
2003-12-26 15:18 gdaniels

The first item here seemed like a very simple change
to make - however once I did it all-tests wouldn't
run, and I gradually teased out all the other stuff
as a part of this process.  The "executive summary"
is that we weren't, and still aren't, handling
typing and array serialization very well in some
cases, although it's much better now.

* Respect the setting of the "send_type_attr" property
  when serializing.  We used to always turn off xsi
  types when in non-encoded mode.  Now instead we
  merely default to no type attributes when literal,
  allowing the property setting, if any, to
  override.

* Make sure property parent chains actually work.  On
  the client, doing a getProperty() on a MessageContext
  gets you MC -> Service -> Call -> Engine properties.
  On the server, it's MC -> Service -> Engine.

* SerializationContext now writes xsi:type onto an
  element if the "writeXmlType" variable is filled in
  when startElement() gets called.  It used to just
  throw the type value into the active Attributes
  object, which caused problems when that Attributes
  object was shared (which happened when serializing
  maxOccurs-style collections with the ArraySerializer;
  we'd end up with an attribute value "foo:bar" which
  would get written on each element, but the namespace
  declaration for "foo" would only be on the first
  one, producing invalid XML (!))

* Rationalize property handling in SerializationContext
  utilizing the property parent hierarchy.

* TypeMapping.getXmlType() now knows whether or not it
  is being used in a SOAP-encoded context, and if not,
  never returns SOAP_ARRAY for random arrays.

* ArraySerializerFactory gets a constructor which tells
  the serializer which java type and XML type it is
  being configured for.  This allows this information
  to pass through to the ArraySerializer itself.

* Remove the part of ArraySerializer that checks the
  name of the serialized element against a parameter
  in the current operation - we're not always
  serializing a parameter, so this is the wrong place
  for this.

* Respect the default config for sendXsiTypes when
  serializing arrays, and pass type info down to
  SerializationContext.serialize() for members.

* Add an accessor to get the current SOAP_ARRAY type
  from a SOAPConstants.

* Do a better job convert()ing to OctetStream.

* de-main()-ify a couple of junit tests (we used to
  like putting main()s on there, but since you can
  easily run the tests with junit.textui.TestRunner
  anyway, removing it makes test debugging inside
  IDEs much nicer)

* Allow Exceptions thrown by various tests to bubble
  up to the surface so we can see what actually went
  wrong.

* Exclude wsdl/adaptive test from the build and reopen
  bug #18056.  We need to figure out a better way of
  dealing with this.  I set up a framework for it by
  adding an "arrayTypeQNames" Set to SymbolTable, and
  checking against the set when figuring out if
  something is a SOAP array in SchemaUtils - didn't
  quite get it working though.
2003-12-24 12:36 stevel
demonstrations of things not working. I dont think it is a GMT problem any more, as it shows up in PST decoding too.
Much of the changes here are merely better reporting of state to the log and hence the report pages.
2003-12-24 12:12 stevel
add specification of XSL directory to reporting
2003-12-24 12:11 stevel
These are just the junit report templates from ant
placed here so that someone (anyone!) can tune
the output to display test classes better for Axis.
2003-12-24 12:11 stevel
These are just the junit report templates from ant
placed here so that someone (anyone!) can tune
the output to display test classes better for Axis.
2003-12-23 14:46 dims
- build the zip file in dist and srcdist
- ensure that the applet code is in WEB-INF/classes
2003-12-23 11:38 ias
Updated plan with status and testing
2003-12-22 22:47 dims
one more
2003-12-22 19:50 dims
peppering one more bootclasspath statement hoping to get Gumpy to work.
2003-12-20 03:37 dims
Last try for tonight...
2003-12-19 23:51 dims
Still trying...
2003-12-19 19:35 dims
Still trying to fix gump failure.
2003-12-19 15:09 ias
Added a test case (test7DataTypesSoapGetSimpleList) for <xsd:list itemType>
2003-12-19 15:09 ias
Added getSimpleList method to test <xsd:list itemType>
2003-12-19 15:08 ias
Added a test case for <xsd:list itemType>
2003-12-19 15:07 ias
Updated writeSerializationDecls method to add serializer and deserializer factory for <xsd:list itemType>.
Modified writeSerializationInit method to support <xsd:list itemType> in case of array.
2003-12-19 15:07 ias
Updated writeDeployTypes to support <xsd:list itemType> in case of array.
2003-12-19 15:01 dims
Added warning if there are no parts in the message. (See Sam's WSDL at http://intertwingly.net/stories/2003/12/18/AtomAPI.wsdl)
2003-12-19 15:00 ias
Updated JavaTypeWriter constructor to skip generating artifacts in case of <xsd:list itemType>
2003-12-19 14:59 ias
Updated javifyTypeEntryName to consider <xsd:list itemType>
2003-12-19 14:58 ias
Added isListWithItemType and getListItemType methods to support <xsd:list itemType>
2003-12-19 13:50 ias
initial check-in
2003-12-19 10:23 ias
Set locale of build.time as en (English) to avoid non-Latin characters of MMM pattern.
Note: in the Korean locale, MMM consists of numbers and Korean characters, so generated WSDL with the build.time can cause UTFDataFormatException.
If you want to resolve such a problem, you need to convert resource.properties by native2ascii tool shipped with JDK.
2003-12-19 10:12 ias
Fix for Bug 25558 - Determine the QName of componet type from operation description first if possible
2003-12-19 09:10 ias
Fix for Bug 25558 - Mapped aThing parameter of find_aThing method to String
2003-12-19 09:08 ias
Fix for Bug 25558 - Mapped aThing parameter to String
2003-12-19 09:06 ias
Fix for Bug 25558 - Several types that were previously generated are now mapped to String directly
2003-12-19 09:06 ias
Fix for Bug 25558 - Several types that were previously generated are now mapped to String directly
2003-12-19 09:04 ias
Fix for Bug 25558 - Changed trDescrType to String
2003-12-19 08:59 ias
Fix for Bug 25558 - Refactored javifyName to javifyTypeEntryName for recursive calling
2003-12-19 08:58 ias
Fix for Bug 25558 - Added setBaseType(boolean)
2003-12-19 08:57 ias
Fix for Bug 25558 - Added getBaseType(TypeEntry, SymbolTable)
2003-12-17 17:09 stevel
Adds XDoclet support for generating the listener tag.
2003-12-16 15:55 dims
update list of dependencies (3 categories now)
2003-12-16 14:08 ias
Removed unused imports
2003-12-16 04:32 dims
tweak clover settings.
2003-12-15 20:58 gdaniels
Switch extensibility test case away from skeletons, since there is
some kind of problem generating skeleton metadata for anonymous
wrapped element types which I don't have time to look at now.  This
fixes runtime WSDL generation, so uncomment that portion of
the test.
2003-12-15 20:10 gdaniels
Deal better with writing duplicate schema element declarations.  Handle
it all inside writeElementDecl().

Fixes WSDL generation test for test/wsdl/echo
2003-12-15 19:25 gdaniels
Fix type test WSDL by removing the "doc/lit"isms.  Can't use part
element="" in an RPC service.  We should be throwing errors on
this stuff.

Fix autogenerated WSDL by skipping anonymous types when
writing "extra" types.  They will be written underneath the
appropriate element declaration, and trying to do them
here causes errors (no context).
2003-12-15 15:55 dims
upgrade the log from debug to info when exception occurs.
2003-12-15 14:38 dims
Test methods (commented out) for Bug 25533
2003-12-15 14:37 dims
Test methods (commented out) for Bug 25533
2003-12-14 00:24 dims
remove my debugging code - checked in by mistake.
2003-12-14 00:23 dims
exclude ws-i sample from interop build.xml
2003-12-13 22:33 dims
added .cvsignore
2003-12-13 20:43 dims
Adding tests to ensure that runtime generated WSDL's are usable.

Notes:
- Intentionally breaking the "all-tests"
2003-12-13 20:43 dims
Adding tests to ensure that runtime generated WSDL's are usable.

Notes:
- Intentionally breaking the "all-tests"
2003-12-13 20:43 dims
Adding tests to ensure that runtime generated WSDL's are usable.

Notes:
- Intentionally breaking the "all-tests"
2003-12-13 07:54 ias
initial check-in
2003-12-13 07:53 ias
initial check-in
2003-12-13 07:53 ias
initial check-in
2003-12-13 07:50 ias
initial check-in
2003-12-13 07:49 ias
initial check-in
2003-12-13 07:48 ias
initial check-in
2003-12-12 20:34 dims
Updated TestCaseWriter to write a new method for testing the runtime generated WSDL
2003-12-12 16:58 dims
Fix for Bug 25450 - Performance of WSDL2Java: takes 19 minutes as opposed to 4 seconds in .NET on same WSDL
2003-12-12 13:43 dims
Fix for Bug 25440 - CastorSerializer incorrectly serializes the object tree

Notes:
- Added additional files for Enum support with Castor from "Gurkan, Ozzie (MAN-Corporate)" <Ozzie.Gurkan@cox.com>
2003-12-12 13:33 dims
fix bad checkin
2003-12-12 12:58 dims
try again to fix gump test failures.
2003-12-11 20:17 tomj
Rename an emitted stub variable from "t" to "_t" in case someone has
an operation parameter of the same name.

Picky customers... :-)
2003-12-11 12:48 dims
Configure more jars (trying to fix gump failures)
2003-12-10 20:04 gdaniels
Default to parent namespace if we're not encoded, since we default
to qualified local elements in our schemas.
2003-12-10 15:43 gdaniels
Fix bugs 20683 and (again) 25161.

* The dregs of 25161 were due to mapping the SOAP 1.2 types after the
  SOAP 1.1 types, making class->QName lookups find the SOAP 1.2
  types first.  I reversed the order for now, but longer term we'll see the
  same problems here once people start using 1.2 regularly.  We need a
  better way to get the SOAP encoding type for the currently active
  SOAP version.

* We now default to unqualified names for bean children and the RPC
  return element.  This stays in sync with what we generate for schema.
2003-12-10 12:24 dims
Fix for Bug 25389 - Javamail and JAF required for Attachments

Notes:
- Added a check and throw exception if classes are absent.
2003-12-10 11:59 dims
Fix for Bug 25385 - Bug in MemoryManagedDataSource from torstein.olsen@nb.no (Torstein Olsen)
2003-12-10 02:52 gdaniels
Fix bug 25348.

Carry "omittable" information around in Parameter descriptors, and use
that (and the equivalent in ElementDecl) when determining types for
code generation.  This means if we find <element name="foo"
type="xsd:int" minOccurs="0"/> somewhere we'll map it to
java.lang.Integer and not int.

Also check in test case, including readme.txt.
2003-12-10 02:50 gdaniels
Comment out these tests for now, as they're causing out of memory
exceptions whenever they're in.
2003-12-10 02:49 gdaniels
Don't use https for simple tests, esp since we're not using the endpoint
anyway.
2003-12-10 00:47 gdaniels
Missing namespace.
2003-12-10 00:18 dims
Fix all-tests failure...duplicate service name.
2003-12-09 21:22 dims
Fix and test case for Bug 25161 - Axis 1.2 alpha WSDL xsd types problem prevent .Net integration
2003-12-09 21:21 dims
Add try/catch and timeout.
2003-12-09 18:42 dims
Fix and test case for Bug 16418 - No deserialization context after changing SOAPBody in handler
2003-12-09 18:42 dims
Fix and test case for Bug 16418 - No deserialization context after changing SOAPBody in handler
2003-12-09 17:30 dims
Fix for Bug 20711 - Example6 Fails at Runtime

Notes:
Added a build.xml that shows how to use "deployscope=session" when generating the server-side code.
2003-12-09 12:37 dims
Update to latest WSDL4J. See below for cvs log since last check-in.

2003-12-08 15:44 duftler2
I forgot to add "message" to the list of native attribute names for the
<wsdl:fault> element. Thanks to Dims (dims@yahoo.com) for pointing this
out.

    * src/com/ibm/wsdl/Constants.java (1.10)

2003-12-02 19:29 duftler2
Added support for extensiblity attributes to all WSDL elements.

    * test/resources/ri.sig (1.5)

2003-12-02 19:21 duftler2
Updated method documentation.

    * src/javax/wsdl/AttributeExtensible.java (1.2)

2003-12-02 19:20 duftler2
Added support for extensiblity attributes to all WSDL elements.

    * src/com/ibm/wsdl/BindingFaultImpl.java (1.3)
    * src/com/ibm/wsdl/BindingImpl.java (1.5)
    * src/com/ibm/wsdl/BindingInputImpl.java (1.3)
    * src/com/ibm/wsdl/BindingOperationImpl.java (1.3)
    * src/com/ibm/wsdl/BindingOutputImpl.java (1.3)
    * src/com/ibm/wsdl/Constants.java (1.9)
    * src/com/ibm/wsdl/DefinitionImpl.java (1.10)
    * src/com/ibm/wsdl/FaultImpl.java (1.3)
    * src/com/ibm/wsdl/ImportImpl.java (1.6)
    * src/com/ibm/wsdl/InputImpl.java (1.3)
    * src/com/ibm/wsdl/MessageImpl.java (1.4)
    * src/com/ibm/wsdl/OperationImpl.java (1.3)
    * src/com/ibm/wsdl/OutputImpl.java (1.3)
    * src/com/ibm/wsdl/PortImpl.java (1.3)
    * src/com/ibm/wsdl/PortTypeImpl.java (1.5)
    * src/com/ibm/wsdl/ServiceImpl.java (1.4)
    * src/com/ibm/wsdl/TypesImpl.java (1.4)
    * src/com/ibm/wsdl/xml/WSDLReaderImpl.java (1.34)
    * src/com/ibm/wsdl/xml/WSDLWriterImpl.java (1.18)
    * src/javax/wsdl/Binding.java (1.3)
    * src/javax/wsdl/BindingFault.java (1.2)
    * src/javax/wsdl/BindingInput.java (1.2)
    * src/javax/wsdl/BindingOperation.java (1.2)
    * src/javax/wsdl/BindingOutput.java (1.2)
    * src/javax/wsdl/Fault.java (1.2)
    * src/javax/wsdl/Import.java (1.5)

2003-12-02 19:20 duftler2
Added support for extensiblity attributes to all WSDL elements.

    * src/javax/wsdl/Input.java (1.2)
    * src/javax/wsdl/Message.java (1.3)
    * src/javax/wsdl/Operation.java (1.2)
    * src/javax/wsdl/Output.java (1.2)
    * src/javax/wsdl/Part.java (1.7)
    * src/javax/wsdl/Port.java (1.2)
    * src/javax/wsdl/PortType.java (1.3)
    * src/javax/wsdl/Service.java (1.3)
    * src/javax/wsdl/Types.java (1.3)
2003-12-09 02:06 dims
Test for Bug 25336 - Axis does not deserialize unqualified arrays without type information
2003-12-08 19:20 dims
Use localhost instead of a hardcoded ip.
2003-12-08 18:23 dims
Test case for Bug 22213 - Axis 1.1 array deserialization: SAXException Invalid element

Notes:
previous check-in fixes this problem as well.
2003-12-08 16:03 dims
Fix for Bug 25179 - BeanDeserializer cannot deserialize child array unless xsi:type="SE:Array" provided

Notes:
- Make sure that we run the test case.
2003-12-08 14:58 dims
Standalone SwA example from Dittmann Werner <werner.dittmann@siemens.com> at http://marc.theaimsgroup.com/?l=axis-dev&m=106681933729297&w=2
2003-12-08 01:23 dims
testcase for Bug 22999 - xs:date not serialized/deserialized correctly

runtime genned wsdl is wrong.
2003-12-07 04:05 dims
Trying to fix gump failure.
2003-12-05 18:46 dims
Test for confirming that Bug 18390 has been fixed ("Axis reject array element without xsi:type="soapenc:Array"")
2003-12-05 16:33 dims
test case for Bug 25179 - BeanDeserializer cannot deserialize child array unless xsi:type="SE:Array" provided

Notes: Bug has been already fixed in Axis 1.2 Alpha.
2003-12-05 13:40 dims
flush more often :)
2003-12-04 20:16 dims
Support for clover.

- drop clover into your ant\lib directory and ws-axis\java\lib directory
- run "ant clean all-tests"
- run "ant clover-report"
- point your browser to index.html in ws-axis\java\build\clover-report directory.

Notes:
- clover does not seem to notice that we exercise the W2J and J2W ant tasks.
2003-12-03 19:36 tomj
Patches submitted by Aaron Hamid (arh14@cornell.edu)

Bug 25170:
org.apache.axis.client.Service.getPorts does not return QName as per JAX-RPC spec, but java.lang.String instead
 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25170

Bug 25173
Namespace is significant for port QNames used in HandlerRegistry mappings
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25173
2003-12-03 17:19 dims
Add a warning when namespace is empty in binding/operation/input
2003-12-02 05:03 dims
Fix and test case for Bug 14033 - bean property multi-dimensional arrays don't deserialize

Fix was sent by  Sakari Str?mmer (sstromme@cc.hut.fi)
2003-12-01 21:45 gdaniels
Remove deprecated HttpUtils references now that we're using servlet
2.3, and also remove unused parameter/method.
2003-12-01 21:31 gdaniels
Documentation/metadata prep for 1.2
2003-12-01 17:57 dims
Fix for  Bug 25111 - lots of javadoc needs filling in
from matthew_pocock@yahoo.co.uk
2003-12-01 17:57 dims
Fix for  Bug 25111 - lots of javadoc needs filling in
from matthew_pocock@yahoo.co.uk
2003-12-01 17:57 dims
Fix for  Bug 25111 - lots of javadoc needs filling in
from matthew_pocock@yahoo.co.uk
2003-12-01 17:57 dims
Fix for  Bug 25111 - lots of javadoc needs filling in
from matthew_pocock@yahoo.co.uk
2003-12-01 17:57 dims
Fix for  Bug 25111 - lots of javadoc needs filling in
from matthew_pocock@yahoo.co.uk
2003-12-01 17:57 dims
Fix for  Bug 25111 - lots of javadoc needs filling in
from matthew_pocock@yahoo.co.uk
2003-12-01 16:46 tomj
Add call to super(string) in default test constructor
Required for JUnit 3.7?
2003-12-01 16:42 dims
Fix for Bug 19001 - DOM2Writer prints xmlns:="" when Element ns prefix is empty string
from andrewv@iastate.edu (Andrew Vardeman)
2003-12-01 16:04 dims
Fix for Bug 22637 - Incorrect serialization of xml:lang attribute in SOAPFault.java
from fdutton@witness.com (Faron Dutton)
2003-12-01 15:50 dims
Bug 22169 - Could MessageElement.asString() be made public?

Notes: Since getAsDocument() and getAsDOM() are already public. expose getAsString() as well even though toString() does the same as well.
2003-12-01 14:57 dims
rename variable greaterancestor to stopNode (as per glen on IRC :)
2003-12-01 14:29 dims
Pick up the latest CVS from WSDL4J - see below for a list of files that have been changed in WSDL4J since 2003/6/9.
http://www-124.ibm.com/developerworks/oss/cvs/wsdl4j/wsdl4j/src/com/ibm/wsdl/util/xml/DOM2Writer.java
http://www-124.ibm.com/developerworks/oss/cvs/wsdl4j/wsdl4j/src/com/ibm/wsdl/DefinitionImpl.java
http://www-124.ibm.com/developerworks/oss/cvs/wsdl4j/wsdl4j/src/javax/wsdl/Definition.java
http://www-124.ibm.com/developerworks/oss/cvs/wsdl4j/wsdl4j/src/javax/wsdl/WSDLException.java
http://www-124.ibm.com/developerworks/oss/cvs/wsdl4j/wsdl4j/src/com/ibm/wsdl/xml/WSDLWriterImpl.java
http://www-124.ibm.com/developerworks/oss/cvs/wsdl4j/wsdl4j/src/com/ibm/wsdl/extensions/soap/SOAPFaultSerializer.java
http://www-124.ibm.com/developerworks/oss/cvs/wsdl4j/wsdl4j/src/com/ibm/wsdl/extensions/soap/SOAPHeaderSerializer.java
http://www-124.ibm.com/developerworks/oss/cvs/wsdl4j/wsdl4j/src/com/ibm/wsdl/util/xml/DOMUtils.java
http://www-124.ibm.com/developerworks/oss/cvs/wsdl4j/wsdl4j/src/com/ibm/wsdl/xml/WSDLReaderImpl.java
2003-12-01 13:46 dims
Remove JDK1.4 specific code.
2003-12-01 13:46 dims
Fix for Bug 23059 - DOM2Writer generates invalid XML (missing namespaces)
from nmoyere@calendra.com (Nicolas Moy?re)
2003-12-01 08:38 ias
Removed unused imports
2003-12-01 08:38 ias
Removed unused imports
2003-12-01 08:37 ias
Removed unused imports
2003-12-01 08:37 ias
Removed unused imports
2003-12-01 08:36 ias
Removed unused imports
2003-12-01 08:36 ias
Removed unused imports
2003-12-01 08:33 ias
Organized imports