Apache Axis 1.1 ChangeLog (Changes after 1.1 RC2)

Designed for use with Ant.


2003-06-12 22:04 dims
Fix for Bug 20719 - BeanPropertyDescriptor cpu consuming on large arrays
from nisol.fabien@hydro.qc.ca (Fabien Nisol)
2003-06-12 16:05 dims
Fix for problem - setting loglevel to DEBUG, corrupts "all characters with a code greater 0x7f"
reported in Bug 15133 - Problems serializing german umlauts
by  Bernd Köcke (bk@schlund.de)
2003-06-12 14:24 dug
Change log lines to printlns (out and err as appropriate)
PR:
Obtained from:
Submitted by:
Reviewed by:
2003-06-12 13:47 dims
Fix for Bug 20655 - AdminClient messages are NOT log messages

Notes:
- Fixed the test case to ignore AdminClient (in test.utils.TestSrcContent:153).
2003-06-12 12:36 dims
Fix for Bug 20653 - AxisFault during config processing gives NPE
2003-06-10 16:27 dims
Fix for Bug 20647 - Create Custom SOAP Fault(SAAJ spec violation)

Notes:
- Added a test case submitted by john_smith_2002@msn.com (JohnSmith)
- Ran SAAJ TCK after this change with no problems.
2003-06-09 16:27 dims
- Latest version of Commons Discovery (0.2)
- Latest version of Commons Logging (1.0.3)
- Latest WSDL4J (from CVS, see http://marc.theaimsgroup.com/?l=axis-dev&m=105431708000357&w=2 for details)
2003-06-09 16:27 dims
- Latest version of Commons Discovery (0.2)
- Latest version of Commons Logging (1.0.3)
- Latest WSDL4J (from CVS, see http://marc.theaimsgroup.com/?l=axis-dev&m=105431708000357&w=2 for details)
2003-06-08 14:23 dims
Cleanup and tested non-default socket factories
2003-06-08 02:11 gdaniels
Fix URL to complete change log on ws.apache.org.
2003-06-08 01:48 gdaniels
xml.apache.org -> ws.apache.org
2003-06-08 01:47 gdaniels
xml.apache.org -> ws.apache.org
2003-06-07 21:18 gdaniels
Terra service's WSDL has changed, update to the new version to fix
the build.

Oh yeah, which reminds me -- our build shouldn't depend on external
resources!
2003-06-06 20:16 dims
SunFakeTrustSocketFactory's getContext is not being called from SUNJSSESocketFactory's initFactory when there are no options/attributes.
2003-06-05 14:13 dims
Prevent NPE in case there are problems finding the paramClass
2003-06-04 04:09 gdaniels
Update change logs, point to web site for more complete info, remove
big diff from CVS (it's on the website)
2003-06-04 04:09 gdaniels
Update change logs, point to web site for more complete info, remove
big diff from CVS (it's on the website)
2003-06-02 14:59 dims
Added a changelog target and changelog.html in docs directory.
2003-06-02 14:59 dims
Added a changelog target and changelog.html in docs directory.
2003-06-02 14:58 dims
Added a changelog target and changelog.html in docs directory.
2003-06-02 14:08 gdaniels
Add HTML to-do list
2003-06-02 13:57 gdaniels
We support SOAP 1.2 now.
2003-06-02 13:57 gdaniels
1.1 updates
2003-06-02 13:16 gdaniels
Add test to make sure xml:lang is getting
correctly parsed.
2003-05-30 12:07 dims
Fix for Bug 20340 - Circular reference check in VectorSerializer sometimes fails
from hschultz@denovis.com (Hayden Schultz)
2003-05-29 11:59 dims
Cleanup....Remove getWrapped and redundant code.
2003-05-28 23:35 dims
Don't create a new variable detail2, use the detail variable in RemoteException
2003-05-28 18:34 dims
Fix and test case for Bug 19682 - non-AxisFault exceptions don't have details serialized
2003-05-28 18:34 dims
Fix and test case for Bug 19682 - non-AxisFault exceptions don't have details serialized
2003-05-28 14:21 gdaniels
Don't use multiref serialization when writing fault details, since it
currently confuses the type-based deserialization code, which only
looks at the xsi:type attribute on the child elements of <details>.

Remove a couple of redundant casts in DeserializerImpl while
we're at it.
2003-05-28 14:19 gdaniels
Shut off these tests for the moment, since the weather service at
XMethods is broken.  Junit tests in general (as opposed to "functional"
tests) should not be accessing the network, so these should be moved
to test.wsdl.dynamic instead.  <insert usual plea for "all-tests" not to
require a network connection here>
2003-05-27 14:03 dims
fix typo 1_0 -> 1_1
2003-05-24 23:54 sandholm
java2wsdl wrapped namespace bug fix + xsd:union bug fixes in dser branch
2003-05-24 23:54 sandholm
java2wsdl wrapped namespace bug fix + xsd:union bug fixes in dser branch
2003-05-23 06:44 gdaniels
Fix bug 19001.  Don't allow empty prefixes.

Thanks to Andrew Vardeman for the patch.
2003-05-21 20:04 tomj
Fix bug 19682 - serialize exception data if we have a typemapping for it.
Original patch supplied by david.green@maketechnologies.com.
http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-862

This will allow exceptions which do not derive from AxisFault and
override writeDetails() to have their data serialized if a type mapping
is registered for them.
2003-05-20 15:07 gdaniels
Fix three SAAJ compatibility errors.

* Don't initialize SOAPBody with a prefix, to avoid an extraneous
  namespace mapping.

* Don't complain when adding non-SOAPBodyElement children to
  SOAPBody - SAAJ expects (and the TCK tests) that you can do this
  with a MessageElement.

* When initializing a SOAPEnvelope from the SAAJ MessageFactory,
  set a "SAAJ encoding compatibility" flag, which will cause us to check
  the value of any encodingStyle we set on the Body, and ensure it matches
  a known value.  This is a bit of a specific fix (i.e. it causes the TCK to pass
  but only makes the check in a very specific case) because I think it's
  broken - you should be able to create ANY SOAP message with the
  SAAJ APIs, even ones with encodingStyles you don't directly support.

With these changes we *should* now be able to pass the SAAJ TCK.
2003-05-14 19:25 dims
Reviewing the code.....This is the ONLY method in this class that was non-static.
2003-05-07 14:24 dims
Fix for Bug 19726 - AttachmentPart getContent does not comply with JAXM standards
2003-05-07 13:49 dims
Fix and test case for Bug 19728 - [SAAJ] Newly added SOAP Headers are not serialized

Notes:
The recorder was kicking in...set the dirty flag to indicate that we should not use the recorded information since the envelope contents have changed.
2003-05-07 13:49 dims
Fix and test case for Bug 19728 - [SAAJ] Newly added SOAP Headers are not serialized

Notes:
The recorder was kicking in...set the dirty flag to indicate that we should not use the recorded information since the envelope contents have changed.
2003-05-06 11:48 dims
Update code to BSF 2.3.0 release
2003-05-05 00:36 dims
Fix for Bug 19212 - Some org.apache.axis.types.* classes don't implement java.io.Serializable
2003-05-04 14:00 dims
Fix for Bug 18938 - URI does not over-ride hashcode()
2003-05-04 02:15 dims
call reset ONLY if mark/reset is supported. call close() if it isn't.
2003-05-04 01:37 dims
Fix for Bug 19518 - No WSDL for bean missing default constructor
2003-05-03 17:20 dims
Fix for Bug 19504 - JavaDoc for javax.xml.rpc.Call#invokeOneWay specifies excess parameters
Fix for Bug 19501 - JavaDoc for javax.xml.rpc.Call#removeProperty() does not specify Exception thrown
2003-05-02 19:55 haddadc
fix NPE if value of token is empty string
PR:19592
2003-05-02 19:55 haddadc
fix NPE if value of token is empty string
PR:19592
2003-05-02 18:19 dims
Fix for Bug 19495 - DIME attachments contained in a DataSource differerent from a FileDataSource do not work
from rathcale@us.ibm.com (Cale Rath)
2003-05-02 04:28 haddadc
fix interop issue where xmlns="" on return element
patch submitted by adam craven <adam_craven@technologyonecorp.com) and
brian keane <bkeane@6thStreet.net>
PR:19524
2003-05-01 17:05 dims
Fix for Bug 19080 - Performance bottleneck in BaseDeserializerFactory.getDeserializerMethod()

Notes:
- Both getDeserializerMethod and getSerializerMethod are now cached in BaseFactory.
2003-04-30 16:03 gdaniels
Fix NPE in BeanSerializer.  The schema-writing
code will handle missing XmlTypes (it'll use
the default mapping for the JavaType), but this
line of code didn't...
2003-04-29 14:01 tomj
Fix a minor complaint about AXISLIB vs. AXIS_LIB.
Put in the underscore so if the user sets the variables in Windows,
the right thing happens.

See http://marc.theaimsgroup.com/?l=axis-user&m=105159145308239&w=2
2003-04-28 14:02 dims
Fix for Bug 18848 - Wrong WSDL generated from wrapped web service

Notes:
- Add a default namespace if if there is no <namespace> element in the WSDD file.
2003-04-28 12:44 dims
Fix for Bug 19080 - Performance bottleneck in BaseDeserializerFactory.getDeserializerMethod()

Notes:
Added a per thread hashmap for caching methods. Avoiding static Hashmap to prevent possible problems (multiple webapps, classloaders, axisengines etc...)
2003-04-28 01:55 dims
Fix and Test cases for Bug 19274 - Java2WSDL failure: Attempted to write schema for bad QName
from bkeane@6thStreet.net (Brian Keane)
2003-04-28 01:55 dims
Fix and Test cases for Bug 19274 - Java2WSDL failure: Attempted to write schema for bad QName
from bkeane@6thStreet.net (Brian Keane)
2003-04-27 15:55 dims
Copied LICENSE from xml-axis/ directory to xml-axis/java directory
2003-04-27 01:21 dims
Fix for SAAJ TCK failure - We should NOT use SOAP Envelope's namespace URI/Prefix.
2003-04-26 23:09 dims
Fix for SAAJ TCK failure - SAAJ API mandates an empty iterator when there are no attachments (instead of null)
2003-04-26 22:36 dims
Fix for Bug 18740 - MANIFEST.MF within axis-ant.jar missing version info

Notes:
Added a Date and Time stamp for axis.jar and axis-ant.jar
2003-04-26 22:36 dims
Fix for Bug 18740 - MANIFEST.MF within axis-ant.jar missing version info

Notes:
Added a Date and Time stamp for axis.jar and axis-ant.jar
2003-04-26 22:13 dims
Fix for Bug 19344 - setting servlet.jar in build.properties for ant doesn't work
2003-04-25 05:18 stevel
new assertions (that all work for me)
2003-04-22 19:37 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:37 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:37 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:37 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:37 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:37 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:37 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:37 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:37 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:37 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:37 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:37 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:37 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:37 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:36 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:35 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:34 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 19:33 gdaniels
Update copyrights.

s/2001/2001-2003/
s/2002/2002-2003/
2003-04-22 17:40 gdaniels

Fix bugs:

http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-806
http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-823
http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-635

* Types.java

  Carry serviceDesc around so we can keep track of style, and
  use that info to decide whether to put in the schema import
  of the SOAP-ENC namespace.

* TestSerializedRPC.java / Service.java

  Add a test to ensure that String -> String[] conversion will
  NOT occur for encoded arrays, since it's illegal.

* TestJAXMSamples.java

  Temporarily comment out testUDDIPing(), since there seems to
  be a timeout problem with the server?

* SOAPService.java

  Remove old TODO comment

* JavaUtils.java / RPCElement.java

  Change isConvertable() to take a boolean which indicates
  whether we're in an encoded context.  If so, we should
  NOT allow a conversion from a component type to an array
  of that type.  This code needs to be cleaned up further
  post-1.1.

* Emitter.java

  Set style in serviceDesc2 from style in serviceDesc if
  appropriate.  Ensure a namespace is always present when
  writing params for non-RPC services.  If no namespace in
  the serviceDesc, use a default one.

* ArrayDeserializer.java

  Throw a fault if non-whitespace characters are encountered
  in an array which should only have child elements.
2003-04-22 17:40 gdaniels

Fix bugs:

http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-806
http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-823
http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-635

* Types.java

  Carry serviceDesc around so we can keep track of style, and
  use that info to decide whether to put in the schema import
  of the SOAP-ENC namespace.

* TestSerializedRPC.java / Service.java

  Add a test to ensure that String -> String[] conversion will
  NOT occur for encoded arrays, since it's illegal.

* TestJAXMSamples.java

  Temporarily comment out testUDDIPing(), since there seems to
  be a timeout problem with the server?

* SOAPService.java

  Remove old TODO comment

* JavaUtils.java / RPCElement.java

  Change isConvertable() to take a boolean which indicates
  whether we're in an encoded context.  If so, we should
  NOT allow a conversion from a component type to an array
  of that type.  This code needs to be cleaned up further
  post-1.1.

* Emitter.java

  Set style in serviceDesc2 from style in serviceDesc if
  appropriate.  Ensure a namespace is always present when
  writing params for non-RPC services.  If no namespace in
  the serviceDesc, use a default one.

* ArrayDeserializer.java

  Throw a fault if non-whitespace characters are encountered
  in an array which should only have child elements.
2003-04-22 17:40 gdaniels

Fix bugs:

http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-806
http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-823
http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-635

* Types.java

  Carry serviceDesc around so we can keep track of style, and
  use that info to decide whether to put in the schema import
  of the SOAP-ENC namespace.

* TestSerializedRPC.java / Service.java

  Add a test to ensure that String -> String[] conversion will
  NOT occur for encoded arrays, since it's illegal.

* TestJAXMSamples.java

  Temporarily comment out testUDDIPing(), since there seems to
  be a timeout problem with the server?

* SOAPService.java

  Remove old TODO comment

* JavaUtils.java / RPCElement.java

  Change isConvertable() to take a boolean which indicates
  whether we're in an encoded context.  If so, we should
  NOT allow a conversion from a component type to an array
  of that type.  This code needs to be cleaned up further
  post-1.1.

* Emitter.java

  Set style in serviceDesc2 from style in serviceDesc if
  appropriate.  Ensure a namespace is always present when
  writing params for non-RPC services.  If no namespace in
  the serviceDesc, use a default one.

* ArrayDeserializer.java

  Throw a fault if non-whitespace characters are encountered
  in an array which should only have child elements.
2003-04-22 17:40 gdaniels

Fix bugs:

http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-806
http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-823
http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-635

* Types.java

  Carry serviceDesc around so we can keep track of style, and
  use that info to decide whether to put in the schema import
  of the SOAP-ENC namespace.

* TestSerializedRPC.java / Service.java

  Add a test to ensure that String -> String[] conversion will
  NOT occur for encoded arrays, since it's illegal.

* TestJAXMSamples.java

  Temporarily comment out testUDDIPing(), since there seems to
  be a timeout problem with the server?

* SOAPService.java

  Remove old TODO comment

* JavaUtils.java / RPCElement.java

  Change isConvertable() to take a boolean which indicates
  whether we're in an encoded context.  If so, we should
  NOT allow a conversion from a component type to an array
  of that type.  This code needs to be cleaned up further
  post-1.1.

* Emitter.java

  Set style in serviceDesc2 from style in serviceDesc if
  appropriate.  Ensure a namespace is always present when
  writing params for non-RPC services.  If no namespace in
  the serviceDesc, use a default one.

* ArrayDeserializer.java

  Throw a fault if non-whitespace characters are encountered
  in an array which should only have child elements.
2003-04-22 17:39 gdaniels

Fix bugs:

http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-806
http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-823
http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-635

* Types.java

  Carry serviceDesc around so we can keep track of style, and
  use that info to decide whether to put in the schema import
  of the SOAP-ENC namespace.

* TestSerializedRPC.java / Service.java

  Add a test to ensure that String -> String[] conversion will
  NOT occur for encoded arrays, since it's illegal.

* TestJAXMSamples.java

  Temporarily comment out testUDDIPing(), since there seems to
  be a timeout problem with the server?

* SOAPService.java

  Remove old TODO comment

* JavaUtils.java / RPCElement.java

  Change isConvertable() to take a boolean which indicates
  whether we're in an encoded context.  If so, we should
  NOT allow a conversion from a component type to an array
  of that type.  This code needs to be cleaned up further
  post-1.1.

* Emitter.java

  Set style in serviceDesc2 from style in serviceDesc if
  appropriate.  Ensure a namespace is always present when
  writing params for non-RPC services.  If no namespace in
  the serviceDesc, use a default one.

* ArrayDeserializer.java

  Throw a fault if non-whitespace characters are encountered
  in an array which should only have child elements.
2003-04-22 17:39 gdaniels

Fix bugs:

http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-806
http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-823
http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-635

* Types.java

  Carry serviceDesc around so we can keep track of style, and
  use that info to decide whether to put in the schema import
  of the SOAP-ENC namespace.

* TestSerializedRPC.java / Service.java

  Add a test to ensure that String -> String[] conversion will
  NOT occur for encoded arrays, since it's illegal.

* TestJAXMSamples.java

  Temporarily comment out testUDDIPing(), since there seems to
  be a timeout problem with the server?

* SOAPService.java

  Remove old TODO comment

* JavaUtils.java / RPCElement.java

  Change isConvertable() to take a boolean which indicates
  whether we're in an encoded context.  If so, we should
  NOT allow a conversion from a component type to an array
  of that type.  This code needs to be cleaned up further
  post-1.1.

* Emitter.java

  Set style in serviceDesc2 from style in serviceDesc if
  appropriate.  Ensure a namespace is always present when
  writing params for non-RPC services.  If no namespace in
  the serviceDesc, use a default one.

* ArrayDeserializer.java

  Throw a fault if non-whitespace characters are encountered
  in an array which should only have child elements.
2003-04-22 17:39 gdaniels

Fix bugs:

http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-806
http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-823
http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-635

* Types.java

  Carry serviceDesc around so we can keep track of style, and
  use that info to decide whether to put in the schema import
  of the SOAP-ENC namespace.

* TestSerializedRPC.java / Service.java

  Add a test to ensure that String -> String[] conversion will
  NOT occur for encoded arrays, since it's illegal.

* TestJAXMSamples.java

  Temporarily comment out testUDDIPing(), since there seems to
  be a timeout problem with the server?

* SOAPService.java

  Remove old TODO comment

* JavaUtils.java / RPCElement.java

  Change isConvertable() to take a boolean which indicates
  whether we're in an encoded context.  If so, we should
  NOT allow a conversion from a component type to an array
  of that type.  This code needs to be cleaned up further
  post-1.1.

* Emitter.java

  Set style in serviceDesc2 from style in serviceDesc if
  appropriate.  Ensure a namespace is always present when
  writing params for non-RPC services.  If no namespace in
  the serviceDesc, use a default one.

* ArrayDeserializer.java

  Throw a fault if non-whitespace characters are encountered
  in an array which should only have child elements.
2003-04-22 17:39 gdaniels

Fix bugs:

http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-806
http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-823
http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-635

* Types.java

  Carry serviceDesc around so we can keep track of style, and
  use that info to decide whether to put in the schema import
  of the SOAP-ENC namespace.

* TestSerializedRPC.java / Service.java

  Add a test to ensure that String -> String[] conversion will
  NOT occur for encoded arrays, since it's illegal.

* TestJAXMSamples.java

  Temporarily comment out testUDDIPing(), since there seems to
  be a timeout problem with the server?

* SOAPService.java

  Remove old TODO comment

* JavaUtils.java / RPCElement.java

  Change isConvertable() to take a boolean which indicates
  whether we're in an encoded context.  If so, we should
  NOT allow a conversion from a component type to an array
  of that type.  This code needs to be cleaned up further
  post-1.1.

* Emitter.java

  Set style in serviceDesc2 from style in serviceDesc if
  appropriate.  Ensure a namespace is always present when
  writing params for non-RPC services.  If no namespace in
  the serviceDesc, use a default one.

* ArrayDeserializer.java

  Throw a fault if non-whitespace characters are encountered
  in an array which should only have child elements.
2003-04-21 03:24 stevel
no message
2003-04-19 21:08 sandholm
various patches to deserialization branch
to be merged into trunk post 1.1
-fixes to dynamic deserialization of beans
-xsd:union support
-SOAP Envelope dirty flag bug fix
2003-04-19 21:08 sandholm
various patches to deserialization branch
to be merged into trunk post 1.1
-fixes to dynamic deserialization of beans
-xsd:union support
-SOAP Envelope dirty flag bug fix
2003-04-19 21:08 sandholm
various patches to deserialization branch
to be merged into trunk post 1.1
-fixes to dynamic deserialization of beans
-xsd:union support
-SOAP Envelope dirty flag bug fix
2003-04-19 21:08 sandholm
branches:  1.1.2;
file AnyContentType.java was initially added on branch dynamic_deserialization_branch.
2003-04-19 18:05 haddadc
created new wsdl definition, linked service URL to MessageContext.TRANS_URL and fixed exception on XMLUtils.newDocument().
PR:19174
2003-04-19 05:15 haddadc
created constant for "securityprovider" property key.
PR:19170
2003-04-19 05:15 haddadc
created constant for "securityprovider" property key.
PR:19170
2003-04-18 14:23 tomj
Fix bug 17746 - xmlns="" added in the wrong place.

Patch from Adam Craven (adam_craven@technologyonecorp.com)
2003-04-17 20:20 stevel
I'm committing this because I know that almost nobody uses it *and* we dont even include it in the axis binaries...if douglas bitting has found a fault, he is probably the first person to use it.
2003-04-17 20:03 gdaniels
Stop writing out uncompilable code in the situation where there is a fault
defined in the portType which has no equivalent binding fault.  This patch
simply ignores the "bad" faults - we should probably do something else
later (post 1.1) in this situation, such as trying to come up with reasonable
defaults or throwing an error.
2003-04-17 15:36 gdaniels
Fix bug #19008.
2003-04-15 18:50 stevel
Add the appropriate mime mappings for WSDL and XSD, so that you can drop in the files into axis & refer to them from your hard coded ?wsdl files.

i know wsdl1.2 wants to change the mapping, but this web.xml is consistent with that of AxisServlet.processWsdlRequest (whose definition should move to a constant or something)
2003-04-15 16:48 gdaniels
1.1RC2 -> 1.1
2003-04-15 16:46 gdaniels
Some updates in preparation for releasing 1.1
2003-04-15 00:35 gdaniels
Make serialization match what was originally defined in Apache SOAP/
Axis, with an explicit complexType for MapItems in an attempt to make
.NET happier.
2003-04-14 12:22 dims
Fix for Bug 18802 - Codepage problem with GET requests on z/OS
reported by erj@bankdata.dk (Erling Jørgensen)
2003-04-14 04:50 haddadc
client side calls to getAttachments() threw NPE if no attachments are present.  added a check.
reported by Vlad <vumansky@adjoin.com>
PR:18984
2003-04-11 13:21 haddadc
deprecated Stub.getResponseHeaders() and removed code for that method so that response headers are not automatically reflected back into the global header list for the Stub.  The method will remain in the code because pre-1.1 stubs will reference the method. Updated the stub writer to not generate files referencing getResponseHeaders().
PR:18854
2003-04-10 12:44 gdaniels
First step to fix bug 18848.

When attempting to write (illegal) schema for a blank namespace, throw
a fault rather than doing it.  This should make it clearer what's going on
at a low level.

The next step is to make sure all wrapped services (heck, all services
for that matter) have a namespace.  More on that later.
2003-04-10 00:36 haddadc
since we have QNames, use them to make the code more readable.
PR: 18854
2003-04-10 00:19 haddadc
taking an alternative tack to eliminate the caching of duplicate header elements in the stub.   instead of wacking the original headers (a modification that glen -1'd), we will update header elements in place whose namespaceURI and localpart match the response header element.  headers not found in the list will be added.

PR: 18854
2003-04-09 22:04 haddadc
added a call to Stub.clearHeaders() in Stub.getResponseHeaders() to clear out any stale response headers.

PR: 18854
2003-04-08 04:12 gdaniels
Flesh out JavaDoc a tad.
2003-04-08 04:11 gdaniels
SOAP 1.2 changes - allow a "singleSOAPVersion" property, which can
be set on the engine or a service, which causes the service/engine
to lock down to a single version.  When this is set to 1.2, for instance,
we'll generate an Upgrade fault if we recieve SOAP 1.1 envelopes.
2003-04-08 04:11 gdaniels
SOAP 1.2 changes - allow a "singleSOAPVersion" property, which can
be set on the engine or a service, which causes the service/engine
to lock down to a single version.  When this is set to 1.2, for instance,
we'll generate an Upgrade fault if we recieve SOAP 1.1 envelopes.
2003-04-08 04:07 gdaniels
Remove useless code left over from when we weren't multi-threaded.
2003-04-08 02:22 gdaniels
SOAP 1.2 fixes:

* Default actor to null, so we don't emit it unless it's set.
  (should also put in code to not bother emitting MU if false)

* Spit out correct xml:lang attribute for <Text> element of
  Faults

* Correct namespace error

* Remove outdated constants

* Put SOAP 1.2 Array mappings before SOAP 1.1 Array mappings
  in DefaultTypeMappingRegistry.  Otherwise, we end up with
  SOAP 1.2 Arrays in generated WSDL for SOAP 1.1 services.
  This needs to be solved in a more general way (using
  SOAPConstants)
2003-04-08 02:22 gdaniels
SOAP 1.2 fixes:

* Default actor to null, so we don't emit it unless it's set.
  (should also put in code to not bother emitting MU if false)

* Spit out correct xml:lang attribute for <Text> element of
  Faults

* Correct namespace error

* Remove outdated constants

* Put SOAP 1.2 Array mappings before SOAP 1.1 Array mappings
  in DefaultTypeMappingRegistry.  Otherwise, we end up with
  SOAP 1.2 Arrays in generated WSDL for SOAP 1.1 services.
  This needs to be solved in a more general way (using
  SOAPConstants)
2003-04-08 00:25 dims
Use the qname for the class when calling writeTypeForPart.

Notes:
- Am writing a custom serializer/de-serializer, without this patch "?wsdl" does not work.
2003-04-07 20:51 tomj
Revert fix for bug 18287 - Error in serialization of xsd:boolean fields

This stopped nillable="true" XML Schema types from getting translated to Java
wrapper types (Integer, etc).  This causes Axis to fail the JAX-RPC test suite.
2003-04-07 19:55 haddadc
complete exorcist of perms.lst
PR:18770
2003-04-07 17:13 haddadc
updated the README to reflect that the authorization handler references WSDD parameters.  removed perms.lst as it is now longer referenced by the handler.
PR:18770
.
2003-04-07 17:08 haddadc
updated usage information to match the code
PR: 18770
2003-04-07 05:54 stevel
point to wiki
2003-04-06 09:04 stevel
this marks all my doc changes for the 1.1 release. Rick Kellogg's 1.0 changes applied, then a review of the install guide.

The big additions there are examples on classpath setup (untested!) and a section on what to expect from that informal support org that is the user mailing list. Harsh but fair, as we like to say. It's less brutal than making the axis download dependent on passing an on-line java/http/webappp competence test, after all
2003-04-04 17:19 stevel
updated reading matter
2003-04-03 21:54 tomj
Fix JAX-RPC TCK test suite issue: getPorts() must throw a ServiceException
 if there is no WSDL meta-data available in the Service.

How did we ever pass this test in Axis 1.0?
2003-03-29 22:40 dims
Under some conditions the Response Message is null...Throw an exception if this is the case.
2003-03-28 17:09 dims
Fix for "ant clean all-tests" failure because of XMethods problem AGAIN :-(
2003-03-28 17:09 dims
Fix for "ant clean all-tests" failure because of XMethods problem AGAIN :-(
2003-03-28 17:09 dims
Fix for Bug 18474 - [JAX-RPC] WSDL should not contain ServiceLifeCycle's methods
2003-03-28 12:36 haddadc
Changed deprecated undo() methods to onFault()
PR:18451
2003-03-28 07:34 haddadc
adding bold tags around ErrorHandler reference.
2003-03-28 07:18 haddadc
added DebugHandler, ErrorHandler, JWSHandler, and MD5AttachHandler to the list of components.

PR:18448
2003-03-28 06:41 haddadc
documentation updated.
RPCDispatcher and MSGDispatcher should be providers.
SoapMonitor, SimpleSessionhandler, JAXRPCHandler components missing.

PR:18448
2003-03-27 20:57 gdaniels
Expose SOAP 1.2 ProcedureNotPresent fault in mainline code.  Add a property to disable this behavior if you're deserializing without an OperationDesc (the only reason we do this is for white-box soap12 tests).
2003-03-27 14:07 dims
Fix for Bug 18409 - Throwable not mapped correctly

Notes:
- If we print a message saying that we are mapping a class to xml schema anyType, then we better do it as well :)
2003-03-27 07:23 stevel
two more articles
2003-03-27 06:03 gdaniels
Implement canHandleBlock() (which is really how we should be checking
mustUnderstands) and make sure to mark headers as processed when
we're done.
2003-03-27 06:01 gdaniels
Support null (omitted) actor/role, which is actually not the same thing as "".
2003-03-26 18:04 dims
Fix and test case for Bug 18380 - JAX-RPC Service's getCalls() Not Implemented.
2003-03-26 18:04 dims
Fix and test case for Bug 18380 - JAX-RPC Service's getCalls() Not Implemented.
2003-03-26 16:02 dims
Fix for Bug 18287 - Error in serialization of xsd:boolean fields
2003-03-25 20:19 dims
Fix for Bug 18326 - org.apache.axis.wsdl.toJava.JavaFaultWriter generates invalid Java names for DOC style messaging
from lists@daleasberry.com (Dale Asberry)
2003-03-25 20:17 dims
Fix for Bug 18321 - NullPointerException with Faults in early invocation stages
from Oliver.Adler@syracom.de (Oliver Adler)
2003-03-25 19:30 stevel
added 'changes that may break your code' section, mentioned mapping change and timeout. Added a 'what may break in future' section
2003-03-24 23:13 tomj
Bug 18300 - add a way to remove a property from the Stub.
2003-03-24 15:56 tomj
Bug 18277 - Set the default request timeout to be 60 seconds.
2003-03-24 13:50 dims
Fix and test case for Bug 18274 - prefix name not set during adding child element
2003-03-24 01:25 dims
Fix for Bug 18262 - Log4j should be updated to current release
2003-03-23 23:55 dims
Updated to latest WSDL4J:

# build.xml
    * Modified the build script to add version information to the MANIFEST.MF files generated in the created jars.
    * Made naming of generated zip files more consistent.
# com.ibm.wsdl.util.StringUtils
    * Re-wrote getURL(...) to not open connections when invoked.
2003-03-23 23:49 dims
- JAX-RPC javax.xml.rpc.Service's getPort(Class) was broken.
- Added a test case for testing this as well.

Here is the excerpt from JAX-RPC spec section 4.3.10:
The method getPort(Class) returns either an instance of a generated stub
implementation class or a dynamic proxy. The parameter serviceEndpoint-
Interface specifies the service endpoint interface that is supported by the returned
stub or proxy. In the implementation of this method, the JAX-RPC runtime system takes
the responsibility of selecting a protocol binding (and a port) and configuring the stub
accordingly. The returned Stub instance should not be reconfigured by the client.
2003-03-23 23:49 dims
- JAX-RPC javax.xml.rpc.Service's getPort(Class) was broken.
- Added a test case for testing this as well.

Here is the excerpt from JAX-RPC spec section 4.3.10:
The method getPort(Class) returns either an instance of a generated stub
implementation class or a dynamic proxy. The parameter serviceEndpoint-
Interface specifies the service endpoint interface that is supported by the returned
stub or proxy. In the implementation of this method, the JAX-RPC runtime system takes
the responsibility of selecting a protocol binding (and a port) and configuring the stub
accordingly. The returned Stub instance should not be reconfigured by the client.
2003-03-23 23:49 dims
- JAX-RPC javax.xml.rpc.Service's getPort(Class) was broken.
- Added a test case for testing this as well.

Here is the excerpt from JAX-RPC spec section 4.3.10:
The method getPort(Class) returns either an instance of a generated stub
implementation class or a dynamic proxy. The parameter serviceEndpoint-
Interface specifies the service endpoint interface that is supported by the returned
stub or proxy. In the implementation of this method, the JAX-RPC runtime system takes
the responsibility of selecting a protocol binding (and a port) and configuring the stub
accordingly. The returned Stub instance should not be reconfigured by the client.
2003-03-23 01:37 dims
Prevent NPE if null is passed in.
2003-03-22 19:03 stevel
last minute fixup to the validation. More on what people should do if happyaxis doesnt run, then point people at the wiki
2003-03-22 02:10 dims
WSDL2Java croaks on java.sql.Date and java.util.ArrayList. See http://marc.theaimsgroup.com/?l=axis-user&m=104825715218988&w=2
2003-03-22 00:58 dims
Fixes for doc from "Marc Portier" <mpo@outerthought.org>
2003-03-22 00:51 dims
Bug 17161 - LocalSender removes attachments from request message
from Eric.D.Friedman@wellsfargo.com
2003-03-21 00:54 dims
Bugzilla Bug 18209 - AXIS (bold char)
2003-03-20 14:10 dims
Latest WSDL4J jar file

Changes:
Changed printDefinition(...) so that <wsdl:documentation> elements are
  printed prior to <wsdl:import> elements. This was done to respect the
  order defined in the WSDL schema. Peter Brittenham (peterbr@us.ibm.com)
  suggested this change.
2003-03-20 13:30 dims
Fix for Bug 18183 - ClassCastException after header.addChildElement
2003-03-20 13:27 dims
Add javadocs.
2003-03-20 13:26 dims
Clean up javadoc, remove one unused import.
2003-03-19 23:33 stevel
new tcpmon screenshots, showing the current options. getting the kunstoff L&F is actually going to be tricky on the 1.1 codebase, as it does depend on a change I am yet to commit to tcpmon java, but it looks so good I think the artwork should have it.
2003-03-19 23:20 stevel
I am moderately concerned about the java competence level of many of the ant-user postings. While it is good that people new to java are rushing to Apache products, I feel it is important they know what a ClassNF Exception is, what a 404 error is (we do  need to fix AdminClient to be more explanatory here :), and generally people should know how to write server side code before they start writing web services.

This patch spells out the prerequisite knowledge people need. It does try and scare people, because some of these people need to know that they cannot learn these things on a big project; it is like learning crampon, ice axe and glacier skills on a heavily crevassed, high-objective-hazard alpine peak.

Also I try and get my retaliation in early on what Axis and SOAP is, and what soap isnt (RMI over XML).
2003-03-19 19:35 dims
Pass through the proxy parameters...Now Am able to run "ant clean all-tests" on a Linux 8.0 with JDK 1.3.1_007 from behind a authenticating proxy :)
2003-03-19 13:02 dims
javadoc patch from "Daniel Elenius" <danel698@student.liu.se>
2003-03-19 11:34 dims
Patch for Bug 18104 - Subclassing problems on the fromJava.Emitter
from antelder@apache.org (Anthony Elder)
2003-03-18 20:04 dims
Possible fix for Bug 18119 - test.wsdl.wrapped_holders.Wrapped_holdersTestCase fails on "Input argument did not match expected string..."
2003-03-18 20:01 dims
Fix for test.saaj.TestEnvelope.testAttributes failure.
2003-03-18 18:36 jmsnell
*** empty log message ***
2003-03-18 16:50 dims
Fix and test case for Bug 18081 - org.w3c.dom.Document Java2WSDL Regression

Notes:
- Added test/wsdl/document test case
- Testcase runs j2w, followed by w2j
2003-03-18 16:42 dims
Prevent NPE
2003-03-18 04:34 jmsnell
Temporary fix to address a regression (from 1.0 to 1.1
in the way org.w3c.dom.Document objects are handled.  Without
this namespace declaration, Java2WSDL throws a fit.  We need to 
find an appropriate mapping for Document objects (they should
be treated the same as Element objects) and rework the code 
accordingly.
2003-03-17 16:28 dims
Fix for Bug 18050 - SOAPBody and SOAPHeader should enforce child element types
2003-03-17 15:20 dims
Fix for Bug 18045 - Javadocs formatting errors in org.apache.axis.encoding
2003-03-17 15:10 dims
1. Fix for Bug 18056 - wsdl2java generates Java code that does not compile
2. Added test case - test/wsdl/adaptive

Notes: WSDL2Java was not handling the following schema (collection extends an array)

<complexType name="list">
    <sequence>
        <element name="collection" nillable="true" type="tns1:collection"/>
    </sequence>
</complexType>
<complexType name="collection">
    <complexContent>
        <restriction base="soapenc:Array">
            <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:anyType[]"/>
        </restriction>
    </complexContent>
</complexType>
2003-03-17 15:07 dims
Fix for Bug 18067 - Java2WSDL printUsage method has hardcoded class name
from  antelder@apache.org
2003-03-17 14:52 dims
minor javadoc
2003-03-17 13:28 dims
Fix for Bug (http://marc.theaimsgroup.com/?l=axis-dev&m=104790429421850&w=2)
reported by Daniel Elenius <danel698@student.liu.se>

Notes:
- initService(Document doc, QName serviceName) now uses the doc parameter
- Cleaned up a few "{" braces while i was at it.
2003-03-15 15:46 dug
Oops - didn't mean to check-in build.xml - although I don't think
junit should be there :-)
PR:
Obtained from:
Submitted by:
Reviewed by:
2003-03-15 15:43 dug
If an exception is thrown in the c'tor the lock will never
be removed causing a hang the next time this service is called.
PR:
Obtained from:
Submitted by:
Reviewed by:
2003-03-15 05:59 stevel
bug Id #12769
2003-03-14 16:14 dims
Fix for Bug 17995 - wsdl2java converts namespace to uncompilable packages

Notes:
- Use ':' as a delimiter for host...Since in IPv6 localhost is 0:0:0:0:0:0:0:1
2003-03-14 15:36 dims
Fix for Bug 17994 - wsdl2java generates code with reserved words as variable names
2003-03-14 14:33 dims
Fix for Bug 17177 - Should never produce a null "holder" value (for IN/OUT args)

Notes:
Tested with the "MS SOAP Toolkit 3.0" but could happen with other toolkits as well.
2003-03-13 16:45 dims
OK...the TemperatureService is back up and running.
2003-03-13 16:31 dims
Fix for Bug 17950 - Defect of the jax-rpc handler impl on the processing model

Notes:
- Modified version of patch from kimuratsy@nttdata.co.jp (Toshiyuki Kimura)
- DOES NOT include the "onFalseRestartAt" paramter
- Fixes JUST the behavior as specified in JAXRPC spec.
2003-03-13 15:34 dims
Test harness will now ignore test cases listed in junit-exclude-tests.txt

Notes:
- Ignoring test//dynamic//PackageTests till XMethods folks fix their TemperatureService.
2003-03-13 15:34 dims
Test harness will now ignore test cases listed in junit-exclude-tests.txt

Notes:
- Ignoring test//dynamic//PackageTests till XMethods folks fix their TemperatureService.
2003-03-13 15:34 dims
Test harness will now ignore test cases listed in junit-exclude-tests.txt

Notes:
- Ignoring test//dynamic//PackageTests till XMethods folks fix their TemperatureService.
2003-03-13 15:34 dims
Test harness will now ignore test cases listed in junit-exclude-tests.txt

Notes:
- Ignoring test//dynamic//PackageTests till XMethods folks fix their TemperatureService.
2003-03-13 15:34 dims
Test harness will now ignore test cases listed in junit-exclude-tests.txt

Notes:
- Ignoring test//dynamic//PackageTests till XMethods folks fix their TemperatureService.
2003-03-12 21:41 dims
Fix for Bug 17916 - Service.createCall() loses operation namespace URI

Notes:
We were not handling the situation where soap:body was under mime:multipartRelated/mime:part
2003-03-12 21:32 dims
Rolling back change made for Bug 17909
2003-03-12 18:40 dims
Fix for Bug 17909 - org.apache.axis.client.call.addParameter - Problem with INOUT Parameter

Since ParameterDesc's setJavaType looks at the mode, set the mode first before calling setJavaType.
2003-03-12 17:49 dims
Fix for Bug 17703 - Java2WSDL creates .Net interop incompatible map type

Notes:
- Uses soapenc:Array
- Tested with .NET Framework SDK 1.1
- See discussion (http://marc.theaimsgroup.com/?t=102650467100001&r=1&w=2)
2003-03-12 17:40 dims
Updated to reflect CommonsHTTPSender info.
2003-03-11 17:33 dug
Treat empty chains like non-existent chains - no point in being too anal.
PR:
Obtained from:
Submitted by:
Reviewed by:
2003-03-11 13:27 dims
Forgot to check-in fixed test case for jaxrpc handler
2003-03-11 03:19 dug
fix more bad hrefs
PR:
Obtained from:
Submitted by:
Reviewed by:
2003-03-11 01:32 dug
Fix bad ref/missing gif
PR:
Obtained from:
Submitted by:
Reviewed by:
2003-03-10 14:31 dims
Fix for Bug 15478 - Current Handler implementation doesn't follow the JAX-RPC ver 1.0
from kimuratsy@nttdata.co.jp (Toshiyuki Kimura)
2003-03-10 04:48 gdaniels
Some fixes for interop3 doc lit test - need to get these building during
the normal build process.

Improve comments a little in JavaBeanHelperWriter
2003-03-09 23:32 dims
Fix for Bug 17766 - WSDL2Java cannot process documents with fewer operations in a Binding than in the corresp. portType.
from Andrei.Iltchenko@nl.compuware.com (Andrei Iltchenko)
2003-03-09 23:32 dims
Fix for Bug 17766 - WSDL2Java cannot process documents with fewer operations in a Binding than in the corresp. portType.
from Andrei.Iltchenko@nl.compuware.com (Andrei Iltchenko)
2003-03-09 06:48 stevel
updated log. There is a lot to go in, but I couldnt remember the rest.
2003-03-07 23:38 stevel
A completely bogus article on xml.com forced me to update the security document. 'SOAP cant validate callers indeed'.
2003-03-06 23:56 dims
Bug 17605 - Version number information missing from Manifest
2003-03-06 23:37 dims
Fix for Bug 17697 - Readme file contains incorrect date and version info
2003-03-06 20:24 dims
WhiteMesaSoap12AddTestSvcTestCase was failing....Needed to mirror the updates we made to HTTPSender for SOAP1.2 GET stuff.

Notes:
- With this change i was able to run "ant clean all-tests" with just CommonsHTTPSender.
2003-03-06 18:21 dims
WhiteMesaSoap12AddTestSvcTestCase was failing....Needed to mirror the updates we made to HTTPSender for SOAP1.2 return codes.
2003-03-06 16:06 dims
Bug 17726 - Version number incorrect
2003-03-06 15:25 dims
Additional check to prevent Gump failure.
2003-03-06 14:48 dims
Don't force the byte array into a string...Causes problems with DIME.
2003-03-06 13:22 dims
Kind-Of Fix for Bug 16522 - Allow Axis HTTP 1.1 clients to use Keep-Alive
from  Eric.D.Friedman@wellsfargo.com

Notes:
This updates just the CommonsHTTPSender...Bug still exists in HTTPSender.
2003-03-06 13:11 dims
Fix for 17704 - Incorrect error msg for Dynamic Proxy objects
from  Ed Snible ( snible@us.ibm.com )

Notes:
Slightly modified version instead of "c.getSuperclass() == java.lang.reflect.Proxy.class" am using the Proxy API "Proxy.isProxyClass(c)"
2003-03-06 04:36 gdaniels
Better solution to bug #17017.

When we find SOAP arrays (restrictions on SOAP:Array), we always end
up with a DefinedType.  Otherwise, we end up with a CollectionElement,
CollectionType, etc.

So when we have a DefinedType with dimensions (an array), use the
refType (which will correctly be "ArrayOfFoo" in most cases for SOAP
array restrictions).  Otherwise, scan up through the ref types like we used
to to get the "real" XML type.

Passes all tests, and generates the right code for the example attached to
17017.  Also fixes bug:

http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-723

and perhaps also:

http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-729
2003-03-05 18:25 dims
Fix for Bug 17664 - SOAPMessage MimeHeaders not being created for attachments

Notes:
- For now...Am making Content-Type available. Need to find out what else is required.
2003-03-05 16:33 dims
Fix for Bug 17620 - SourceDataSource loses some text/xml attachment data
2003-03-05 15:19 dims
Adding Table  20-2 "Illustrative Examples" from JAXRPC Spec as a sanity check.
2003-03-05 14:15 dims
Fix for  Bug 17672 - 	fingerprint.jsp gives compile errors on WebLogic 6.1 (with patch)
from ajbanck@informatica.com (AJ Banck)
2003-03-05 13:59 dims
1. Fix for Bug 17484 - WSDL2JAVA generates wrong getSerializer / getDeserializer Methods
2. Fix for Bug 17140 - XML Schema Extension Element not Deserialized Correctly
3. Added Test case as well.