DO NOT REPLY [Bug 13845] - Axis logs/prints and exception when it shouldn't

2003-01-08 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/client Call.java

2003-01-08 Thread stevel
stevel 2003/01/08 23:28:33 Modified:java/src/org/apache/axis/client Call.java Log: downgrading enterprise stuff to debug. Revision ChangesPath 1.199 +4 -4 xml-axis/java/src/org/apache/axis/client/Call.java Index: Call.java

cvs commit: xml-axis/java/src/org/apache/axis/handlers JWSHandler.java

2003-01-08 Thread stevel
stevel 2003/01/08 23:27:26 Modified:java/src/org/apache/axis/handlers JWSHandler.java Log: copy the static final definition of .jws into the nonstatic one Revision ChangesPath 1.29 +1 -1 xml-axis/java/src/org/apache/axis/handlers/JWSHandler.java Index: JWS

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

2003-01-08 Thread stevel
stevel 2003/01/08 23:26:56 Modified:java/src/org/apache/axis Constants.java Log: constanted two log names, and moved the static final definition of .jws in here. Revision ChangesPath 1.106 +17 -0 xml-axis/java/src/org/apache/axis/Constants.java Index: Consta

cvs commit: xml-axis/java/docs reference.html

2003-01-08 Thread stevel
stevel 2003/01/08 23:25:24 Modified:java/docs reference.html Log: another special log, it seems Revision ChangesPath 1.19 +7 -0 xml-axis/java/docs/reference.html Index: reference.html ===

cvs commit: xml-axis/java/webapps/axis EchoHeaders.jws

2003-01-08 Thread stevel
stevel 2003/01/08 22:03:25 Modified:java/webapps/axis EchoHeaders.jws Log: some things I want to test with GET Revision ChangesPath 1.3 +19 -0 xml-axis/java/webapps/axis/EchoHeaders.jws Index: EchoHeaders.jws =

Re: MessageContext and final static strings

2003-01-08 Thread Steve Loughran
the eclipse doc says that "Making an API field final breaks compatibility with pre-existing binaries that attempt to assign new values to the field.". assuming nobody tried to do this, I think making the fields final should be OK. on a related topic, any reason why these bunnies in JWSHandler are

Yet another API change (yes I'll create a bug report)

2003-01-08 Thread James M Snell
AxisFault.java revision 1.58.2.3, method setFaultCode(String) was renamed to setFaultCodeAsString(String) by Glen with the following description: setFaultCode(String) should be restored a @deprecated. Glen, can you take a look? "* In AxisFault, treat faultCode as a QName all the time, with a

DO NOT REPLY [Bug 15909] New: - Inappropriate Post 1.0 API Change to AxisFault

2003-01-08 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/description ParameterDesc.java

2003-01-08 Thread jmsnell
jmsnell 2003/01/08 16:31:49 Modified:java/src/org/apache/axis/description ParameterDesc.java Log: Adding back a ParameterDesc constructor that was removed in revision 1.22.6.2 I depreciated er deprecated... er @deprecated it appropriately ;-) Revision ChangesPath 1

cvs commit: xml-axis/java/test/wsdl/interop5/complextype ComplexTypeExtensionsBindingImpl.java ComplexTypeExtensionsServiceTestCase.java build.xml group5_5.wsdl

2003-01-08 Thread dims
dims2003/01/08 15:52:37 Added: java/test/wsdl/interop5/complextype ComplexTypeExtensionsBindingImpl.java ComplexTypeExtensionsServiceTestCase.java build.xml group5_5.wsdl Log: Initial checkin for GroupV Com

cvs commit: xml-axis/java/test/wsdl/interop5/complextype - New directory

2003-01-08 Thread dims
dims2003/01/08 15:47:42 xml-axis/java/test/wsdl/interop5/complextype - New directory

DO NOT REPLY [Bug 15903] - WSDL2Java stomping my service class

2003-01-08 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

Fw: Ant changes breaking Axis

2003-01-08 Thread Steve Loughran
update on what is happening regarding the build. The core problem is that when gump passes lib.dir in it passes it as a value, and we want it bound to a location, which is what we do when we declare it. So we could hack around the build files to do that (declare a second lib.dir shadow property th

DO NOT REPLY [Bug 15903] New: - WSDL2Java stomping my service class

2003-01-08 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 15902] New: - Generated comments should be javadoc comments

2003-01-08 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: VOTE : Andras Avar as committer

