cvs commit: ws-soap/java/samples/excfault DeploymentDescriptor.xml ExcFaultClient.java ExcFaultException.java ExcFaultExceptionSerializer.java ExcFaultService.java README testit.cmd testit.sh

2004-06-22 Thread snichol
snichol 2004/06/22 20:28:10 Added: java/samples/excfault DeploymentDescriptor.xml ExcFaultClient.java ExcFaultException.java ExcFaultExceptionSerializer.java ExcFaultService.java README testit.cmd testit.sh Log

cvs commit: ws-soap/java/samples/excfault - New directory

2004-06-22 Thread snichol
snichol 2004/06/22 20:26:39 ws-soap/java/samples/excfault - New directory

cvs commit: ws-soap/java/src/org/apache/soap/encoding SOAPMappingRegistry.java

2004-06-22 Thread snichol
snichol 2004/06/22 14:39:48 Modified:java/docs changes.html java/src/org/apache/soap Constants.java java/src/org/apache/soap/encoding SOAPMappingRegistry.java Log: Map deserializers for the SOAP-ENC equivalents of 2001 XSD types. Revision Changes

cvs commit: ws-soap/java/src/org/apache/soap/server MessageRouter.java

2004-06-01 Thread snichol
snichol 2004/06/01 07:45:44 Modified:java/src/org/apache/soap/server MessageRouter.java Log: Fix a bug in invoke that treated custom provider services as scripts rather than Java. Revision ChangesPath 1.8 +2 -1 ws-soap/java/src/org/apache/soap/server

cvs commit: ws-soap/java/src/org/apache/soap/util/net HTTPUtils.java

2004-04-09 Thread snichol
snichol 2004/04/09 06:19:04 Modified:java/samples/doclit GetQuote.java java/src/org/apache/soap/util/net HTTPUtils.java Log: Always clean up socket resources. Revision ChangesPath 1.3 +1 -0 ws-soap/java/samples/doclit/GetQuote.java Index

cvs commit: ws-soap/java build.xml

2004-04-08 Thread snichol
snichol 2004/04/08 11:53:57 Modified:java build.xml Log: Turn javac debug on by default. Revision ChangesPath 1.44 +5 -4 ws-soap/java/build.xml Index: build.xml === RCS file: /home/cvs

cvs commit: xml-soap/java/src/org/apache/soap/util/net SSLUtils.java

2003-09-02 Thread snichol
snichol 2003/09/02 08:38:08 Modified:java/src/org/apache/soap/util/net SSLUtils.java Log: Set read timeout before doing handshake, so that handshake cannot hang if the calling code specifies a non-zero timeout. Revision ChangesPath 1.13 +22 -18xml-soap/java

cvs commit: xml-soap/java/src/org/apache/soap/server DefaultConfigManager.java ServiceManager.java XMLConfigManager.java

2003-06-23 Thread snichol
snichol 2003/06/20 22:24:08 Modified:java/src/org/apache/soap/server DefaultConfigManager.java ServiceManager.java XMLConfigManager.java Log: Distinguish between the inability to open a config file ("assume fresh start") and the inability t

cvs commit: xml-soap/java/src/org/apache/soap/util/net Relay.java TcpTunnel.java TcpTunnelGui.java

2003-06-19 Thread snichol
snichol 2003/06/19 20:38:35 Modified:java/src/org/apache/soap/util/net Relay.java TcpTunnel.java TcpTunnelGui.java Log: Add TODO comment about finding workaround for TextArea#append bug in JDK later than 1.2.2 (on Win32, at least). Allow character

cvs commit: xml-soap/java/src/org/apache/soap/util/mime MimeUtils.java

2003-06-12 Thread snichol
snichol 2003/06/12 23:42:12 Modified:java/src/org/apache/soap/util/mime MimeUtils.java Log: When generating a unique value for a cid, force the host name used to be ASCII characters. That way, URL encode/decode will agree on client and server regardless of the default character

cvs commit: xml-soap/java/src/org/apache/soap/util/mime MimeUtils.java

2003-06-12 Thread snichol
snichol 2003/06/12 23:23:02 Modified:java/src/org/apache/soap/encoding/soapenc MimePartSerializer.java java/src/org/apache/soap/rpc RPCMessage.java SOAPContext.java java/src/org/apache/soap/util/mime

cvs commit: xml-soap/java/samples/messaging POProcessor.java

2003-06-12 Thread snichol
snichol 2003/06/12 10:38:39 Modified:java/samples/messaging POProcessor.java Log: Remove System.out.println! Revision ChangesPath 1.5 +0 -4 xml-soap/java/samples/messaging/POProcessor.java Index: POProcessor.java

cvs commit: xml-soap/java/samples/messaging POProcessor.java SendMessage.java

2003-06-12 Thread snichol
snichol 2003/06/12 10:37:18 Modified:java/samples/messaging POProcessor.java SendMessage.java Log: Add some "real" processing to POProcessor. Added copyright, etc. Revision ChangesPath 1.4 +129 -6xml-soap/java/samples/messaging/POProcessor.java

