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

2003-01-25 Thread stevel
stevel 2003/01/25 13:58:00 Modified:java/src/org/apache/axis SOAPPart.java Log: more tabs to spaces Revision ChangesPath 1.54 +3 -3 xml-axis/java/src/org/apache/axis/SOAPPart.java Index: SOAPPart.java =

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

2003-01-15 Thread dims
dims2003/01/15 06:06:09 Modified:java/src/org/apache/axis/i18n resource.properties java/src/org/apache/axis SOAPPart.java Log: Fix for Bug 16098 - NullPointerException in SOAPPart.setContent from [EMAIL PROTECTED] (Claus Nyhus Christensen) Fix for Bug 16099

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

2002-11-17 Thread dims
dims2002/11/17 16:37:13 Modified:java/src/org/apache/axis SOAPPart.java Log: 1. Fix for Bug 14602 - SOAPPart.setCurrentForm serializes complete message when debug is not enabled 2. Remove extra ("yup") log.debug's Revision ChangesPath 1.51 +0 -4 xml-a

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

2002-09-22 Thread James M Snell
rineholt2002/09/22 11:27:50 Modified:java/src/org/apache/axis SOAPPart.java Log: Preserve processed header elements between getAsBytes and getAsString operations this use case (i.e. logging) is far too common to just dump them between forms. More than likely there is a much more elegant w

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

2002-09-22 Thread rineholt
rineholt2002/09/22 11:27:50 Modified:java/src/org/apache/axis SOAPPart.java Log: Preserve processed header elements between getAsBytes and getAsString operations this use case (i.e. logging) is far too common to just dump them between forms. More than likely there is a much more

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

2002-07-01 Thread dims
dims2002/07/01 07:48:00 Modified:java/src/org/apache/axis/attachments AttachmentPart.java java/src/org/apache/axis/utils axisNLS.properties java/src/org/apache/axis SOAPPart.java Log: Fixes for SAAJ compliance. Revision ChangesPath 1.15

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

2002-05-31 Thread glyn
glyn2002/05/31 01:33:26 Modified:java/src/org/apache/axis SOAPPart.java Log: Add exception processing. Revision ChangesPath 1.24 +2 -3 xml-axis/java/src/org/apache/axis/SOAPPart.java Index: SOAPPart.java ==

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

2002-03-12 Thread gdaniels
gdaniels02/03/12 11:04:21 Modified:java/samples/transport/tcp TCPListener.java java/src/org/apache/axis SOAPPart.java Log: Throw faults which occur during serialization, instead of making the SOAPPart's value equal to the serialized fault. Revision Changes

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

2002-02-12 Thread rineholt
rineholt02/02/12 07:45:19 Modified:java/src/org/apache/axis SOAPPart.java Log: Patch supplied by: Taras Shkvarchuk <[EMAIL PROTECTED]> Revision ChangesPath 1.9 +18 -3 xml-axis/java/src/org/apache/axis/SOAPPart.java Index: SOAPPart.java ==

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

2002-01-31 Thread gdaniels
gdaniels02/01/31 14:21:11 Modified:java/src/org/apache/axis SOAPPart.java Log: When you write utility functions, it's a good idea to... oh, I don't know... USE THEM?? :) Revision ChangesPath 1.8 +1 -6 xml-axis/java/src/org/apache/axis/SOAPPart.java

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

2002-01-31 Thread gdaniels
gdaniels02/01/31 13:36:48 Modified:java/src/org/apache/axis SOAPPart.java Log: If we have problems serializing a message, attempt to serialize the resultant fault instead. Before this we were getting blank faults for serialization errors on the server side. Revision Chang