2003-01-08 Thread Vidyanand Murunikkara
+1 Thanks Vidyanand. -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 6:13 AM To: [EMAIL PROTECTED] Subject: VOTE : Andras Avar as committer I'd like to officially nominate Andras Avar ([EMAIL PROTECTED]) from Nokia as an Axis commit

RE: JMS transport not in 1.1 binary distribution

2003-01-08 Thread James M Snell
No offense taken Tom :-) I fully expected to distribute the Jabber transport as a separate jar. IMHO, The main Axis jar should contain only the core and most common functionality. - James Snell IBM Emerging Technologies [EMAIL PROTECTED] (559) 587-1233 (office) (700) 544-903

RE: MessageContext and final static strings

2003-01-08 Thread James M Snell
It really shouldn't be a problem to make 'em final, but as with all API changes, there needs to be at least *some* consideration given ;-) - James Snell IBM Emerging Technologies [EMAIL PROTECTED] (559) 587-1233 (office) (700) 544-9035 (t/l) Programming Web Services With

DO NOT REPLY [Bug 15494] - zero terminated java string serialize zero to XML

2003-01-08 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 15494] - zero terminated java string serialize zero to XML

2003-01-08 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: cvs commit: xml-axis/java/src/org/apache/axis/client Stub.java

2003-01-08 Thread Steve Loughran
- Original Message - From: "Davanum Srinivas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 08, 2003 09:06 Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/client Stub.java > Steve, > > This is being exercised in the interop4/GroupG tests (indirectly). Wh

DO NOT REPLY [Bug 15578] - WSIF incorrectly handles returned attachment from service

2003-01-08 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 15578] - WSIF incorrectly handles returned attachment from service

2003-01-08 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: cvs commit: xml-axis/java/src/org/apache/axis/client Stub.java

2003-01-08 Thread Davanum Srinivas
Steve, This is being exercised in the interop4/GroupG tests (indirectly). Which sends and receives attachments in mime and dime. I does not fail for me as i have all the stuff needed for attachments to work. I did not run "ant clean all-tests" without the mail*.jar. which would have caught the p

Re: JMS transport not in 1.1 binary distribution

2003-01-08 Thread Steve Loughran
- Original Message - From: "Jaime Meritt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 08, 2003 06:13 Subject: RE: JMS transport not in 1.1 binary distribution > Steve, > > +1 to the extensions directory. If this is created I would be happy to > put the Sonic ext

Re: VOTE : Andras Avar as committer

2003-01-08 Thread Steve Loughran
- Original Message - From: "Davanum Srinivas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 08, 2003 06:13 Subject: VOTE : Andras Avar as committer > I'd like to officially nominate Andras Avar ([EMAIL PROTECTED]) from Nokia as an Axis > committer. He's been doing

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

2003-01-08 Thread Steve Loughran
ta. Question I have is 'how did this creep in'? The stub hasnt changed for a while...something else did. And Q#2 is 'why didnt we catch this'. Do we have any tests that just create junit stubs and call them? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wed

DO NOT REPLY [Bug 15891] New: - soap:header ignored when using MIME binding

2003-01-08 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: soap:header ignored when using MIME binding