cvs commit: xml-soap/java/src/org/apache/soap/server/http MessageRouterServlet.java RPCRouterServlet.java

2003-05-27 Thread snichol
snichol 2003/05/27 15:21:03 Modified:java/src/org/apache/soap/server/http MessageRouterServlet.java RPCRouterServlet.java Log: Throw a specific exception when target URI is null, rather than an NPE. Revision ChangesPath 1.39 +3 -0 xml

cvs commit: xml-soap/java/src/org/apache/soap/util/net SSLUtils.java

2003-04-01 Thread snichol
snichol 2003/04/01 06:07:21 Modified:java/src/org/apache/soap/util/net SSLUtils.java Log: From Paul G. Weiss (bogus e-mail address provided): If I call setTimeout on a Call where the url is an https url, it dies with a NullPointerException. The problem is in SSLUtils.java

cvs commit: xml-soap/java/docs/guide config.html

2003-02-11 Thread snichol
snichol 2003/02/11 06:26:16 Modified:java/docs/guide config.html Log: Add XMLParser and EnvelopeEditorFactory parameters to the sample web.xml file. Revision ChangesPath 1.8 +8 -1 xml-soap/java/docs/guide/config.html Index: config.html

cvs commit: xml-soap/java/docs/guide config.html

2003-02-11 Thread snichol
snichol 2003/02/11 06:28:44 Modified:java/docs/guide config.html Log: Remove the faultListener parameters from the sample web.xml file. This is specified on a per-service basis in the deployment descriptor. Revision ChangesPath 1.9 +0 -4 xml-soap/java/docs

cvs commit: xml-soap/java/src/org/apache/soap/util/xml NSStack.java

2003-02-10 Thread snichol
snichol 2003/02/10 11:08:54 Modified:java/src/org/apache/soap/util/xml NSStack.java Log: Fix an ArrayIndexOutOfBoundsException in getPredefinedNamespace when the array grows. Revision ChangesPath 1.8 +2 -1 xml-soap/java/src/org/apache/soap/util/xml

cvs commit: xml-soap/java/src/org/apache/soap/encoding SOAPMappingRegistry.java

2003-02-07 Thread snichol
snichol 2003/02/07 11:38:57 Modified:java/src/org/apache/soap/util/xml XMLJavaMappingRegistry.java java/src/org/apache/soap/encoding SOAPMappingRegistry.java Log: Restore changes of version 1.9 in XJMR. Add methods to map just types. Add

cvs commit: xml-soap/java/src/org/apache/soap/server RPCRouter.java

2003-02-07 Thread snichol
snichol 2003/02/07 11:12:24 Modified:java/src/org/apache/soap/server RPCRouter.java Log: Fix NPE when service method returns null. Revision ChangesPath 1.20 +1 -1 xml-soap/java/src/org/apache/soap/server/RPCRouter.java Index: RPCRouter.java

cvs commit: xml-soap/java/src/org/apache/soap/encoding SOAPMappingRegistry.java

2003-02-06 Thread snichol
snichol 2003/02/06 20:15:58 Modified:java/src/org/apache/soap/util/xml XMLJavaMappingRegistry.java java/src/org/apache/soap/encoding SOAPMappingRegistry.java Log: Undo the gist of update 1.9 2002/10/23 04:05:22 Map javaType

cvs commit: xml-soap/java/src/org/apache/soap/providers MsgJavaProvider.java RPCJavaProvider.java

2003-02-06 Thread snichol
snichol 2003/02/06 14:49:40 Modified:java/src/org/apache/soap/providers MsgJavaProvider.java RPCJavaProvider.java Log: Specify chained exception for SOAPExceptions. Revision ChangesPath 1.3 +1 -1 xml-soap/java/src/org/apache/soap

cvs commit: xml-soap/java/src/org/apache/soap/util/xml XMLJavaMappingRegistry.java

2003-01-08 Thread snichol
snichol 2003/01/08 12:20:44 Modified:java/src/org/apache/soap/server RPCRouter.java java/src/org/apache/soap/util/xml XMLJavaMappingRegistry.java Log: Oops. The previous commit to SOAPMappingRegistry depended on uncommitted changes to

cvs commit: xml-soap/java/src/org/apache/soap/encoding SOAPMappingRegistry.java

2003-01-08 Thread snichol
snichol 2003/01/08 11:57:24 Modified:java/src/org/apache/soap/encoding SOAPMappingRegistry.java Log: Provide mappings so that null DataHandlers can be serialized and de-serialized. Revision ChangesPath 1.37 +44 -20 xml-soap/java/src/org/apache/soap/encoding

cvs commit: xml-soap/java/src/org/apache/soap/encoding/soapenc MimePartSerializer.java

2003-01-06 Thread snichol
snichol 2003/01/06 09:57:14 Modified:java/src/org/apache/soap/encoding/soapenc MimePartSerializer.java Log: Serialize null values using specified javaType and context, rather than always using Object.class and null. Revision ChangesPath 1.5

