cvs commit: xml-axis/java/docs reading.html architecture-guide.html user-guide.html index.html reference.html integration-guide.html developers-guide.html messagemodelclasses.jpg serclasses.jpg typemappingregistryclasses.jpg typemappingclasses.jpg tcpmon2.jpg engineconfig.jpg subsystems.jpg ClientMessagePath.jpg chainclasses.jpg stcengine.jpg messagecontext.jpg tcpmon1.jpg SAXHandlerClasses.jpg soapmessagemodel.jpg axis.jpg clientobjects.jpg serfactoryclasses.jpg ServerMessagePath.jpg targetedchainclasses.jpg pivots.jpg clientinteraction.jpg messagetree.jpg wsddclasses.jpg pivots2.jpg engineclasses.jpg SAXhandlers.jpg

2002-11-04 Thread jmsnell
jmsnell 2002/11/04 23:43:26 Modified:java/docs reading.html architecture-guide.html user-guide.html index.html reference.html integration-guide.html developers-guide.html Added: java/docs/images typemappingclasses.jpg SAXhandlers.jp

cvs commit: xml-axis/java/docs/images - New directory

2002-11-04 Thread jmsnell
jmsnell 2002/11/04 23:36:02 xml-axis/java/docs/images - New directory

DO NOT REPLY [Bug 14234] - AdminClientTask authentication broken

2002-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/src/org/apache/axis/client AdminClient.java

2002-11-04 Thread stevel
stevel 2002/11/04 15:40:17 Modified:java/src/org/apache/axis/client AdminClient.java Log: bug 14234, AdminClientTask authentication broken Revision ChangesPath 1.71 +1 -1 xml-axis/java/src/org/apache/axis/client/AdminClient.java Index: AdminClient.java =

cvs commit: xml-axis/java/tools/org/apache/axis/tools/ant/axis AdminClientTask.java

2002-11-04 Thread stevel
stevel 2002/11/04 15:39:56 Modified:java/tools/org/apache/axis/tools/ant/axis AdminClientTask.java Log: bug 14234, AdminClientTask authentication broken Revision ChangesPath 1.6 +2 -2 xml-axis/java/tools/org/apache/axis/tools/ant/axis/

DO NOT REPLY [Bug 14139] - NamespaceDeclaration's are not used during the serialization of MessageElement.

2002-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/test/message TestMessageElement.java

2002-11-04 Thread dims
dims2002/11/04 11:51:20 Modified:java/test/message TestMessageElement.java Log: Testcase for Bug 14139 - NamespaceDeclaration's are not used during the serialization of MessageElement. Note: Bug was already fixed by Glen's commit (http://marc.theaimsgroup.com/?l=axis-dev

DO NOT REPLY [Bug 14136] - getCompleteAttributes in MessageElement problems

2002-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [Bug 13618] - Implicit header support

2002-11-04 Thread Davanum Srinivas
UnderstoodSorry for the confusion that i created. Please post a patch ASAP with a test case against latest cvs. Thanks, dims --- Sasha Lerner <[EMAIL PROTECTED]> wrote: > Russel implemented support for explicit headers only > implicit header support is still missing and was requested by many

cvs commit: xml-axis/java/test/message TestMessageElement.java

2002-11-04 Thread dims
dims2002/11/04 11:40:56 Modified:java/src/org/apache/axis/message MessageElement.java java/test/message TestMessageElement.java Log: Fix and Testcase for Bug 14136 - getCompleteAttributes in MessageElement problems Revision ChangesPath 1.133 +6 -1

Re: [Bug 13618] - Implicit header support

2002-11-04 Thread Sasha Lerner
Russel implemented support for explicit headers only implicit header support is still missing and was requested by many posters to user list see following threads for discussion of differences see http://marc.theaimsgroup.com/?l=axis-dev&m=103375781400569&w=2 http://marc.theaimsgroup.com/?l=axis

DO NOT REPLY [Bug 13618] - Implicit header support

2002-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 14234] New: - AdminClientTask authentication broken

2002-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Last commit

2002-11-04 Thread Glen Daniels
We now support anonymous schema types when generating WSDL. No more ">" QNames in the WSDL, etc. I forgot to note that another effect of the change was to pull some of the logic that was in Types out into the individual serializers, to be more architecturally accurate. This means that the En

cvs commit: xml-axis/java/test/encoding DataSer.java

2002-11-04 Thread gdaniels
gdaniels2002/11/04 09:01:29 Modified:java/samples/encoding DataSer.java java/src/org/apache/axis/encoding Serializer.java java/src/org/apache/axis/encoding/ser ArraySerializer.java Base64Serializer.java BeanSerializer.java

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis WSIFOperation_ApacheAxis.java

2002-11-04 Thread antelder
antelder2002/11/04 08:55:16 Modified:java/src/org/apache/wsif/providers/soap/apacheaxis WSIFOperation_ApacheAxis.java Log: Correct the order which jms:properties get set so that the properties in the wsif conext message take precedence Revision Change

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers/jms WSIFOperation_Jms.java WSIFPort_Jms.java

2002-11-04 Thread antelder
antelder2002/11/04 08:52:11 Modified:java/src/org/apache/wsif/providers/jms Tag: pre1_2_0-patches WSIFOperation_Jms.java WSIFPort_Jms.java Log: - Correct the order the jms properties are set by properties defined in the wsif context message - Lazy initiali

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apachesoap WSIFOperation_ApacheSOAP.java

2002-11-04 Thread antelder
antelder2002/11/04 08:50:45 Modified:java/src/org/apache/wsif/providers/soap/apacheaxis Tag: pre1_2_0-patches WSIFOperation_ApacheAxis.java java/src/org/apache/wsif/providers/soap/apachesoap Tag: pre1_2_0-patches WSIFOperatio

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/base PrivateCompositeExtensionRegistry.java

