cvs commit: xml-axis/java/samples/attachments EchoAttachment.java

2002-02-26 Thread rineholt
rineholt02/02/26 18:57:22 Modified:java/samples/attachments EchoAttachment.java Log: Fix to reflect that arrays types are now returned instead of ArrayList. Revision ChangesPath 1.8 +8 -10 xml-axis/java/samples/attachments/EchoAttachment.java Index: EchoAt

Small problems with tcpmon

2002-02-26 Thread costinm
Hi, I run into 2 small bugs - the diff solves the problem for me, maybe for others :-) First, on some VMs the SocketRR will hung for a very long time. That's because even if close() is called on the socket, the read() will remain blocked. Adding a soTimeout and checking for done solves this. T

cvs commit: xml-axis/java/test/wsdl/types VerifyTestCase.java

2002-02-26 Thread tomj
tomj02/02/26 16:12:40 Modified:java/samples/transport/tcp Tag: TomAndGlen TCPSender.java java/src Tag: TomAndGlen log4j.properties java/src/org/apache/axis Tag: TomAndGlen MessageContext.java java/src/org/apache/axis/client Tag: TomAndGle

cvs commit: xml-axis/java/test/wsdl/types ComprehensiveTypes.wsdl VerifyTestCase.java

2002-02-26 Thread scheu
scheu 02/02/26 14:59:30 Modified:java/src/org/apache/axis/encoding/ser ArraySerializer.java java/test/wsdl Wsdl2javaTestSuite.xml java/test/wsdl/interop3 Import2TestCase.java java/test/wsdl/types ComprehensiveTypes.wsdl

cvs commit: xml-axis/java/test/wsdl Wsdl2javaTestSuite.xml

2002-02-26 Thread tomj
tomj02/02/26 14:23:43 Modified:java/test/wsdl Wsdl2javaTestSuite.xml Log: Delete round trip work directories to prevent errors when repeating the test. Revision ChangesPath 1.79 +2 -0 xml-axis/java/test/wsdl/Wsdl2javaTestSuite.xml Index: Wsdl2javaTestS

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

2002-02-26 Thread tomj
tomj02/02/26 13:15:33 Modified:java/src/org/apache/axis/encoding/ser BeanPropertyTarget.java Log: Don't dereference a null pointer when logging an error in setValue. Revision ChangesPath 1.4 +10 -5 xml-axis/java/src/org/apache/axis/

cvs commit: xml-axis/java/lib commons-logging.jar

2002-02-26 Thread rsitze
rsitze 02/02/26 11:49:51 Modified:java/lib commons-logging.jar Log: corrections made to class loader logic Revision ChangesPath 1.2 +159 -141 xml-axis/java/lib/commons-logging.jar <>

RE: Does Axis support https transport ?

2002-02-26 Thread Davanum Srinivas
Can you do us a favor? A small doc (code-snippet?) perhaps that we could add to Axis's documentation? Thanks, dims --- "KUMAR,PANKAJ (HP-Cupertino,ex1)" <[EMAIL PROTECTED]> wrote: > The instructions worked like a charm :). Thanks again. > > /Pankaj. > > -Original Message- > From: Davan

RE: Does Axis support https transport ?

2002-02-26 Thread KUMAR,PANKAJ (HP-Cupertino,ex1)
The instructions worked like a charm :). Thanks again. /Pankaj. -Original Message- From: Davanum Srinivas To: [EMAIL PROTECTED] Sent: 2/25/02 11:33 AM Subject: Re: Does Axis support https transport ? Pankaj, Please take a look at http://xml.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_

Bug in AxisServlet?

2002-02-26 Thread Adam.Leggett
Hi, Currently using axis alpha3. I was trying to get my Handler to trigger the sending back of a 401 to the client (.NET interop problem) Before (Line 490): if ( e instanceof AxisFault ) { AxisFault af = (AxisFault) e ; if ( "Server.Unauthorized".equals( af.getF

cvs commit: xml-axis/java/src/org/apache/axis/utils resources.properties

2002-02-26 Thread tomj
tomj02/02/26 07:23:22 Modified:java/src/org/apache/axis/transport/http SimpleAxisServer.java java/src/org/apache/axis/utils resources.properties Log: Print the port number for SimpleAxisServer on startup in info message. Revision Chan

[GUMP] Build Failure - Axis

2002-02-26 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml setenv: [mkdir] Created dir: /home/rubys/jakarta/x

ClassNotFoundException: test.wsdl.interop3.absimport2.definitions.SoapInteropImport2PortType

2002-02-26 Thread Glyn Normington
Anyone else hitting this build failure? Glyn [java2wsdl] Running Java2WsdlAntTask with parameters: [java2wsdl]namespace:http://soapinterop.org/definitions/ [java2wsdl]PkgtoNS:{test.wsdl.interop3.import2=http://soapinterop.org/main/, test.wsdl.interop3.import2.definitions=http://soapinter

Chat reminder

2002-02-26 Thread Glen Daniels
Axis IRC chat today at 1PM EST, 10AM PST, etc. Server : irc.dal.net or your fave DALNet server Channel: #ApacheAxis Today's agenda will likely consist entirely of the WSDL interop event which starts tonight. Tom and I have been pounding on the document/literal support, which we should have nail

Re: Full Constructor Issue: was Re: cvs commit: xml-axis/java/test/wsdl/interop3/groupE/clientInteropTestDocLitServiceTestCase.java InteropTestRpcEncServiceTestCase.java

2002-02-26 Thread Glyn Normington
A retrospective +1 FWIW. Glyn