cvs commit: xml-soap/java/src/org/apache/soap/transport/http SOAPHTTPConnection.java

2003-01-03 Thread snichol
snichol 2003/01/03 08:08:41 Modified:java/src/org/apache/soap/transport/http SOAPHTTPConnection.java Log: Finish cleaning up exception handling in send(). Revision ChangesPath 1.30 +8 -16 xml-soap/java/src/org/apache/soap/transport/http

cvs commit: xml-soap/java/src/org/apache/soap/util/net HTTPUtils.java SSLUtils.java SocketUtils.java

2002-12-20 Thread snichol
snichol 2002/12/20 19:58:46 Modified:java/src/org/apache/soap/util/net HTTPUtils.java SSLUtils.java SocketUtils.java Log: Improve reporting of InvocationTargetException. Revision ChangesPath 1.43 +14 -4 xml-soap/java/src/org/apache/soap

cvs commit: xml-soap/java/src/org/apache/soap/util/net SocketUtils.java HTTPUtils.java SSLUtils.java

2002-12-20 Thread snichol
snichol 2002/12/20 13:40:32 Modified:java/src/org/apache/soap/util/net HTTPUtils.java SSLUtils.java Added: java/src/org/apache/soap/util/net SocketUtils.java Log: For J2SE 1.4 and later, use the timeout value as the maximum time to block on connect

cvs commit: xml-soap/java/docs changes.html

2002-12-10 Thread snichol
snichol 2002/12/10 09:33:40 Modified:java/src/org/apache/soap/providers/com RPCProvider.java java/docs changes.html Log: Submitted by: Leif Nilsson TACMa <[EMAIL PROTECTED]> We send XML-files through Apache Soap. There is a COM-server accessed via A

cvs commit: xml-soap/java/docs changes.html

2002-12-03 Thread snichol
snichol 2002/12/03 19:33:01 Modified:java/src/org/apache/soap/server RPCRouter.java java/docs changes.html Log: Serialize method return values using their actual type rather than the declared type when the declared type is not a primitive. This may break existing

cvs commit: xml-soap/java/samples/multiref GetCircularBean.java

2002-12-03 Thread snichol
snichol 2002/12/03 13:16:52 Modified:java/samples/multiref GetCircularBean.java Log: Add use of request/response copy buffers. Revision ChangesPath 1.2 +15 -0 xml-soap/java/samples/multiref/GetCircularBean.java Index: GetCircularBean.java

cvs commit: xml-soap/java/src/org/apache/soap/util/net HTTPUtils.java

2002-12-03 Thread snichol
snichol 2002/12/03 13:16:08 Modified:java/src/org/apache/soap/util/net HTTPUtils.java Log: Fix bug in one of the post methods in which the copy buffers were not being passed along. Revision ChangesPath 1.41 +1 -1 xml-soap/java/src/org/apache/soap/util/net

cvs commit: xml-soap/java/src/org/apache/soap/util/xml XMLParserUtils.java

2002-12-03 Thread snichol
snichol 2002/12/03 09:45:11 Modified:java/src/org/apache/soap/util/xml XMLParserUtils.java Log: Only set Xerces-specific features if we believe we are using a Xerces factory. Rather than throwing an exception when a feature is set on the factory, parsers throw when a parser is

cvs commit: xml-soap/java/src/org/apache/soap/util/net HTTPUtils.java

2002-11-29 Thread snichol
snichol 2002/11/29 13:42:39 Modified:java/src/org/apache/soap/util StringUtils.java java/src/org/apache/soap/util/net HTTPUtils.java Log: Submitted by: Pavel Ausianik <[EMAIL PROTECTED]> Please find a patch proposed for converting HTTP headers usi

cvs commit: xml-soap/java/src/org/apache/soap/encoding SOAPMappingRegistry.java

2002-11-27 Thread snichol
snichol 2002/11/27 16:32:52 Modified:java/src/org/apache/soap/encoding SOAPMappingRegistry.java Log: For 2001 schema, also be able to deserialize SOAP-ENC base64. Revision ChangesPath 1.36 +7 -3 xml-soap/java/src/org/apache/soap/encoding

cvs commit: xml-soap/java/samples/interop EchoTestClient.java

2002-11-27 Thread snichol
snichol 2002/11/27 16:31:29 Modified:java/samples/interop EchoTestClient.java Log: Fix bad mapping for deserializing Hex. Revision ChangesPath 1.20 +4 -2 xml-soap/java/samples/interop/EchoTestClient.java Index: EchoTestClient.java

cvs commit: xml-soap/java/src/org/apache/soap/encoding SOAPMappingRegistry.java

2002-11-27 Thread snichol
snichol 2002/11/27 16:10:07 Modified:java/src/org/apache/soap/encoding SOAPMappingRegistry.java Log: Change byte[] mapping so that for 2001 schema we use xsd, while for other schema, use SOAP-ENC. Revision ChangesPath 1.35 +5 -3 xml-soap/java/src/org/apache