2002-11-04 Thread antelder
antelder2002/11/04 08:48:41 Modified:java/src/org/apache/wsif/base Tag: pre1_2_0-patches PrivateCompositeExtensionRegistry.java Log: Fix trace bug to short trace the ignored exception Revision ChangesPath No revision No

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/util/jms WSIFJMSProperties.java

2002-11-04 Thread antelder
antelder2002/11/04 08:48:00 Modified:java/src/org/apache/wsif/util/jms Tag: pre1_2_0-patches WSIFJMSProperties.java Log: Allow setting of the JMSType property Revision ChangesPath No revision No revision

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/catalog Messages_ko.properties Messages.properties

2002-11-04 Thread hughesj
hughesj 2002/11/04 08:37:47 Modified:java/src/org/apache/wsif/catalog Tag: pre1_2_0-patches Messages_ko.properties Messages.properties Log: Update to Korean properties file and typo Revision ChangesPath No revision No

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/catalog Messages.properties Messages_ko.properties

2002-11-04 Thread hughesj
hughesj 2002/11/04 08:37:17 Modified:java/src/org/apache/wsif/catalog Messages.properties Messages_ko.properties Log: Update to Korean properties file and typo Revision ChangesPath 1.6 +1 -1 xml-axis-wsif/java/src/org/apache/wsif/catalo

cvs commit: xml-axis/java/test/functional TestElementSample.java

2002-11-04 Thread gdaniels
gdaniels2002/11/04 08:35:22 Modified:java/test/functional TestElementSample.java Log: Pass exceptions up so we can see what's going on. Revision ChangesPath 1.13 +8 -15 xml-axis/java/test/functional/TestElementSample.java Index: TestElementSample.java

DO NOT REPLY [Bug 13618] - Implicit header support

2002-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/src/org/apache/axis/transport/http HTTPSender.java

2002-11-04 Thread gdaniels
gdaniels2002/11/04 08:33:07 Modified:java/src/org/apache/axis/providers/java JavaProvider.java java/src/org/apache/axis/transport/http HTTPSender.java Log: Remove redundant casts. Revision ChangesPath 1.91 +20 -20 xml-axis/java/src/org/apache/axis/

cvs commit: xml-axis/java/src/org/apache/axis/providers/java EJBProvider.java

2002-11-04 Thread gdaniels
gdaniels2002/11/04 08:32:35 Modified:java/src/org/apache/axis/handlers/soap SOAPService.java java/src/org/apache/axis/providers/java EJBProvider.java Log: Remove redundant casts. Revision ChangesPath 1.87 +1 -2 xml-axis/java/src/org/apache/axis/ha

cvs commit: xml-axis/java/src/org/apache/axis/message MessageElement.java

2002-11-04 Thread gdaniels
gdaniels2002/11/04 08:32:05 Modified:java/src/org/apache/axis/message MessageElement.java Log: Make sure to write out namespaces which are registered on a MessageElement when serializing it. Revision ChangesPath 1.132 +7 -0 xml-axis/java/src/org/apache/axis/mes

cvs commit: xml-axis/java/src/org/apache/axis/encoding DeserializationContextImpl.java

2002-11-04 Thread gdaniels
gdaniels2002/11/04 08:19:59 Modified:java/src/org/apache/axis/encoding DeserializationContextImpl.java Log: Handle all events when recorder is null (needed for streaming). Revision ChangesPath 1.69 +14 -7 xml-axis/java/src/org/apache/axis

DO NOT REPLY [Bug 13618] - Implicit header support

2002-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/test/wsdd PackageTests.java

2002-11-04 Thread gdaniels
gdaniels2002/11/04 06:46:20 Modified:java/test/wsdd PackageTests.java Log: Comment out TestXSD for now (getting stack overflow errors from Xerces) Revision ChangesPath 1.10 +1 -1 xml-axis/java/test/wsdd/PackageTests.java Index: PackageTests.java =

DO NOT REPLY [Bug 13618] - Implicit header support

2002-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [wsif] Attachment support

2002-11-04 Thread Mark Whitlock
I'm moving this support into the Axis provider in the head of the stream. Mark Mark Whitlock, IBM Hursley Web Services - Forwarded by Mark Whitlock/UK/IBM on 04/11/02 14:17 -

Re: [WSIF] [PROPOSAL]Additional contribution ... JCA (J2C) provider

2002-11-04 Thread Jeremy Hughes
Alek, On the JCA side of this discussion ... I believe WSIF is sufficiently modularised right now to introduce the JCA code. I can update build.xml to conditionally compile the JCA provider only if the right pre-requisite classes are on the classpath. Jeremy Aleksander Slominski wrote: hi, tha

Re: [WSIF] provider restructuring (was [PROPOSAL]Additional contribution ... JCA (J2C) provider)

2002-11-04 Thread Jeremy Hughes
Alek, Could you elaborate ... I agree WSIF has a 'core' set of dependencies (like wsdl4j.jar) and a set of optional dependencies (like j2ee.jar). Any providers that can be built given the classpath environment Ant is in should be built. So if j2ee.jar isn't on the classpath then (eg) the EJB provi

DO NOT REPLY [Bug 14218] New: - MinOccurs=0 not added to wsdl for arrays

2002-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Farewell

2002-11-04 Thread Glyn Normington
I have decided to bid Axis farewell since I am in the process of changing jobs and will no longer be working on SOAP. I've learned a lot by being involved in Axis and have enjoyed the stimulation of working with some talented people, non-IBMers as well as IBMers. I have been particularly inspired b

DO NOT REPLY [Bug 14216] New: - literalXML attribute is not used

2002-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13134] - java.io.IOException in WSDL2Java for test.wsdl._import

2002-11-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu