Re: Deserialization broken ? ( both beta and nightly )

2002-03-19 Thread costinm
I thing the problem is related with DeserializerContextImpl.fixups By adding some loggings, it seems getFixupDeserializer is called a lot, but I never saw any calls to setFixupDeserializer. It seems the only place that could set it is registerElementById, but on all calls to the method fixups==nu

namespace question for wsdl generation in JavaProvider (beta1 rc2)

2002-03-19 Thread Stephen Belknap
i originally posted this on the user list, but thought that it might be better fit in the dev list since i'm asking about a particular line of code and what it could (possibly) be doing wrong. thanks. this question applies to beta1 rc2. when i try to generate the WSDL from the ?wsdl query, th

Re: Bugzilla maintenance request?

2002-03-19 Thread Pier Fumagalli
"Glen Daniels" <[EMAIL PROTECTED]> wrote: > > Hi guys! > > A while ago, we discussed getting axis-dev set up as the default owner for all > the axis bugs, so we'd see them on the list. We never actually did this, so I > just added an [EMAIL PROTECTED] user to Bugzilla, but then I realized > th

WSDL2Java auto toString()

2002-03-19 Thread Token Scotsman
Dev people, would it be possible to get WSDL2Java to generate toString() functions for user defined types in a web service: E.g: public class UserDefinedType { public int IntValue; public String StringValue; } Would it be possible to get WSDL2Java to generate a toString() function f

Bug? Warnings while processing in web.xml in Axis-beta

2002-03-19 Thread Michel Bergijk
Hello, When I started my Tomcat, I got the following warnings: 2002-03-19 10:39:29 - SimpleMapper1: WARNING: Correcting error in web.xml for context "/axis". Mapping for path "servlet/AxisServlet" is missing a leading '/'. 2002-03-19 10:39:29 - SimpleMapper1: WARNING: Correcting error in web.xml

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaBeanWriter.java JavaTypeWriter.java JavaComplexTypeWriter.java

2002-03-19 Thread scheu
scheu 02/03/19 15:38:31 Modified:java/src/org/apache/axis/wsdl/toJava JavaTypeWriter.java Added: java/src/org/apache/axis/wsdl/toJava JavaBeanWriter.java Removed: java/src/org/apache/axis/wsdl/toJava JavaComplexTypeWriter.java Log: Changing th

RPC Call Error

2002-03-19 Thread Kamlesh Anvekar
Hi I have class which has a method which is used for RPC call . The method takes a custom Object as parameter which is deserialized by the custom deserializers. The custom Deserializer assigns the right Object to "value" variable of DeserializerImpl... But when the Method is called its tries a

Changing JavaComplexTypeWriter to JavaBeanWriter

2002-03-19 Thread R J Scheuerle Jr
FYI, I am changing the name of the JavaComplexTypeWriter to JavaBeanWriter since it now is being used to generate Java Bean classes for both complexType and simpleType constructs. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115)

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

2002-03-19 Thread scheu
scheu 02/03/19 15:29:29 Modified:java/src/org/apache/axis/wsdl/toJava JavaComplexTypeWriter.java JavaTypeWriter.java SchemaUtils.java SymbolTable.java Utils.java java/test/wsdl/types VerifyTestCase.java Log: Problem:

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

2002-03-19 Thread dims
dims02/03/19 14:51:15 Modified:java/docs user-guide.html java/src/org/apache/axis/utils resources.properties Log: - added some documentation for timeout - better usage message (I hope!) - No test case yet!!! Revision ChangesPath 1.50 +3 -0

real AXIS beta 1

2002-03-19 Thread Russell Butek
The real AXIS beta 1 is now available - http://xml.apache.org/axis/dist/beta1/. The beta1 released Friday was really release candidate 3 - we found a couple serious problems with it - documentation and code - that warranted a respin of the beta. Today's, however, is the FINAL Beta 1 (really! I

Deserialization broken ? ( both beta and nightly )

2002-03-19 Thread costinm
Is anyone able to deserialize complex objects ( using id/href ) with the current axis ? It used to work, but neither beta or the nightly seems to be able to deal with that - I get null for all the referenced objects. I'm trying to debug it, but if anyone has any hint it would save me a lot of ti

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

2002-03-19 Thread gdaniels
gdaniels02/03/19 13:49:14 Modified:java/src/org/apache/axis/utils Tag: Beta1 tcpmon.java Log: Merge over Tom's fix from HEAD Revision ChangesPath No revision No revision 1.27.2.1 +43 -3 xml-axis/java/src/org/apache

classes under javax.* vs org.*

2002-03-19 Thread WEN,XIAO (HP-NewJersey,ex2)
Hi, In Axis Beta1, I saw same classes, like Handler and MessageContext, in both javax.* and org.* packages. But it seems the classes under javax.* are not being used. Does this mean Axis is planning to migrate from org.* to javax.*. Thanks. Xiaoping Wen

cvs commit: xml-axis/java/test/wsdl/literal SalesRankNPrice.wsdl