2003-01-08 Thread Davanum Srinivas
Tomasz, Can you please log a bug in bugzilla (http://nagoya.apache.org/bugzilla) with a stripped down sample/testcase that can be used to recreate the problem? Thanks, dims --- [EMAIL PROTECTED] wrote: > Hi, > > The Axis 1.1 seems to ignore soap:header declarations when using MIME binding. > I

soap:header ignored when using MIME binding

2003-01-08 Thread Tomasz.Bak
Hi, The Axis 1.1 seems to ignore soap:header declarations when using MIME binding. Instead it sends all message parts in SOAP body. Here is the wsdl binding section: http://schemas.xmlsoap.org/soap/http"/>

DO NOT REPLY [Bug 14540] - Inherited attributes are lost during serialization

2003-01-08 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/description TypeDesc.java

2003-01-08 Thread dims
dims2003/01/08 08:06:29 Modified:java/src/org/apache/axis/utils BeanUtils.java java/test/encoding PackageTests.java java/src/org/apache/axis/description TypeDesc.java Added: java/test/encoding DerivatedBean.java SuperBean.java

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

2003-01-08 Thread owenb
owenb 2003/01/08 07:55:40 Modified:java/src/org/apache/wsif/wsdl Tag: pre1_2_0-patches AuthenticatingProxyWSDLLocatorImpl.java Log: Minor javadoc fix Revision ChangesPath No revision No revision

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

2003-01-08 Thread owenb
owenb 2003/01/08 07:54:44 Modified:java/src/org/apache/wsif/wsdl AuthenticatingProxyWSDLLocatorImpl.java Log: Minor javadoc fix Revision ChangesPath 1.4 +1 -1 xml-axis-wsif/java/src/org/apache/wsif/wsdl/AuthenticatingProxyWSDLLocatorI

RE: VOTE : Andras Avar as committer

2003-01-08 Thread Tom Jordahl
+1 -- Tom Jordahl Macromedia Server Development -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:13 AM To: [EMAIL PROTECTED] Subject: VOTE : Andras Avar as committer I'd like to officially nominate Andras Avar ([EMAIL PROTECTED]

RE: JMS transport not in 1.1 binary distribution

2003-01-08 Thread Tom Jordahl
I agree with Dims, I don't think we want to get to far down the DLL/Jar Hell road by breaking things up in to LOTS of jar files. We already have saaj.jar and jaxrpc.jar, which is bad enough, not to mention the commons stuff That being said, for JMS and Jabber transports I would support hav

RE: MessageContext and final static strings

2003-01-08 Thread Tom Jordahl
Make 'em final. How would it break anyone? Do we think that someone is overriding the property names in MessageContext? -- Tom Jordahl Macromedia Server Development -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 3:38 AM To: axis-

DO NOT REPLY [Bug 13618] - Implicit header support

2003-01-08 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: VOTE : Andras Avar as committer

2003-01-08 Thread Sanjiva Weerawarana
+1. Sanjiva. - Original Message - From: "Davanum Srinivas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 08, 2003 8:13 PM Subject: VOTE : Andras Avar as committer > I'd like to officially nominate Andras Avar ([EMAIL PROTECTED]) from Nokia as an Axis > committer.

RE: VOTE : Andras Avar as committer

2003-01-08 Thread Jaime Meritt
+1 Jaime -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:13 AM To: [EMAIL PROTECTED] Subject: VOTE : Andras Avar as committer I'd like to officially nominate Andras Avar ([EMAIL PROTECTED]) from Nokia as an Axis committer. He's b

RE: JMS transport not in 1.1 binary distribution

2003-01-08 Thread Jaime Meritt
Steve, +1 to the extensions directory. If this is created I would be happy to put the Sonic extensions in there. However, do you envision this as a 1.1 deliverable or something for the future? For 1.1 perhaps it would be best to build everything into axis.jar so that we don't destabilize the

VOTE : Andras Avar as committer

2003-01-08 Thread Davanum Srinivas
I'd like to officially nominate Andras Avar ([EMAIL PROTECTED]) from Nokia as an Axis committer. He's been doing great work on the SOAP 1.2 support and has been active for a while. Let's VOTE... Here's mine: dims: +1 Thanks, dims = Davanum Srinivas - http://xml.apache.org/~dims/ _

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

2003-01-08 Thread dims
dims2003/01/08 06:00:05 Modified:java/src/org/apache/axis/client Stub.java Log: Fix problem noticed by steve - http://marc.theaimsgroup.com/?l=axis-dev&m=104200865925867&w=2 Revision ChangesPath 1.21 +5 -3 xml-axis/java/src/org/apache/axis/client/Stub.java

[GUMP] Build Failure - Axis

2003-01-08 Thread Sam Ruby
s\java\external\build\xml-apis.jar;\home\rubys\jakarta\xml-xerces2\java\build\xmlParserAPIs.jar;\home\rubys\jakarta\xml-xerces2\java\build\xercesImpl.jar;\home\rubys\jakarta\xml-axis\java;\usr\java\j2sdk1.4.1_01\jre\lib\rt.jar;\home\rubys\jakarta\jakarta-oro\jakarta-oro-20030108.jar;\home\rubys\jakarta\j

DO NOT REPLY [Bug 13732] - WSDL2Java generates "" as namespace part of QNames in Stubs - causing 'xmlns=""' on the wire

2003-01-08 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 14540] - Inherited attributes are lost during serialization

2003-01-08 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 14540] - Inherited attributes are lost during serialization

2003-01-08 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 14540] - Inherited attributes are lost during serialization

2003-01-08 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