cvs commit: xml-axis/java/src/org/apache/axis/description ServiceDesc.java

2002-05-03 Thread gdaniels
gdaniels02/05/03 05:30:56 Modified:java/src/org/apache/axis/description ServiceDesc.java Log: Create not OperationDescs for certain Methods - for lo, they may forsooth be not public! Fixes: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8585 Revision ChangesPat

DO NOT REPLY [Bug 8585] - WSDL generates interface for private methods. Beta 2 RC1

2002-05-03 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: TestElement.java?

2002-05-03 Thread Russell Butek
That's my fault. I meant to ask you about it, Sam, but other things just interrupted me. There was a sample file named testElement.java. Since that's not a conventional Java class name I tried changing it to TestElement.java without success. So I changed it to TestElem.java. You know how to d

Re: TestElement.java?

2002-05-03 Thread Sam Ruby
Russell Butek wrote: > > You know how to delete this file from CVS, don't you? Done. - Sam Ruby

[GUMP] Build timed out - Axis

2002-05-03 Thread Sam Ruby
This email is autogenerated from the output from: Build results exceed maximum length. Please see URL above for details. Last

website / documents in cvs

2002-05-03 Thread Davanum Srinivas
Team, FYI, updated website (TOC.HTML) with links to all documents currently in CVS. Thanks, dims = Davanum Srinivas - http://xml.apache.org/~dims/ __ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com

Re: Proposed Contribution to Apache - WSIF

2002-05-03 Thread Davanum Srinivas
Paul, Am posting the list of questions/queries/observations for benefit of the whole group... 1. Looks like an "old" version of Axis was used (Axis no longer has ServiceClient.java). Is it possible to upgrade to latest Axis? 2. Seems like an "old" or "patched" version of WSDL4J was used (Some f

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-05-03 Thread tomj
tomj02/05/03 07:42:40 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Added missing file seperator character to default JWS class directory. Revision ChangesPath 1.97 +1 -1 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet

RE: beta2, WEB-INF/jwsClasses/

2002-05-03 Thread Tom Jordahl
Doh! I added the missing File.seperator in to the path. Workaround is to set the property "axis.jws.servletClassDir" to the path relative to the servlet root. -- Tom Jordahl Macromedia -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 4:

Re: Proposed Contribution to Apache - WSIF

2002-05-03 Thread Paul Fremantle
Dims > 1. Looks like an "old" version of Axis was used (Axis no longer has ServiceClient.java). Is it > possible to upgrade to latest Axis? We are still on alpha 3 but we are syncing up over the next few weeks. We are pretty tied up with some major items right now. > 2. Seems like an "old" or "

Re: cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-05-03 Thread Steve Loughran
And that's why its good to run axis inside a web app w/ directory browsing turned on :) - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 7:42 AM Subject: cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java > tomj

DO NOT REPLY [Bug 8782] New: - RPCProvider error trying to execute non-root body elements

2002-05-03 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/src/org/apache/axis/utils BeanUtils.java

2002-05-03 Thread tomj
tomj02/05/03 10:41:20 Modified:java/src/org/apache/axis/utils BeanUtils.java Log: Ignore Bean fields that are declared final. As reported by Narve Saetre ([EMAIL PROTECTED]) Revision ChangesPath 1.4 +4 -0 xml-axis/java/src/org/apache/axis/utils/BeanUtils

deserialization of final fields

2002-05-03 Thread Narve Saetre
It seems the BeanDeserializer does not take into account that fields may be final (you get a java.lang.IllegalAccessException when you try to set the value). I see that several people (well, at least two) have asked about this in the user mailing list. An easy fix is to add } ca

RE: deserialization of final fields

2002-05-03 Thread Tom Jordahl
Narve, I have a fix for this that ignores final fields in JavaBeans when constructing the BeanPropertyDescriptors. I believe this will prevent the fields from getting serialized in the first place, so Axis will not attempt to Deserialize them. Please try out either the latest CVS build or Mo

DO NOT REPLY [Bug 8790] New: - WSDL2Java produces wrong code for overidden methods

2002-05-03 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 8790] - WSDL2Java produces wrong code for overidden methods, should fail.

2002-05-03 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

deserialization issues (and Torque)

2002-05-03 Thread Narve Saetre
Another deserialization issue: I had problems deserializing an inherited boolean property. Details: My class Foo extends Bar which extends something etc, and in the top level class there is a property isNew with matching "private boolean is_new". The deserialization strategy in Axis doesn't wo

cvs commit: xml-axis/java/src/javax/xml/rpc/namespace QName.java

2002-05-03 Thread rsitze
rsitze 02/05/03 13:22:15 Modified:java/src/javax/xml/rpc/namespace QName.java Log: Corrected logic, minor performance enhancement Revision ChangesPath 1.13 +21 -21xml-axis/java/src/javax/xml/rpc/namespace/QName.java Index: QName.java

DO NOT REPLY [Bug 8791] New: - Java2WSDL generates incorrect WSDL for overridden methods

2002-05-03 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

doc/literal extensions to Axis

2002-05-03 Thread Thomas Sandholm
Hi, I have been working on extending the doc/literal implementation in Axis to handle the processing of arbitrary XML fragments defined as xsd:any namespace="##any" in a more flexible manner. I would be grateful if someone from the committer team could have a look at it and commit it to the Ax

Help! A WSDL2Java bug? How to assign WSDL2Java type classes to custom namespace?

2002-05-03 Thread Sheri Gish
Hi, I really need some guidance here. I'm creating a web service from a legacy distributed interface. My legacy code already has a complex package structure and we have automated build scripts based on that structure. In the Userguide, you explain how to use Java2WSDL to create a wsdl file, th

RE: Flash SOAP

2002-05-03 Thread Peter Farland
Macromedia Flash Remoting supports ColdFusion, .Net and Java. Flash Remoting is a native feature of ColdFusion MX, and will be available for purchase separately at a later date. To experience Macromedia Flash Remoting today, you need the ColdFusion MX Preview Release and either the Macromed

jws exposing private methods bug in beta 2?

2002-05-03 Thread Chris Knauft
Title: jws exposing private methods bug in beta 2? I've noticed a change between beta 1 and beta 2 in the way jws files work: - In beta 1, only public, non-static methods were exported to the wsdl. - In beta 2, *all* methods are exported to the wsdl, even methods marked as private. Is thi