cvs commit: xml-axis/java/test/wsdl/roundtrip RoundtripTestServiceTestCase.java RoundtripTestSoapBindingImpl.java

2002-10-10 Thread scheu
scheu 2002/10/10 15:04:12 Modified:java/test/wsdl/roundtrip RoundtripTestServiceTestCase.java RoundtripTestSoapBindingImpl.java Log: I tried running the roundtrip fault tests with checks to see if the data is being flowed over the wire. Apparently th

sync in JavaProvider

2002-10-10 Thread Doug Davis
Glen, It looks like (according to cvs) you added the sync blocks in JavaProvider and its cause use some problems. I'm trying to understand why those sync blocks were added. From what I can tell they don't prevent multiple threads from clobbering each others service object that's stored in

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

2002-10-10 Thread rsitze
rsitze 2002/10/10 14:21:58 Modified:java/lib commons-discovery.jar Log: Backed out last change, correct fix was in axis. Revision ChangesPath 1.17 +90 -157 xml-axis/java/lib/commons-discovery.jar <>

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java

2002-10-10 Thread butek
butek 2002/10/10 13:58:47 Modified:java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java Log: SymbolTable.populateBindings has had two symbolTablePut calls for some time now, but only today did it start complaining about it. Since we don't need them both, I've gotten rid

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

2002-10-10 Thread scheu
scheu 2002/10/10 13:48:05 Modified:java/tools/org/apache/axis/tools/ant/wsdl Java2WsdlAntTask.java Log: Added setUse Revision ChangesPath 1.6 +5 -0 xml-axis/java/tools/org/apache/axis/tools/ant/wsdl/Java2WsdlAntTask.java Index:

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

2002-10-10 Thread rsitze
rsitze 2002/10/10 13:47:01 Modified:java/src/org/apache/axis/i18n resource.properties java/src/org/apache/axis/components/net SocketFactoryFactory.java java/docs integration-guide.html java/src/org/apache/axis/configu

DO NOT REPLY [Bug 13512] - WSDL for java.util.List uses xsd:anyType rather than soapenc:Array

2002-10-10 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_b

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaServiceImplWriter.java

2002-10-10 Thread butek
butek 2002/10/10 13:36:31 Modified:java/src/org/apache/axis/wsdl/toJava JavaServiceImplWriter.java Log: The generated locator methods getPort and getPorts were not complete when a service had multiple ports. Revision ChangesPath 1.28 +23

Re: JSSE Security - change direction...

2002-10-10 Thread Richard Sitze
Great, so here is what I'm going to do: - Rename 'JDK14JSSESocketFactory' back to 'JSSESocketFactory'. Strip out sun specific code. Behaviour should be equivalent to DefaultSecureSocketFactory, but code is cleaner. [The significant difference between the two is that DefaultSecureSocketFacto

DO NOT REPLY [Bug 13512] New: - WSDL for java.util.List uses xsd:anyType rather than soapenc:Array

2002-10-10 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_b

cvs commit: xml-axis/java/test/wsdl/sequence SequenceService.java

2002-10-10 Thread scheu
scheu 2002/10/10 12:56:46 Modified:java/src/org/apache/axis AxisFault.java java/src/org/apache/axis/client Service.java java/src/org/apache/axis/deployment/wsdd WSDDDocument.java java/src/org/apache/axis/handlers EchoHandler.java

DO NOT REPLY [Bug 13509] - WSDL generation broken

2002-10-10 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_b

DO NOT REPLY [Bug 13509] - WSDL generation broken

2002-10-10 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_b

DO NOT REPLY [Bug 13509] - WSDL generation broken

2002-10-10 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_b

DO NOT REPLY [Bug 13509] New: - WSDL generation broken

2002-10-10 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_b

Re: JSSE Security - change direction...

