Axis Beta 2 Questoins

2002-06-26 Thread Benjamin Szekely
I was working with Axis back in october before the release and I haven't played with it in a while so I'm trying to get caught up. My project involved writing new transports. Now, in the old version, there was a client_config.xml file which allowed me to describe the senders for the different tr

DO NOT REPLY [Bug 9717] - wsdl2java doesn't seem to understand some of the basic schema types

2002-06-26 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_bu

handling java.lang.Error

2002-06-26 Thread John Gregg
Hi all. I checked the developer's guide but didn't see an answer. I tend to see a lot of catch clauses that specify either AxisFault or Exception but not Throwable. Is there a particular reason for this? I tend to put a catch (Throwable t) as my last line of defense before my app sends a respo

DO NOT REPLY [Bug 8476] - Serialization: problem with multiRef id for complex call parms

2002-06-26 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_bu

RE: [PATCH] for RPCProvider.java

2002-06-26 Thread John Gregg
I looked for some tests that I could add to, but that test was more than a little opaque! Being the simpleton that I am, I expected to find a nice call to checkMethodName() somewhere in the tests dir. john -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf O

DO NOT REPLY [Bug 8476] - Serialization: problem with multiRef id for complex call parms

2002-06-26 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_bu

DO NOT REPLY [Bug 9659] - SimpleDeser cannot handle structured data!

2002-06-26 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_bu

cvs commit: xml-axis/java/test/wsdl/echo ComplexEchoServiceSoapBindingImpl.java ComplexEchoServiceTestCase.java

2002-06-26 Thread dims
dims2002/06/26 14:44:22 Added: java/test/wsdl/echo ComplexEchoServiceSoapBindingImpl.java ComplexEchoServiceTestCase.java Log: Forgot additional files for 10247 testcase. Revision ChangesPath 1.1 xml-axis/java/test/wsdl/ech

DO NOT REPLY [Bug 10247] - holders not generated even though they are referenced.

2002-06-26 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/echo echo.wsdl

2002-06-26 Thread dims
dims2002/06/26 14:23:52 Modified:java/src/org/apache/axis/wsdl/toJava JavaGeneratorFactory.java java/test/wsdl Wsdl2javaTestSuite.xml Added: java/test/wsdl/echo echo.wsdl Log: - Fix for 10247 : holders not generated even though they

cvs commit: xml-axis/java build.xml

2002-06-26 Thread dims
dims2002/06/26 14:20:35 Modified:java build.xml Log: Don't need excalibur.jar. Revision ChangesPath 1.153 +0 -1 xml-axis/java/build.xml Index: build.xml === RCS file: /home/cvs/xml-

DO NOT REPLY [Bug 10261] - Build problem

2002-06-26 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 10261] New: - Build problem

2002-06-26 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/echo - New directory

2002-06-26 Thread dims
dims2002/06/26 14:03:19 xml-axis/java/test/wsdl/echo - New directory

RE: [PATCH] for RPCProvider.java

2002-06-26 Thread Tom Jordahl
Looks good. -- Tom Jordahl Macromedia -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 4:10 PM To: [EMAIL PROTECTED] Cc: 'John Gregg' Subject: RE: [PATCH] for RPCProvider.java Tom, I added some testcases. Can you please review those

RE: [PATCH] for RPCProvider.java

2002-06-26 Thread Davanum Srinivas
Tom, I added some testcases. Can you please review those too? Thanks, dims --- Tom Jordahl <[EMAIL PROTECTED]> wrote: > > John, > > Thanks for the patch, I just checked it in. > > -- > Tom Jordahl > > > -Original Message- > From: John Gregg [mailto:[EMAIL PROTECTED]] > Sent: Wednesd

cvs commit: xml-axis/java/test/RPCDispatch TestRPC.java

2002-06-26 Thread dims
dims2002/06/26 13:08:39 Modified:java/test/RPCDispatch TestRPC.java Log: Added test cases for testing comma-delimited, space-delimited, '*' in allowedMethods. Revision ChangesPath 1.41 +78 -1 xml-axis/java/test/RPCDispatch/TestRPC.java Index: TestRPC.ja

RE: [PATCH] for RPCProvider.java

2002-06-26 Thread Tom Jordahl
John, Thanks for the patch, I just checked it in. -- Tom Jordahl -Original Message- From: John Gregg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 3:20 PM To: [EMAIL PROTECTED] Subject: [PATCH] for RPCProvider.java Hi all, I discovered the hard way that RPCProvider.java

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

2002-06-26 Thread tomj
tomj2002/06/26 12:36:41 Modified:java/src/org/apache/axis/providers/java RPCProvider.java Log: Patch from John Gregg [[EMAIL PROTECTED]]: I discovered the hard way that RPCProvider.java doesn't like comma-delimited allowed methods even though the docs claim it's ok. Sure

RE: Date vs Calendar roundtripping

2002-06-26 Thread Tom Jordahl
  Russell,   If you haven't got this on this list of issues yet, I would put it there. Since users are reporting bugs against our lack of Schema type support, I would love to get a JAX-RPC opinion on this round trip issue.   Although I believe the RI doesn't generate WSDL, they embedded it i

[PATCH] for RPCProvider.java

2002-06-26 Thread John Gregg
Hi all, I discovered the hard way that RPCProvider.java doesn't like comma-delimited allowed methods even though the docs claim it's ok. Sure enough, the only delimiter specified in the StringTokenizer is a space. I made the change and did some minor testing. I tested a space, a comma, and a c

Re: Duplicate QName class

2002-06-26 Thread rsitze
It solves the immediate problem from the perspective of AXIS. *** Richard A. Sitze[EMAIL PROTECTED] CORBA Interoperability & WebServices IBM WebSphere Development Jeremy Hughes/UK/IBM@IBMGB Jeremy Hughes/UK/IBM@IBMGB 06/26/2002 11:36 A

cvs commit: xml-axis/java/test/wsdl/_import ImportMessagesXSDImport.wsdl

2002-06-26 Thread tomj
tomj2002/06/26 12:07:32 Modified:java/src/org/apache/axis/wsdl/symbolTable SymbolTable.java java/test/wsdl/_import ImportMessagesXSDImport.wsdl Log: Fix a problem with imports that prevented a file based WSDL from importing a http specified file. Also skip

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

2002-06-26 Thread tomj
tomj2002/06/26 12:05:10 Modified:java/test/utils TestJavaUtils.java java/src/org/apache/axis/utils JavaUtils.java Log: Fix a bug in xmlNameToJava() function which prevented the serializer and deserializer from find the meta-data in beans for elements like A1_AAA

cvs commit: xml-axis/java/src/org/apache/axis/deployment/wsdd/providers WSDDHandlerProvider.java

2002-06-26 Thread dims
dims2002/06/26 11:34:58 Modified:java/src/org/apache/axis/deployment/wsdd WSDDDeployableItem.java WSDDDeployment.java WSDDDocument.java WSDDException.java WSDDGlobalConfiguration.java WSDDUndeployment.java

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

2002-06-26 Thread dims
dims2002/06/26 11:22:25 Modified:java/src/org/apache/axis/configuration XMLStringProvider.java Log: - cleanup imports. Revision ChangesPath 1.7 +0 -1 xml-axis/java/src/org/apache/axis/configuration/XMLStringProvider.java Index

cvs commit: xml-axis/java/src/org/apache/axis/deployment DeploymentDocument.java DeploymentRegistry.java

2002-06-26 Thread dims
dims2002/06/26 11:20:31 Removed: java/src/org/apache/axis/deployment DeploymentDocument.java DeploymentRegistry.java Log: - Remove unused code. - cleanup imports.

cvs commit: xml-axis/java/src/org/apache/axis/deployment/wsdd/providers WSDDBsfProvider.java WSDDComProvider.java WSDDHandlerProvider.java WSDDJavaEJBProvider.java WSDDJavaMsgProvider.java WSDDJavaRPCProvider.java

2002-06-26 Thread dims
dims2002/06/26 11:19:08 Modified:java/src/org/apache/axis/deployment DeployableItem.java java/src/org/apache/axis/deployment/wsdd WSDDBeanMapping.java WSDDChain.java WSDDDeployableItem.java WSDDDeployment.java

DO NOT REPLY [Bug 10241] - redeployment with new jar doesn't replace old version of service

2002-06-26 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/encoding DeserializationContextImpl.java

2002-06-26 Thread dims
dims2002/06/26 10:20:47 Modified:java/src/org/apache/axis/encoding DeserializationContextImpl.java Removed: java/src/org/apache/axis ConfigurationProvider.java SerializationException.java Supplier.java java/src/org