2002-03-19 Thread tomj
tomj02/03/19 12:32:38 Modified:java/test/wsdl/literal SalesRankNPrice.wsdl Log: Update in tree wsdl file to match the service at www.perfectxml.net. Revision ChangesPath 1.2 +44 -55xml-axis/java/test/wsdl/literal/SalesRankNPrice.wsdl Index: SalesRankNP

cvs commit: xml-axis/java/test/wsdl/literal SalesRankNPrice_ServiceTestCase.java

2002-03-19 Thread gdaniels
gdaniels02/03/19 12:15:29 Modified:java/src/org/apache/axis/utils resources.properties java/src/org/apache/axis/wsdl/toJava JavaComplexTypeWriter.java JavaFaultWriter.java JavaImplWriter.java JavaSkelWriter.java

cvs commit: xml-axis/java/test/wsdl/literal SalesRankNPrice_ServiceTestCase.java

2002-03-19 Thread gdaniels
gdaniels02/03/19 12:04:51 Modified:java/src/org/apache/axis/utils Tag: Beta1 resources.properties java/src/org/apache/axis/wsdl/toJava Tag: Beta1 JavaComplexTypeWriter.java JavaFaultWriter.java JavaIm

timeout documentation (was: cvs commit: xml-axis/java/src/org/apache/axis/wsdlWSDL2Java.java)

2002-03-19 Thread Russell Butek
dims, could you please update the user's guide with the timeout flag for WSDL2Java? Thanks. Also, the usage statement should probably indicate that the default is 45 seconds. I assume no-one has written a test case for the timeout? Russell Butek [EMAIL PROTECTED] -- Forward

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

2002-03-19 Thread dims
dims02/03/19 09:52:09 Modified:java/src/org/apache/axis/wsdl WSDL2Java.java Log: What was i thinkingShould not mess if the user has specified -1. Revision ChangesPath 1.18 +5 -1 xml-axis/java/src/org/apache/axis/wsdl/WSDL2Java.java Index: WSDL2Java

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

2002-03-19 Thread dims
dims02/03/19 09:48:29 Modified:java/src/org/apache/axis/utils resources.properties java/src/org/apache/axis/wsdl WSDL2Java.java Log: Let the user specify timeout in seconds (not milliseconds). Revision ChangesPath 1.75 +1 -1 xml-axis/java/src

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

2002-03-19 Thread dims
dims02/03/19 09:40:10 Modified:java/src/org/apache/axis/utils resources.properties java/src/org/apache/axis/wsdl WSDL2Java.java Log: Adding a timeout option for WSDL2Java command line utility. Revision ChangesPath 1.74 +1 -0 xml-axis/java/src

cvs commit: xml-axis/java/lib tt-bytecode.LICENSE

2002-03-19 Thread glyn
glyn02/03/19 08:38:08 Added: java/lib tt-bytecode.LICENSE Log: Migrate from Beta1. Revision ChangesPath 1.2 +27 -0 xml-axis/java/lib/tt-bytecode.LICENSE

cvs commit: xml-axis/java/lib tt-bytecode.LICENSE

2002-03-19 Thread glyn
glyn02/03/19 08:36:53 Added: java/lib Tag: Beta1 tt-bytecode.LICENSE Log: Create license file for tt-bytecode.jar from a BSD license template plus salient details. Revision ChangesPath No revision No revision 1.

Re: Source in commons-logging.jar

2002-03-19 Thread Richard Sitze
The commons-logging.jar file packaged with axis (as an external dependency) is NOT official... it contained code changes that, until recently, were not committed. So I included the source code to ensure that (if needed) someone in the AXIS community could fix anything that I broke. Bottom li

cvs commit: xml-axis/java/test/utils TestSrcContent.java

2002-03-19 Thread butek
butek 02/03/19 07:42:02 Modified:java axis.properties build.xml java/docs developers-guide.html user-guide.html java/samples/addr readme java/src/org/apache/axis/wsdl Java2WSDL.java WSDL2Java.java java/src/org/apache/axis

Source in commons-logging.jar

2002-03-19 Thread Doug Davis
Does anyone know why commons-logging.jar includes source code? -Dug

Re: Problem consuming AXIS service with .Net Framework

2002-03-19 Thread Per Salmi
Maybe I should add that I have tested with Axis Beta 1 and 2002-03-19 build together with RTM version of .Net Framework and VS.Net RTM version. A few months back I had these things working with VS.Net Beta 2. But then it was also another Axis build.   /Per Salmi

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

2002-03-19 Thread rineholt
rineholt02/03/19 06:57:47 Modified:java/src/org/apache/axis/client Call.java Log: For dynamic jaxrpc if parms are added and the WSDL has no return type specified the return type needs to be set to XMLType.AXIS_VOID. Not null since this would throw a JAXRPC exception. Rev

Problem consuming AXIS service with .Net Framework

2002-03-19 Thread Per Salmi
I have found a problem when using the wsdl.exe from .Net Framework to generate proxy stub class for a web service that is implemented with Axis.   The web service is published on http://localhost:8080/axis/services/ApplicationService  but when wsdl.exe generates stub code the port number 8080

Re: .NET/AXIS Interoperability Issue

2002-03-19 Thread Russell Butek
I just ran WSDL2Java on this WSDL and it appears to generate the proper classes. Could you tell us explicitly what you think is a problem? Russell Butek [EMAIL PROTECTED] Zelidrag Hornung <[EMAIL PROTECTED]> on 03/18/2002 05:03:23 PM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTEC

RE: clutil.jar vs excalibur-cli.jar - get rid of them!

2002-03-19 Thread Berin Loritsch
> -Original Message- > From: Russell Butek [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 19, 2002 8:59 AM > To: [EMAIL PROTECTED] > Subject: RE: clutil.jar vs excalibur-cli.jar - get rid of them! > > > Agreed, Berin. If we want changes, rather than do them > ourselves, I would m

RE: clutil.jar vs excalibur-cli.jar - get rid of them!

2002-03-19 Thread Russell Butek
Agreed, Berin. If we want changes, rather than do them ourselves, I would much rather tell the excalibur folks what we'd like and hope they make the changes for us. But we're not bringing these files in to change them. We're bringing them in simply to avoid a requirement on a jar file that rece

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

2002-03-19 Thread rineholt
rineholt02/03/19 06:03:49 Modified:java/src/org/apache/axis/client Tag: Beta1 Call.java Log: For dynamic jaxrpc if parms are added and the WSDL has no return type specified the return type needs to be set to XMLType.AXIS_VOID. Not null since this would throw a JAXRPC exceptio

RE: Respinning the beta (was: Re: Install doc)

2002-03-19 Thread Russell Butek
My feeling is that we shouldn't wait 3 months between betas like we did for alphas. We don't have to wait for big changes, just put out new betas around every month or two. Now the question arises: when will 1.0 go out? Personally, I'd like to wait until JAX-RPC is finished. Some time this su

Re: Beta Fix candidate on Call.java

2002-03-19 Thread Russell Butek
Thanks for catching this, Rick. Glen and I broke this last week, so I'd feel guilty if we didn't fix it for the beta. Curious, though, that we don't have a test case that should have caught this. Russell Butek [EMAIL PROTECTED] Rick Rineholt/Raleigh/IBM@IBMUS on 03/18/2002 08:30:50 PM Please

RE: clutil.jar vs excalibur-cli.jar - get rid of them!

2002-03-19 Thread Berin Loritsch
I sure hope you intend to post any changes to the Avalon list if you Modify those classes in any way. -- The voice of reason There really aren't any issues with version conflicts at this time with excalibur CLI. Even if there were two copies of the jar in your classpath, your classloader would

[GUMP] Build timed out - Axis

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

RE: Respinning the beta (was: Re: Install doc)

2002-03-19 Thread Glyn Normington
Tom Jordahl wrote: >I think Beta 1 should feeze after release. So if someone hits a severe problem in the beta after that, would we recommend them to use the nightly build to pick up a fix? That doesn't seem very helpful to me as they will tend to get more than they bargained for. On the other

RE: Beta Fix candidate on Call.java

2002-03-19 Thread Glyn Normington
Vaidya, You wrote: >I want to contribute to the development of the Axis as a developer. >Could you guys tell me how do I go about this? Great! Try reading http://xml.apache.org/axis/overview.html and http://jakarta.apache.org/site/getinvolved.html for some clues. It's not hard to find ways to

Re: clutil.jar vs excalibur-cli.jar - get rid of them!

2002-03-19 Thread Glyn Normington
I vote: 1. +1 2. b to avoid clashes with other code that uses excalibur-cli.jar. Glyn

Re: Touble with Tomcat4.0.3, while tomcat 4.0.1 is fine.

2002-03-19 Thread Glyn Normington
Akira, >java.lang.NoClassDefFoundError: javax/xml/rpc/namespace/QName is a classic symptom of Tomcat not loading classes beginning with javax... from the WEB-INF directory. I'm not sure exactly with what level of Tomcat that feature was introduced. Also, the above class now resides in jaxrpc.jar

Touble with Tomcat4.0.3, while tomcat 4.0.1 is fine.

2002-03-19 Thread Akira Hirose
Hi, I get a problem to run Axis beta with Apache tomcat 4.0.3. If I try with Tomcat 4.0.1, it works fine. Does anyone get the same problem? When I try to open the "Administer Axis" likn on the AXIS welcome page: "http:localhost:8080/axis/", I get following error message. Apache Tomcat/4.0.

Adding more HTTP Headers

2002-03-19 Thread Yuichi Nakamura
Hi, I want to add more HTTP headers when sending SOAP messages over HTTP. As long as I see HTTPSender.java, only a fixed set of HTTP headers can be added.  Users cannot define their own headers to add.  Am I right? I think that there are so many HTTP headers not covered in Axis, and some HTT