2002-10-10 Thread Davanum Srinivas
Folks, Sorry for the silence. Was at soapbuilders last 2 days and catching up on work since this morning. It all started with Costin wanting to hook in support for "untrusted SSL certs" (See http://marc.theaimsgroup.com/?l=axis-dev&m=101623382815671&w=2). You all know where we stand now...

DO NOT REPLY [Bug 13149] - Client requires servlet.jar

2002-10-10 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_b

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

2002-10-10 Thread rsitze
rsitze 2002/10/10 11:35:24 Modified:java/lib commons-discovery.jar Log: Cause loadClass to force linking of class for JDK14. Only return classes that really can be loaded, preventing future surprises.. Revision ChangesPath 1.16 +156 -94 xml-axis/java/lib/co

DO NOT REPLY [Bug 13149] - Client requires servlet.jar

2002-10-10 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_b

Re: JSSE Security - change direction...

2002-10-10 Thread Richard Sitze
Doug, it appears that the most significant differences are: 1. The JSSE code uses Transport Layer Security (TLS) instead of Secure Sockets Layer (SSL). Can't say *why* this is significant or desirable as a default... 2. Default use of System.getProperty("user.home") + "/.keystore" for

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

2002-10-10 Thread scheu
scheu 2002/10/10 10:22:55 Modified:java/src/org/apache/axis/i18n resource.properties java/src/org/apache/axis/providers/java JavaProvider.java java/src/org/apache/axis/wsdl Java2WSDL.java java/src/org/apache/axis/wsdl/fromJava Emitter.java

DO NOT REPLY [Bug 13149] - Client requires servlet.jar

2002-10-10 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_b

DO NOT REPLY [Bug 13149] - Client requires servlet.jar

2002-10-10 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_b

Re: why does AdminClient need the servlet API?

2002-10-10 Thread Richard Sitze
This is bugzilla #13149. I've verified that the fix IS in 1.0... so there is something else going on. Would you provide a dump of everything you see on output? Thanks, *** Richard A. Sitze IBM WebSphere WebServices Development "Ulrich Winter" <[EMA

DO NOT REPLY [Bug 13393] - Axis requires SUN JSSE Impl

2002-10-10 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_b

DO NOT REPLY [Bug 13393] - Axis requires SUN JSSE Impl

2002-10-10 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_b

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

2002-10-10 Thread butek
butek 2002/10/10 08:12:15 Modified:java/src/org/apache/axis/i18n resource.properties java/src/org/apache/axis/wsdl/fromJava Emitter.java java/src/org/apache/axis/wsdl/symbolTable FaultInfo.java java/src/org/apache/axis/wsdl/toJava

cvs commit: xml-axis-wsif/java/test/util WSIFTestRunner.java

2002-10-10 Thread whitlock
whitlock2002/10/10 08:07:04 Modified:java/test/util WSIFTestRunner.java Log: Add JmsFaultTest Revision ChangesPath 1.16 +4 -1 xml-axis-wsif/java/test/util/WSIFTestRunner.java Index: WSIFTestRunner.java

cvs commit: xml-axis-wsif/java/test/org/apache/wsif/util/jms NativeJMSRequestListener.java

2002-10-10 Thread whitlock
whitlock2002/10/10 07:51:44 Modified:java/src/org/apache/wsif/wsdl/extensions/jms JMSFaultPropertySerializer.java JMSFaultProperty.java JMSPropertySerializer.java java/test/jms JmsFaultTest.java JmsFault.wsdl

RE: [VOTE] Again for explicitHeaderWork (Glen)

2002-10-10 Thread St-Germain, Sylvain
Good, I'll try to do this before the end of this week. -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 5:56 PM To: [EMAIL PROTECTED] Subject: RE: [VOTE] Again for explicitHeaderWork (Glen) Sylvain, Please open a bugzilla enhancemen

why does AdminClient need the servlet API?

2002-10-10 Thread Ulrich Winter
Hi, My AdminClient throws a [java] java.lang.NoClassDefFoundError: javax/servlet/ServletContext That occurs during initialization of the engine configuration from within org.apache.axis.configuration.EngineConfigurationFactoryFinder. Shouldn't AdminClient be usable from within a naked j2se envi

Axis and Tomcat 3

2002-10-10 Thread Reynardine
Hello, I am new to the list and have checked the Axis FAQ's but cannot find an answer to this question. Can Axis work on Tomcat 3 ? I know Tomcat 4 is better but I am using a web host running Tomcat 3 shared by many users who are happy with Tomcat 3. I would prefer to install and use Axis st

Re: JSSE Security - change direction...

2002-10-10 Thread Doug Davis
Richard (or perhaps its Dims), Can I ask you to do me a favor and really dumb down this discussion for a moment because I'm still not clear on the entire need for this "architecture" - it feels like its a solution looking for a problem. Let's start with a very basic question - looking at B

Re: [WSIF] Overriding the default timeout values on a wsif operationrequest

2002-10-10 Thread Jeremy Hughes
+1 for that. Jeremy A small change to the below proposal: To match with the existing WSIF usage of the context message I think the order of choosing the timeout values should be: 1 - WSDL jms:property 2 - WSIF context message 3 - WSDL jms:propertyValue 4 - wsif.properties ...ant An