HashMap/Hashtable, nil/null and timing.

2002-06-26 Thread costinm
I have 3 problems. First, I noticed that apache-soap is sometimes using 'null' while axis is using 'nil'. I have no idea why this happens - but it affects the interoperability ( i.e. can't make calls from apache-soap to axis ). I have a simple patch that would accept null - let me know if I can s

DO NOT REPLY [Bug 10056] - EJBProvider requires "className" parameter

2002-06-26 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: Duplicate QName class

2002-06-26 Thread Jeremy Hughes
The people on the JSR 110 call yesterday decided to move javax.xml.namespace.QName out into a separate jar ... see minutes posting yesterday. So when the WSDL4J build.xml has changed to reflect this, WSDL4J will build wsdl4j.jar (which won't contain QName) plus another small jar not dissimilar to

RE: Duplicate QName class

2002-06-26 Thread Tom Jordahl
  Seems to me like option 2 is the long term way to go, but I don't have any strong feelings about it.   -- Tom Jordahl Macromedia   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Tuesday, June 25, 2002 5:57 PMTo: [EMAIL PROTECTED]Cc: [EMAIL PROTECTED]Sub

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers/jms WSIFOperation_Jms.java

2002-06-26 Thread antelder
antelder2002/06/26 09:00:28 Modified:java/samples/addressbook/wsifservice AddressBook.wsdl java/src/org/apache/wsif/providers/jms WSIFOperation_Jms.java Log: Fix native JMS provider handling of the jms:input attribute Revision Changes

DO NOT REPLY [Bug 9717] - wsdl2java doesn't seem to understand some of the basic schema types

2002-06-26 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_bu

DO NOT REPLY [Bug 9717] - wsdl2java doesn't seem to understand some of the basic schema types

2002-06-26 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_bu

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/wsdl WSIFWSDLLocatorImpl.java

2002-06-26 Thread owenb
owenb 2002/06/26 07:08:53 Modified:java/test/wsdl ClassLoaderTest.java java/src/org/apache/wsif/util WSIFUtils.java Added: java/src/org/apache/wsif/wsdl WSIFWSDLLocatorImpl.java Log: Removed read methods which take ClassLoaders as arguments and replaced w

DO NOT REPLY [Bug 10247] - holders not generated even though they are referenced.

2002-06-26 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 10247] New: - holders not generated even though they are referenced.

2002-06-26 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: DO NOT REPLY [Bug 10246] New: - dynamic class

2002-06-26 Thread Glyn Normington
I added the following comment but, ho hum, forgot to copy axis-dev. Glyn --- Additional Comments From Glyn Normington 2002-06-26 14:00 --- Note that class unloading has some gotcha's. You can't reliably reload a class into the same classloader. If you use multiple classloaders which are

DO NOT REPLY [Bug 10246] - dynamic classdynamic class/jar loading mechanism

2002-06-26 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 10246] New: - dynamic class

2002-06-26 Thread bugzilla
dynamic class/jar loading mechanism 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. htt

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

2002-06-26 Thread gdaniels
gdaniels2002/06/26 06:08:35 Modified:java/src/org/apache/axis/utils tcpmon.java Log: Fix bug which was causing an ArrayIndexOutOfBounds exception (I discovered this problem while doing a presentation demoing Axis :)) Revision ChangesPath 1.40 +2 -1 xml-axis/j

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/compiler/schema/tools Schema2Java.java

2002-06-26 Thread antelder
antelder2002/06/26 06:07:56 Modified:java/src/org/apache/wsif/compiler/schema/tools Schema2Java.java Log: Change Schema2Java to lazy initialize the workingDirectory and wrap the getProperty in a DoPrivileged call Revision ChangesPath 1.4 +2

DO NOT REPLY [Bug 10241] - redeployment with new jar doesn't replace old version of service

2002-06-26 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/transport/http SimpleAxisServer.java

2002-06-26 Thread glyn
glyn2002/06/26 05:53:06 Modified:java/src/org/apache/axis/transport/http SimpleAxisServer.java Log: Tidy up retry loop in main method and avoid trying to interrupt one (!) of the worker threads when we are about to kill the JVM. Revision Changes

DO NOT REPLY [Bug 10241] - redeployment with new jar doesn't replace old version of service

2002-06-26 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 10241] New: - redeployment with new jar doesn't replace old version of service

2002-06-26 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