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

2002-03-05 Thread rubys
rubys 02/03/05 02:00:51 Modified:java/src/org/apache/axis/utils tcpmon.java Log: > 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 c

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaDeployWriter.java JavaStubWriter.java JavaUndeployWriter.java

2002-03-05 Thread gdaniels
gdaniels02/03/05 06:02:13 Modified:java/src/org/apache/axis MessageContext.java java/src/org/apache/axis/client Call.java java/src/org/apache/axis/deployment/wsdd WSDDConstants.java WSDDOperation.java WSDDService.java

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

2002-03-05 Thread dims
dims02/03/05 06:19:57 Modified:java/src/org/apache/axis Constants.java java/src/org/apache/axis/encoding DefaultTypeMappingImpl.java Log: adding support for "http://www.w3.org/2001/XMLSchema:date".; "date" is a perfectly valid XML Schema d

date vs dateTime (was: cvs commit: xml-axis/java/src/org/apache/axis/encodingDefaultTypeMappingImpl.java)

2002-03-05 Thread Russell Butek
WARNING!! WARNING!! You've just broken WSDL->Java->WSDL roundtripping! WSDL date -> Java Date -> WSDL dateTime. Last week at the interop meetings we've discovered that we really need WSDL->Java->WSDL roundtripping for the round III group D tests. You've introduced a case where a group D scena

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava Emitter.java JavaBindingWriter.java JavaDefinitionWriter.java

2002-03-05 Thread butek
butek 02/03/05 06:52:06 Modified:java/src/org/apache/axis/utils resources.properties java/src/org/apache/axis/wsdl WSDL2Java.java java/src/org/apache/axis/wsdl/toJava Emitter.java JavaBindingWriter.java JavaDefinitionWriter.java

cvs commit: xml-axis/java/test/wsdl/interop3/groupE Interop3GroupE.xml

2002-03-05 Thread butek
butek 02/03/05 06:52:53 Modified:java/test/wsdl Wsdl2javaAntTask.java Wsdl2javaTestSuite.xml java/test/wsdl/interop3/groupE Interop3GroupE.xml Log: Cleaned up WSDL2Java behavior of --skeleton/--skeletonDeploy - --skeleton is now --server-side - --skeletonDeploy

Re: date vs dateTime (was: cvs commit: xml-axis/java/src/org/apache/axis/encoding DefaultTypeMappingImpl.java)

2002-03-05 Thread Davanum Srinivas
Russell, How do i fix it? Any pointers? I ran "all-tests" before checking the code in. Thanks, dims --- Russell Butek <[EMAIL PROTECTED]> wrote: > WARNING!! WARNING!! > > You've just broken WSDL->Java->WSDL roundtripping! > > WSDL date -> Java Date -> WSDL dateTime. > > Last week at the int

Re: date vs dateTime (was: cvs commit: xml-axis/java/src/org/apache/axis/encodingDefaultTypeMappingImpl.java)

2002-03-05 Thread Russell Butek
The only way to fix this is to have a different Java class for date vs dateTime. Do we really want to roll our own DateTime class? I don't know whether we want to fix it. I just want us all to be aware that we WILL have users run into this issue and that we WILL have to admit that it's broken,

Re: date vs dateTime (was: cvs commit: xml-axis/java/src/org/apache/axis/encoding DefaultTypeMappingImpl.java)

2002-03-05 Thread Davanum Srinivas
Russell, Quick Question. I see byte[].class used with XSD_HEXBIN, SOAP_BASE64 and XSD_BASE64...How is dateTime/date different? Thanks, dims --- Russell Butek <[EMAIL PROTECTED]> wrote: > The only way to fix this is to have a different Java class for date vs > dateTime. Do we really want to ro

RE: date vs dateTime (was: cvs commit: xml-axis/java/src/org/apache/axis/encoding DefaultTypeMappingImpl.java)

2002-03-05 Thread Glen Daniels
I got one word for you, Russell. Can you guess what it is? :) Yup, METADATA! Many-to-one mappings are fine, as long as you have enough information to know what you need to do. On the incoming side, we can feel free to accept any XML type which we know how to coerce to the appropriate Java t

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

2002-03-05 Thread gdaniels
gdaniels02/03/05 09:20:24 Modified:java/src/org/apache/axis/client Call.java Log: Cache the transport packages we've already added to the system property, and only update when we need to. Revision ChangesPath 1.87 +28 -15xml-axis/java/src/org/apache/axis/clien

Group D doc/lit tests

2002-03-05 Thread Simon Fell
I'm seeing failures on all the group D doc/lit tests currently full wire dumps linked off http://www.pocketsoap.com/weblog/soapInterop/r3/groupD.html Cheers Simon www.pocketsoap.com 42.42 42 http://schemas.xmlsoap.org/soap/envelope/"; xmlns:a="http://soapinterop.org/xsd"; xmlns:XS="http:

RE: Group D doc/lit tests

2002-03-05 Thread Glen Daniels
Hi Simon! Haven't taken a close look at this yet, but ? Should that be in there? > -Original Message- > From: Simon Fell [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 05, 2002 12:43 PM > To: [EMAIL PROTECTED] > Subject: Group D doc/lit tests > > > I'm seeing failures on all the gr

Re: Group D doc/lit tests

2002-03-05 Thread Simon Fell
as far as i know it should be there, here's the chunk of the schema (this is from interopDocLitParams) Cheers Simon On Tue, 5 Mar 2002 13:17:13 -0500 , in soap you wrote: >Hi Simon! > >Haven't taken a close look at this yet, but ? Should that be in there? > >> -Original M

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

2002-03-05 Thread gdaniels
gdaniels02/03/05 10:38:21 Modified:java/src/org/apache/axis/encoding SerializationContextImpl.java Log: Fix typo causing getSerializerForJavaType() to always return null. Submitted by Taras Shkvarchuk [[EMAIL PROTECTED]] Revision ChangesPath

Broken GUMP - but no e-mail?

2002-03-05 Thread Theodore W. Leung
The gump runs for Axis have been failing for the past few days, but there haven't been any e-mails sent. Is something broken on the gump server? Part of the problem is that the gump run occurs with transparent signing turned on, and that is masking a problem with the functional tests. There are

Today's chat log

2002-03-05 Thread Glen Daniels
#ApacheAxis.DALnet.20020305.log Description: Binary data

Re: Broken GUMP - but no e-mail?

2002-03-05 Thread Sam Ruby
Gump has been looking for the regular expression /BUILD FAILED/ in order to trigger e-mails. Now I just added a trigger for /timed out/ too. IMHO, the build and regression test should be completable in 20 minutes... - Sam Ruby

jdk version required for axis alpha 3 release

2002-03-05 Thread Chatterjee, Surojit
What version of jdk is required for using Axis Alpha release 3? Thanks, Surojit Chatterjee (703) 620-4700 x 770 [EMAIL PROTECTED] iBasis - Speech Solutions

Re: Broken GUMP - but no e-mail?

2002-03-05 Thread Theodore W. Leung
Then we definitely don't want signing turned on. It take well over that right now. Ted On Tue, 2002-03-05 at 12:37, Sam Ruby wrote: > Gump has been looking for the regular expression /BUILD FAILED/ in order to > trigger e-mails. Now I just added a trigger for /timed out/ too. IMHO, > the buil