cvs commit: xml-soap/java/src/org/apache/soap SOAPException.java

2002-11-26 Thread snichol
snichol 2002/11/26 19:05:08 Modified:java/src/org/apache/soap SOAPException.java Log: Submitted by: "Shannon Lal" <[EMAIL PROTECTED]> Add javadoc. Revision ChangesPath 1.7 +55 -0 xml-soap/java/src/org/apache/soap/SOAPException

cvs commit: xml-soap/java/src/org/apache/soap/server TypeMappingSerializer.java

2002-11-26 Thread snichol
snichol 2002/11/26 18:49:30 Modified:java/src/org/apache/soap Constants.java Envelope.java java/src/org/apache/soap/server TypeMappingSerializer.java Log: Use Envelope.LINE_SEPARATOR for all line separators in XML serialization of SOAP envelope, including XML

cvs commit: xml-soap/java/samples/propertybag PropertyBagClient.java testit.cmd testit.sh

2002-11-26 Thread snichol
snichol 2002/11/26 18:39:56 Modified:java/samples/configure DeploymentDescriptor.xml java/samples/propertybag PropertyBagClient.java testit.cmd testit.sh Log: Add -9 and -0 options to PropertyBagClient to specify the use of 1999 or 2000

cvs commit: xml-soap/java/src/org/apache/soap/server TypeMappingSerializer.java

2002-11-26 Thread snichol
snichol 2002/11/26 18:36:08 Modified:java/src/org/apache/soap Envelope.java java/src/org/apache/soap/encoding/soapenc QNameSerializer.java SoapEncUtils.java java/src/org/apache/soap/server TypeMappingSerializer.java Log: Where

cvs commit: xml-soap/java/samples/mime testit.cmd

2002-11-21 Thread snichol
snichol 2002/11/21 08:45:08 Modified:java/samples/doclit Add.java java/samples/mime testit.cmd Log: Provide more feedback. Revision ChangesPath 1.3 +1 -0 xml-soap/java/samples/doclit/Add.java Index: Add.java

cvs commit: xml-soap/java/src/org/apache/soap/util/xml XMLParserUtils.java

2002-11-21 Thread snichol
snichol 2002/11/21 08:36:58 Modified:java/src/org/apache/soap Utils.java java/src/org/apache/soap/messaging Message.java java/src/org/apache/soap/rpc Call.java java/src/org/apache/soap/server DeploymentDescriptor.java

cvs commit: xml-soap/java/src/org/apache/soap/rpc Call.java

2002-11-20 Thread snichol
snichol 2002/11/20 14:27:10 Modified:java/samples/doclit Add.java java/src/org/apache/soap/rpc Call.java Log: Remove get/setDocLitSerialization from Call. Clients should just set this directly on SOAPContext. Revision ChangesPath 1.2 +1 -1

cvs commit: xml-soap/java/src/org/apache/soap/util/xml XMLParserUtils.java

2002-11-20 Thread snichol
snichol 2002/11/20 13:54:25 Modified:java/src/org/apache/soap/rpc Call.java java/src/org/apache/soap/server/http RPCRouterServlet.java java/src/org/apache/soap/util/xml XMLParserUtils.java Log: Submitted by: Pavel Ausianik <[EMAIL PROTEC

cvs commit: xml-soap/java/src/org/apache/soap/transport TransportMessage.java

2002-11-20 Thread snichol
snichol 2002/11/20 13:34:43 Modified:java/src/org/apache/soap/providers RPCJavaProvider.java java/src/org/apache/soap/rpc Call.java SOAPContext.java java/src/org/apache/soap/server ServerUtils.java java/src/org/apache/soap/server/http

cvs commit: xml-soap/java/samples/interop EchoTestClient.java

2002-11-20 Thread snichol
snichol 2002/11/19 23:56:02 Modified:java/samples/interop EchoTestClient.java Log: Add type mappings for a element. I don't know whether the round 2 WSDL has changed or some implementers are changing their round 2 endpoints according to WSDL for later rounds, but se

cvs commit: xml-soap/java/src/org/apache/soap/transport TransportMessage.java

2002-11-19 Thread snichol
snichol 2002/11/19 23:29:32 Modified:java/src/org/apache/soap/transport TransportMessage.java Log: Fix reading of message for which no content length is specified. Revision ChangesPath 1.22 +8 -6 xml-soap/java/src/org/apache/soap/transport

cvs commit: xml-soap/java/src/org/apache/soap/util/net HTTPUtils.java

2002-11-19 Thread snichol
snichol 2002/11/19 22:33:57 Modified:java/src/org/apache/soap/util/net HTTPUtils.java Log: Correctly handle HTTP headers with no value (just a header name). Revision ChangesPath 1.39 +9 -5 xml-soap/java/src/org/apache/soap/util/net/HTTPUtils.java Index

cvs commit: xml-soap/java/docs/install iPlanet.html

2002-11-19 Thread snichol
snichol 2002/11/19 06:33:18 Modified:java/docs/install iPlanet.html Log: Add information about exposing EJBs. Revision ChangesPath 1.4 +30 -2 xml-soap/java/docs/install/iPlanet.html Index: iPlanet.html

cvs commit: xml-soap/java/src/org/apache/soap Body.java Fault.java Header.java

2002-11-19 Thread snichol
snichol 2002/11/19 06:34:36 Modified:java/src/org/apache/soap Body.java Fault.java Header.java Log: Add/edit javadocs. Improve toString. Revision ChangesPath 1.12 +4 -4 xml-soap/java/src/org/apache/soap/Body.java Index: Body.java

cvs commit: xml-soap/java/src/org/apache/soap/util/net HTTPUtils.java

2002-11-18 Thread snichol
snichol 2002/11/18 18:47:39 Modified:java/docs changes.html java/src/org/apache/soap/messaging Message.java java/src/org/apache/soap/rpc Call.java SOAPContext.java java/src/org/apache/soap/transport TransportMessage.java java

cvs commit: xml-soap/java/src/org/apache/soap/rpc RPCMessage.java

2002-11-18 Thread snichol
snichol 2002/11/18 13:52:06 Modified:java/src/org/apache/soap Body.java Envelope.java Fault.java Header.java java/src/org/apache/soap/encoding/literalxml XMLParameterSerializer.java java/src/org/apache/soap

cvs commit: xml-soap/java/src/org/apache/soap/util/xml NSDecl.java

2002-11-18 Thread snichol
snichol 2002/11/18 13:23:09 Removed: java/src/org/apache/soap/util/xml NSDecl.java Log: No longer used. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

cvs commit: xml-soap/java/src/org/apache/soap/util/xml DOMUtils.java

2002-11-18 Thread snichol
snichol 2002/11/18 13:16:50 Modified:java/src/org/apache/soap/util/xml DOMUtils.java Log: Submitted by: Pavel Ausianik <[EMAIL PROTECTED]> Avoid creating strings where not necessary (2 cases) Scott Nichol added javadoc and use of Constants. Revision Changes

cvs commit: xml-soap/java/src/org/apache/soap/util/xml XMLJavaMappingRegistry.java

2002-11-18 Thread snichol
snichol 2002/11/18 12:19:26 Modified:java/src/org/apache/soap/util/xml XMLJavaMappingRegistry.java Log: Submitted by: Pavel Ausianik <[EMAIL PROTECTED]> XMLJavaMappingRegistry uses separated maps per encoding - and avoids creating String keys wh

cvs commit: xml-soap/java/test/util/xml XMLJavaMappingRegistryTest.java PackageTests.java

2002-11-18 Thread snichol
snichol 2002/11/18 12:18:10 Modified:java/test/util/xml PackageTests.java Added: java/test/util/xml XMLJavaMappingRegistryTest.java Log: Add tests for XMLJavaMappingRegistry. Revision ChangesPath 1.3 +1 -0 xml-soap/java/test/util/xml/PackageTests.java

cvs commit: xml-soap/java/src/org/apache/soap/encoding SOAPMappingRegistry.java

2002-11-18 Thread snichol
snichol 2002/11/18 10:52:23 Modified:java/src/org/apache/soap/encoding SOAPMappingRegistry.java Added: java/src/org/apache/soap/encoding/soapenc CleanSerializer.java SimpleSerializer.java Log: Move simple and clean serializers to standalone classes

cvs commit: xml-soap/java/src/org/apache/soap/util/net HTTPUtils.java

2002-11-18 Thread snichol
snichol 2002/11/18 09:55:54 Modified:java/src/org/apache/soap/util/net HTTPUtils.java Log: Fix bug parsing HTTP status line discovered in interop tests with SIM. Also, throw an exception if there is no HTTP status. Revision ChangesPath 1.37 +8 -1 xml-soap

cvs commit: xml-soap/java/src/org/apache/soap/util/xml QName.java

2002-11-18 Thread snichol
snichol 2002/11/18 09:36:37 Modified:java/src/org/apache/soap/util/xml QName.java Log: Submitted by: Pavel Ausianik <[EMAIL PROTECTED]> QName changed so it not uses intern() in equals() because the number of calls per object instance was small. Scott Nichol

cvs commit: xml-soap/java/test/util/xml PackageTests.java

2002-11-18 Thread snichol
snichol 2002/11/18 09:29:39 Modified:java/test/util/xml PackageTests.java Log: Add QNameTest. Revision ChangesPath 1.2 +1 -0 xml-soap/java/test/util/xml/PackageTests.java Index: PackageTests.java

cvs commit: xml-soap/java/test/util/xml QNameTest.java

2002-11-18 Thread snichol
snichol 2002/11/18 09:27:48 Added: java/test/util/xml QNameTest.java Log: A very simple unit test of QName. Revision ChangesPath 1.1 xml-soap/java/test/util/xml/QNameTest.java Index: QNameTest.java

cvs commit: xml-soap/java/src/org/apache/soap Envelope.java Body.java

2002-11-18 Thread snichol
snichol 2002/11/18 08:42:41 Modified:java/src/org/apache/soap Envelope.java Body.java Log: Submitted by: Pavel Ausianik <[EMAIL PROTECTED]> Reduce number of AttributeHandlers. Additional edits by Scott Nichol to add javadoc and other comments, plus try to

cvs commit: xml-soap/java/src/org/apache/soap/util/xml NSStack.java

2002-11-18 Thread snichol
snichol 2002/11/18 07:55:11 Modified:java/src/org/apache/soap/util/xml NSStack.java Log: Fix bug in popScope (popped URI and prefix stacks two scopes instead of 1) Fix bug in dump and toString (wrong array index) Fix bug in addNSDeclaration (prefix can be null) ??TODO

cvs commit: xml-soap/java/test/util/xml - New directory

2002-11-18 Thread snichol
snichol 2002/11/18 07:52:07 xml-soap/java/test/util/xml - New directory -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

cvs commit: xml-soap/java/test/util/xml NSStackTest.java PackageTests.java

2002-11-18 Thread snichol
snichol 2002/11/18 07:52:48 Added: java/test/util/xml NSStackTest.java PackageTests.java Log: New unit tests for NSStack. Revision ChangesPath 1.1 xml-soap/java/test/util/xml/NSStackTest.java Index: NSStackTest.java

cvs commit: xml-soap/java/src/org/apache/soap/util/xml NSStack.java

2002-11-18 Thread snichol
snichol 2002/11/18 06:34:52 Modified:java/src/org/apache/soap/util/xml NSStack.java Log: Add toString, deprecate dump, add some javadoc. Revision ChangesPath 1.6 +39 -2 xml-soap/java/src/org/apache/soap/util/xml/NSStack.java Index: NSStack.java

cvs commit: xml-soap/java/src/org/apache/soap/util/xml NSStack.java

2002-11-18 Thread snichol
snichol 2002/11/18 06:23:06 Modified:java/src/org/apache/soap/util/xml NSStack.java Log: Submitted by: Pavel Ausianik <[EMAIL PROTECTED]> I have prepared patch for NSStack, moving from growing number of Vectors to 3 arrays per stack. I also used intern() String comp

cvs commit: xml-soap/java/src/org/apache/soap/util/mime MimeUtils.java

2002-11-14 Thread snichol
snichol 2002/11/14 08:22:09 Modified:java/src/org/apache/soap Constants.java java/src/org/apache/soap/rpc Call.java SOAPContext.java java/src/org/apache/soap/transport SOAPTransport.java TransportMessage.java java/src

cvs commit: xml-soap/java/docs/guide deploy.html

2002-11-14 Thread snichol
snichol 2002/11/14 08:07:58 Modified:java/docs/guide deploy.html Log: Submitted by: Mattias Jiderhamn <[EMAIL PROTECTED]> Fix the namespace URI for SOAP encoding: the trailing '/' was missing. Revision ChangesPath 1.8 +1 -1 xml-soap

cvs commit: xml-soap/java/src/org/apache/soap Constants.java

2002-11-13 Thread snichol
snichol 2002/11/13 21:00:42 Modified:java/src/org/apache/soap/transport TransportMessage.java java/src/org/apache/soap Constants.java Log: Fix a bug introduced in previous changes when their is an envelope editor and no envelope was explitictly specified (just a

cvs commit: xml-soap/java/docs/install tomcat.html

2002-11-12 Thread snichol
snichol 2002/11/12 10:58:57 Modified:java/docs/install tomcat.html Log: Add a note about Java 1.4 and endorsed directories. Revision ChangesPath 1.15 +6 -0 xml-soap/java/docs/install/tomcat.html Index: tomcat.html

cvs commit: xml-soap/java/src/org/apache/soap Constants.java

2002-11-12 Thread snichol
snichol 2002/11/12 06:34:56 Modified:java/src/org/apache/soap/rpc Call.java java/src/org/apache/soap/transport TransportMessage.java java/src/org/apache/soap Constants.java Log: Submitted by: Pavel Ausianik <[EMAIL PROTECTED]> I have prepared

cvs commit: xml-soap/java/src/org/apache/soap/transport/http SOAPHTTPConnection.java

2002-11-12 Thread snichol
snichol 2002/11/12 06:15:38 Modified:java/src/org/apache/soap/util/net HTTPUtils.java java/src/org/apache/soap/transport TransportMessage.java java/src/org/apache/soap/transport/http SOAPHTTPConnection.java Log: Reduce the number

cvs commit: xml-soap/java/src/org/apache/soap/rpc Call.java Parameter.java RPCMessage.java

2002-11-11 Thread snichol
snichol 2002/11/11 06:34:47 Modified:java/src/org/apache/soap/rpc Call.java Parameter.java RPCMessage.java Log: Added a little javadoc, mainly for ctors. Thanks to Jeremiah Johnson <[EMAIL PROTECTED]> for pointing out the usefulness of this. Re

cvs commit: xml-soap/java/samples/stockquote README StockQuoteService.java

2002-11-11 Thread snichol
snichol 2002/11/11 06:10:27 Modified:java/samples/stockquote README StockQuoteService.java Log: Use a service kindly created by xmethods.net to replace the previous service at the defunct xmltoday.com (which had been operated by Binary Evolution, creators of VelociGen

cvs commit: xml-soap TODO

2002-11-08 Thread snichol
snichol 2002/11/08 16:09:52 Modified:.TODO Log: Updated and re-ordered. Revision ChangesPath 1.9 +56 -50xml-soap/TODO Index: TODO === RCS file: /home/cvs/xml-soap/TODO,v

cvs commit: xml-soap/java/src/org/apache/soap/util/net SSLUtils.java

2002-11-07 Thread snichol
snichol 2002/11/07 20:32:37 Modified:java/src/org/apache/soap/util/net SSLUtils.java Log: Remove unnecessary dependency on Sun's JSSE implementation. Revision ChangesPath 1.9 +2 -4 xml-soap/java/src/org/apache/soap/util/net/SSLUtils.java

cvs commit: xml-soap/java/test/util - New directory

2002-11-06 Thread snichol
snichol 2002/11/06 15:53:28 xml-soap/java/test/util - New directory -- To unsubscribe, e-mail: <mailto:soap-dev-unsubscribe@;xml.apache.org> For additional commands, e-mail: <mailto:soap-dev-help@;xml.apache.org>

cvs commit: xml-soap/java/test/util MethodUtilsTest.java PackageTests.java

2002-11-06 Thread snichol
snichol 2002/11/06 15:56:12 Added: java/test/util MethodUtilsTest.java PackageTests.java Log: Add a pretty simple test of MethodUtils#getMethod to confirm its ability to pick methods correctly including polymorphism. Revision ChangesPath 1.1 xml-soap

cvs commit: xml-soap/java/src/org/apache/soap/rpc SOAPContext.java

2002-11-06 Thread snichol
snichol 2002/11/06 10:08:04 Modified:java/src/org/apache/soap/rpc SOAPContext.java Log: Submitted by: Pavel Ausianik <[EMAIL PROTECTED]> Create class constants against which to check type for base64 encoding, instead of creating new instances each time. Revision C

cvs commit: xml-soap/java/src/org/apache/soap/rpc RPCMessage.java

2002-11-06 Thread snichol
snichol 2002/11/06 07:11:08 Modified:java/samples/stringarray StringArrayClient.java java/src/org/apache/soap AttributeHandler.java Body.java Envelope.java Fault.java Header.java java/src/org/apache/soap/encoding

cvs commit: xml-soap/java/samples/addressbook ComplexRequest.java perftest.cmd perftest.sh

2002-11-04 Thread snichol
snichol 2002/11/04 11:05:53 Added: java/samples/addressbook ComplexRequest.java perftest.cmd perftest.sh Log: Submitted by: Pavel Ausianik ([EMAIL PROTECTED]) In discussion of what performance gains we got, I created a very simple performance test

cvs commit: xml-soap/java/src/org/apache/soap/util/xml QName.java XMLJavaMappingRegistry.java

2002-10-30 Thread snichol
snichol 2002/10/30 06:33:02 Modified:java/src/org/apache/soap/util/xml QName.java XMLJavaMappingRegistry.java Log: Require fewer memory allocations by doing four things QName.java: Use StringBuffer rather than String concatenation in toString

cvs commit: xml-soap/java/src/org/apache/soap/util/xml XMLParserUtils.java

2002-10-29 Thread snichol
snichol 2002/10/29 18:43:04 Modified:java/src/org/apache/soap/util/xml XMLParserUtils.java Log: By default, turn off expansion of entity references. cf. bugtraq post on 10/29/2002 by Gregory Steuck <[EMAIL PROTECTED]> (http://online.securityfocus.com/archive/1/297714/2

cvs commit: xml-soap/java/src/org/apache/soap/encoding/soapenc Base64.java

2002-10-24 Thread snichol
snichol 2002/10/24 08:16:41 Modified:java/src/org/apache/soap/encoding/soapenc Base64.java Log: Submitted by: Pavel Ausianik <[EMAIL PROTECTED]> Fix an ArrayOutOfBounds exception introduced by recent changes. Revision ChangesPath 1.4 +1 -1 xml-soa

cvs commit: xml-soap/java/src/org/apache/soap/util/xml XMLJavaMappingRegistry.java

2002-10-22 Thread snichol
snichol 2002/10/22 21:05:22 Modified:java/src/org/apache/soap/util/xml XMLJavaMappingRegistry.java Log: In mapTypes, only map Java type to XML type if a serializer was provided, and only map XML type to Java type if a deserializer was provided

cvs commit: xml-soap/java/src/org/apache/soap SOAPException.java

2002-10-18 Thread snichol
snichol 2002/10/18 13:27:18 Modified:java/src/org/apache/soap SOAPException.java Log: Override printStackTrace methods so that the trace for the targetException is also printed automatically. Revision ChangesPath 1.6 +39 -1 xml-soap/java/src/org/apache/soap

cvs commit: xml-soap/java/src/org/apache/soap/util/net HTTPUtils.java SSLUtils.java

2002-10-18 Thread snichol
snichol 2002/10/18 13:30:54 Modified:java/src/org/apache/soap/util/net HTTPUtils.java SSLUtils.java Log: Allow proxyUserName and proxyPassword to be used for SSL connection as well as straight HTTP. Move all auth string manipulation out of SSLUtils

cvs commit: xml-soap/java/docs/guide serializer.html

2002-10-18 Thread snichol
snichol 2002/10/18 08:49:13 Modified:java/docs/guide serializer.html Log: Add a code example of mapping types on the client. Revision ChangesPath 1.7 +40 -7 xml-soap/java/docs/guide/serializer.html Index: serializer.html

cvs commit: xml-soap/java/src/org/apache/soap Fault.java SOAPException.java

2002-10-18 Thread snichol
snichol 2002/10/18 06:52:30 Modified:java/src/org/apache/soap Fault.java SOAPException.java Log: SOAPException does not need to use cleanString. Removed its use there and added it to marshalling for Fault, where it is needed. Thanks to Pavel Ausianik for getting me to think

cvs commit: xml-soap/java/src/org/apache/soap/messaging Message.java

2002-10-18 Thread snichol
snichol 2002/10/18 06:36:00 Modified:java/docs changes.html java/src/org/apache/soap/rpc Call.java java/src/org/apache/soap/messaging Message.java Log: Submitted by: Pavel Ausianik <[EMAIL PROTECTED]> Here is a patch to enable clients to

cvs commit: xml-soap/java/src/org/apache/soap/util/net HTTPUtils.java

2002-10-15 Thread snichol
snichol 2002/10/15 20:58:11 Modified:java/docs changes.html java/src/org/apache/soap/util/net HTTPUtils.java Log: Submitted by Pavel Ausianik ([EMAIL PROTECTED]): Add client support for HTTP redirects. Revision ChangesPath 1.49 +1 -0 xml

cvs commit: xml-soap/java/docs/guide config.html

2002-10-15 Thread snichol
snichol 2002/10/15 20:33:20 Modified:java/docs/guide config.html Log: Add more information about securing the service manager and admin pages. Revision ChangesPath 1.7 +36 -1 xml-soap/java/docs/guide/config.html Index: config.html

cvs commit: xml-soap/java/src/org/apache/soap/rpc SOAPContext.java

2002-10-11 Thread snichol
snichol 2002/10/11 12:21:41 Modified:java/src/org/apache/soap/rpc SOAPContext.java Log: Fix an off-by-1 bug. See bugzilla 12745: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12745 Revision ChangesPath 1.12 +1 -1 xml-soap/java/src/org/apache/soap/rpc

cvs commit: xml-soap/java/src/org/apache/soap/providers CORBAProvider.java EntityEJBProvider.java StatefulEJBProvider.java StatelessEJBProvider.java

2002-10-11 Thread snichol
snichol 2002/10/11 11:41:42 Modified:java/docs changes.html java/src/org/apache/soap/providers CORBAProvider.java EntityEJBProvider.java StatefulEJBProvider.java StatelessEJBProvider.java Log: Support messaging in the

cvs commit: xml-soap TODO

2002-10-11 Thread snichol
snichol 2002/10/11 08:42:43 Modified:.TODO Log: Removed the 2.1 stuff and anything that was already done. Added notes where things seem at least partially done. Add all my TODOs and unsupported SOAP spec items as wish list. Revision ChangesPath 1.8

cvs commit: xml-soap/java/src/org/apache/soap Envelope.java

2002-10-11 Thread snichol
snichol 2002/10/11 08:02:05 Modified:java/src/org/apache/soap Envelope.java Log: Fix bug in which incorrect URI used for xsi prefix that was introduced with last set of changes. Revision ChangesPath 1.10 +1 -1 xml-soap/java/src/org/apache/soap/Envelope.java

cvs commit: xml-soap/java/docs/install index.html

2002-10-10 Thread snichol
snichol 2002/10/10 07:16:35 Modified:java/docs/install index.html Log: Explain and clarify class loading issues better, especially potential conflicts with optional packages (lib/ext) and the vagaries of application server class loaders. Revision ChangesPath 1.31

cvs commit: xml-soap/java/docs/install jetty411.html index.html

2002-10-08 Thread snichol
snichol 2002/10/08 07:49:53 Modified:java/docs/install index.html Added: java/docs/install jetty411.html Log: Add installation instructions for Jetty 4.1.1. Revision ChangesPath 1.30 +2 -1 xml-soap/java/docs/install/index.html Index: index.html

  1   2   >