DO NOT REPLY [Bug 13061] New: - Use of getRealPath() prevents deployment in WAR or EAR file

2002-09-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 12758] - Deserialization of complex classes throws SAXException

2002-09-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: SUBMIT REQUEST FOR INCLUSION TO R 1.0: cvs commit: xml-axis/j ava/src/org/apache/axis/descriptionOperationDesc.java ServiceDesc.java

2002-09-26 Thread Rick Rineholt
Well I updated allowed methods to the best of my knowledge. I left the summary section on how Java Message Provider offers methods blank since that's where Glen D. is the guru. I wanted to refernce the RPC Hander documentation but I guess that hasn't made it in yet and also the WSDD operation

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

2002-09-26 Thread rineholt
rineholt2002/09/26 19:41:55 Modified:java/docs reference.html Log: Update allowed methods. Revision ChangesPath 1.11 +31 -7 xml-axis/java/docs/reference.html Index: reference.html === RCS f

Re: anyType support fixed

2002-09-26 Thread Bob Cotton
> "Glen" == Glen Daniels <[EMAIL PROTECTED]> writes: Glen> Wow. I apparently missed that change. Glen> How could that possibly make any sense? If you have a type Glen> which you are never going to be able to receive, what good Glen> does it do to put an "anyType" placeholde

DO NOT REPLY [Bug 13057] New: - RPCElement serialization doesn't use prefixes

2002-09-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: SUBMIT REQUEST FOR INCLUSION TO R 1.0: EngineConfigurationFactoryFinder.javacorrections (13005)

2002-09-26 Thread R J Scheuerle Jr
+1 Rich Scheuerle IBM WebSphere & Axis Web Services Development 512-838-5115 (IBM TL 678-5115) Richard

RE: anyType support fixed

2002-09-26 Thread Glen Daniels
Wow. I apparently missed that change. How could that possibly make any sense? If you have a type which you are never going to be able to receive, what good does it do to put an "anyType" placeholder there? --Glen > -Original Message- > From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED

Re: SUBMIT REQUEST FOR INCLUSION TO R 1.0: cvs commit: xml-axis/java/src/org/apache/axis/descriptionOperationDesc.java ServiceDesc.java

2002-09-26 Thread R J Scheuerle Jr
+1 Rich Scheuerle IBM WebSphere & Axis Web Services Development 512-838-5115 (IBM TL 678-5115) Rick

RE: anyType support fixed

2002-09-26 Thread R J Scheuerle Jr
Yeah, you are missing something.. If WSDL2Java (or ?WSDL) cannot convert a java class into a wsdl type, then a message is issued and an anyType is used instead in the wsdl document (need to use something). This support has been there for a long time and was accidentally changed by my 12347 cha

RE: anyType support fixed

2002-09-26 Thread Glen Daniels
WHOA! Why do we WANT anyType appearing anywhere for this? IMO, we don't. If you have myop(Object obj), THAT should generate anyType, because we have a mapping for Object<->anyType in the registry. Then at runtime, we're free to do something like: if (obj instanceof SomeClassIHaveAMappi

RE: (Attn:Tom and others) EsrTest

2002-09-26 Thread Glen Daniels
> By the way shouldn't static methods be excluded during ?WSDL > processing. No, static methods are OK to export if desired. --G

(Attn:Tom and others) EsrTest

2002-09-26 Thread R J Scheuerle Jr
The wsdl/esr test uses skeleton deployment. Is this by design??WSDL processing is incorrectly returning the special skeleton methods, like getOperationDescByName. By the way shouldn't static methods be excluded during ?WSDL processing. Rich Scheuerle IBM WebSphere & Axis Web Services Develo

DO NOT REPLY [Bug 12833] - Axis clients fail to extract the value of output (only) parameters when they are last in the parameter list.

2002-09-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: anyType support fixed

2002-09-26 Thread Tom Jordahl
Thanks Rich! Verified that anyType comes out in the right places for this service: public class MyService { public String myop(MyStruct in, java.util.Locale locin) { return "out"; } } public class MyStruct { public java.util.Locale loc; public String name; } I don't k

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Emitter.java Types.java

2002-09-26 Thread scheu
scheu 2002/09/26 14:52:13 Modified:java/src/org/apache/axis/wsdl/fromJava Emitter.java Types.java Log: More changes per review of code by Tom and I. this is all related to the 12347 bug fix. Revision ChangesPath 1.65 +1 -1 xml-axis/

can not compile source code

2002-09-26 Thread Jian Zhang
I posted similiar emails today but do not see them though. I am trying for the second time. If they are redundant, I apologize here. I downloaded the rc 1.0 source code and tried to compile. A number of packages are not found, including org.apache.commons.* javax.imageio.*; com.sun.net.ssl.*;

RE: SUBMIT REQUEST FOR INCLUSION TO R 1.0: cvs commit: xml-axis/j ava/src/org/apache/axis/description OperationDesc.java ServiceDesc.java

2002-09-26 Thread Glen Daniels
+0 on the code, as per earlier discussion. Agreed re: docs. Rick, would you be willing to write these up? I'll even do the FAQ entry if you take the user guide. --Glen > -Original Message- > From: Tom Jordahl [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 5:20 PM >

RE: SUBMIT REQUEST FOR INCLUSION TO R 1.0: cvs commit: xml-axis/java/src/org/apache/axis/description OperationDesc.java ServiceDesc.java

2002-09-26 Thread Tom Jordahl
+1 on the condition that some documentation about how allowMethods works get written +up and submitted/merged along with the change. -1 with no docs. -- Tom Jordahl Macromedia Server Development -Original Message- From: Rick Rineholt [mailto:[EMAIL PROTECTED]] Sent: Thursday, Septemb

RE: [VOTE] Re: cvs commit: xml-axis/java/tools/org/apache/axis/tools/ant/wsdl Java2WsdlAntTask.java

2002-09-26 Thread Tom Jordahl
This is pretty scary stuff, but it was all broken before. +1 to adding it to 1.0. -- Tom Jordahl Macromedia Server Development -Original Message- From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 4:40 PM To: [EMAIL PROTECTED] Subject: [VOTE] Re: cvs

SUBMIT REQUEST FOR INCLUSION TO R 1.0: EngineConfigurationFactoryFinder.javacorrections (13005)

2002-09-26 Thread Richard Sitze
Let me try again... with a more appropriate subject line. Diffs follow. I've corrected 13005, which enables the system property axis.EngineConfigFactory override. My +1 to put this in 1.0... FYI, I can live without it, but there will be some users upset with me (since I knocked it out in the

Re: SUBMIT REQUEST FOR INCLUSION TO R 1.0: cvs commit: xml-axis/java/src/org/apache/axis/descriptionOperationDesc.java ServiceDesc.java

2002-09-26 Thread Richard Sitze
+1, I'm ok with this. *** Richard A. Sitze IBM WebSphere WebServices Development Rick Rineholt/Raleigh/IBM@IBMUS 09/26/2002 04:05 PM Please respond to axis-dev To: [EMAIL PROTECTED] cc: Subject:SUBMIT REQUEST FOR I

RE: [VOTE] TCK fixes into 1.0 branch

2002-09-26 Thread Tom Jordahl
+1 to putting the whole ball of wax in to 1.0. -- Tom Jordahl Macromedia Server Development -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 5:14 PM To: '[EMAIL PROTECTED]' Subject: RE: [VOTE] TCK fixes into 1.0 branch +1 for these

RE: [VOTE] TCK fixes into 1.0 branch

2002-09-26 Thread Glen Daniels
+1 for these patches, and I'd also like to get the removal of +SimplePrimitive/SimpleNonPrimitiveSerializerFactory that went along with the +TypeMappingImpl fix in there - Rich and I discussed this yesterday on IRC. It +doesn't change any functionality and simplifies what is even still some p

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Emitter.java Types.java

2002-09-26 Thread scheu
scheu 2002/09/26 14:13:25 Modified:java/src/org/apache/axis/wsdl/fromJava Emitter.java Types.java Log: Two minor changes Tom caught while reviewing the code. Revision ChangesPath 1.64 +2 -3 xml-axis/java/src/org/apache/axis/wsdl/fromJa

Re: SUBMIT REQUEST FOR INCLUSION TO R 1.0: cvs commit: xml-axis/java/src/org/apache/axis/descriptionOperationDesc.java ServiceDesc.java

2002-09-26 Thread Doug Davis
+1 to this and the change in the test that went along with it. -Dug Rick Rineholt/Raleigh/IBM@IBMUS on 09/26/2002 05:05:12 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:SUBMIT REQUEST FOR INCLUSION TO R 1.0: cvs commit: xml-axis/java/src/org/apache

SUBMIT REQUEST FOR INCLUSION TO R 1.0: cvs commit: xml-axis/java/src/org/apache/axis/descriptionOperationDesc.java ServiceDesc.java

2002-09-26 Thread Rick Rineholt
If there are no more objections to this addition, I'd like to request VOTE it to be merged in release 1.0 Thanks. Rick Rineholt "The truth is out there... All you need is a better search engine!" [EMAIL PROTECTED] -- Forwarded by Rick Rineholt/Raleigh/IBM on 09/26/2002 04:

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

2002-09-26 Thread scheu
scheu 2002/09/26 13:59:58 Modified: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 java/tools/org/apache/axis/tools/ant/wsdl

RE: cvs commit: xml-axis/java/tools/org/apache/axis/tools/ant/wsd lJava2WsdlAntTask.java

2002-09-26 Thread R J Scheuerle Jr
I was thinking the same thing when I changed the code. This would be appropriate for post 1.0. This late in the game we don't want to change any public constants. See Tom's recent note. Rich Scheuerle IBM WebSphere & Axis Web Services Development 512-838-5115 (IBM TL 678-5115)

RE: cvs commit: xml-axis/java/tools/org/apache/axis/tools/ant/wsd lJava2WsdlAntTask.java

2002-09-26 Thread Richard Sitze
Rich, might I also suggest that you add the method org.apache.axis.enum.Style.getMode() which returns the appropriate mode for each style? save yourself a bit of if-else logic scattered throughout the program... *** Richard A. Sitze IBM WebSph

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

2002-09-26 Thread rsitze
rsitze 2002/09/26 13:51:35 Modified:java/src/org/apache/axis/configuration EngineConfigurationFactoryFinder.java Log: Reverse order or lookup, start with properties first.. Revision ChangesPath 1.14 +2 -2 xml-axis/java/src/org/apache/a

Re: [VOTE] Re: cvs commit: xml-axis/java/tools/org/apache/axis/tools/ant/wsdlJava2WsdlAntTask.java

2002-09-26 Thread Richard Sitze
+1 *** Richard A. Sitze IBM WebSphere WebServices Development R J Scheuerle Jr/Austin/IBM@IBMUS 09/26/2002 03:39 PM Please respond to axis-dev To: [EMAIL PROTECTED] cc: Subject:[VOTE] Re: cvs commit: xml-axis/java

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

2002-09-26 Thread Tom Jordahl
Rich, Haven't looked through the whole submit, but this sounds great. c) Emitter class changed to recognize three styles STYLE_DOCUMENT, STYLE_RPC, and STYLE_DOC_WRAPPED. (used to have MODE_DOCUMENT and MODE_RPC). This worries me as it is an API change very late in the game

RE: cvs commit: xml-axis/java/tools/org/apache/axis/tools/ant/wsd lJava2WsdlAntTask.java

2002-09-26 Thread Matt Seibert
+1 Matt Seibert [EMAIL PROTECTED] IBMExternal:(512) 838-3656 Internal: 678-3656

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

2002-09-26 Thread Glen Daniels
Rich: This looks sweet, will give you real feedback in a while. Thanks for doing this work! --Glen > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 4:33 PM > To: [EMAIL PROTECTED] > Subject: cvs commit: > xml-axis/java/too

[VOTE] Re: cvs commit: xml-axis/java/tools/org/apache/axis/tools/ant/wsdlJava2WsdlAntTask.java

2002-09-26 Thread R J Scheuerle Jr
These changes fix a critical bug (12347) and also introduce support for Java2WSDL --style WRAPPED. Please vote whether these changes should be incorporated into Axis 1.0. Rich Scheuerle IBM WebSphere & Axis Web Services Development 512-838-5115 (IBM TL 678-5115)

cvs commit: xml-axis/java build.xml

2002-09-26 Thread seibert
seibert 2002/09/26 13:39:23 Modified:java build.xml Log: Need to pass the junit.present property down Revision ChangesPath 1.201 +4 -1 xml-axis/java/build.xml Index: build.xml === RCS f

DO NOT REPLY [Bug 12347] - "Java2WSDL -y DOCUMENT" seems generating invalid WSDL

2002-09-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/tools/org/apache/axis/tools/ant/wsdl Java2WsdlAntTask.java

2002-09-26 Thread scheu
scheu 2002/09/26 13:32:55 Modified:java/docs reference.html 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

RE: [axis] VOTE: 13005: axis.EngineConfigFactory property not working

2002-09-26 Thread Douglas Bitting
Here's some more background on the issue... WebLogic defines their own ClassLoader to allow for deploying of WAR files, etc. The inheritance hierarchy for this looks something like this: + java.lang.ClassLoader + java.security.SecureClassLoader + weblogic.utils.classloaders.GenericClassL

cvs commit: xml-axis/java build.xml buildTest.xml

2002-09-26 Thread seibert
seibert 2002/09/26 12:57:40 Modified:java build.xml buildTest.xml Log: Adding back in the inadvertantly remoed "interop3" target Adding back in the function-tests-secure-only target Revision ChangesPath 1.200 +19 -0 xml-axis/java/build.xml Index: bu

RE: Using Axis SOAP client from Tomcat/Catalina causes LogConfigurationException...

2002-09-26 Thread Per Kreipke
> No.. :-) Well, thanks for not answering :-) > It's not clear to me exactly WHAT your exact problem is... but can I > hazard a guess that you have your application classloaders configured to > load the webapp classes before the appserver host classes? Not on purpose. Tomcat default perhaps.

[axis] VOTE: 13005: axis.EngineConfigFactory property not working

2002-09-26 Thread Richard Sitze
I've corrected 13005, which enables the system property axis.EngineConfigFactory override. My +1 to put this in 1.0... FYI, I can live without it, but there will be some users upset with me (since I knocked it out in the first place) if it's not in 1.0. In particular, 13005 documents that BE

Re: [VOTE] TCK fixes into 1.0 branch

2002-09-26 Thread Richard Sitze
+1 *** Richard A. Sitze IBM WebSphere WebServices Development Russell Butek/Austin/IBM@IBMUS 09/26/2002 01:30 PM Please respond to axis-dev To: [EMAIL PROTECTED] cc: Subject:[VOTE] TCK fixes into 1.0 branch

DO NOT REPLY [Bug 13005] - Need way of specifying EngineConfigurationFactory via properties

2002-09-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/configuration EngineConfigurationFactoryFinder.java

2002-09-26 Thread rsitze
rsitze 2002/09/26 12:40:54 Modified:java/src/org/apache/axis/configuration EngineConfigurationFactoryFinder.java Added: java/src/org/apache/axis/discovery DiscoverOldNamesInManagedProperties.java Log: Re-introduce lost axis.En

cvs commit: xml-axis/java/src/org/apache/axis/discovery - New directory

2002-09-26 Thread rsitze
rsitze 2002/09/26 12:40:51 xml-axis/java/src/org/apache/axis/discovery - New directory

cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser BeanSerializer.java

2002-09-26 Thread tomj
tomj2002/09/26 12:21:27 Modified:java/src/org/apache/axis/wsdl/fromJava Types.java java/src/org/apache/axis/encoding/ser BeanSerializer.java Log: Fix bug 13007 - Java2WSDL emits type="" http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13007 If we get bac

Re: [VOTE] TCK fixes into 1.0 branch

2002-09-26 Thread Matt Seibert
+1 Matt Seibert [EMAIL PROTECTED] IBMExternal:(512) 838-3656 Internal: 678-3656

RE: [VOTE] TCK fixes into 1.0 branch

2002-09-26 Thread Tom Jordahl
+1 -- Tom Jordahl Macromedia Server Development -Original Message- From: Russell Butek [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 2:31 PM To: [EMAIL PROTECTED] Subject: [VOTE] TCK fixes into 1.0 branch There are two patches that we need to pass the TCK: - Simp

RE: Java2WSDL --style WRAPPED (need for 1.0 ?)

2002-09-26 Thread Tom Jordahl
I am +1 for this fix to get in to 1.0. -- Tom Jordahl Macromedia Server Development -Original Message- From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 2:00 PM To: [EMAIL PROTECTED] Subject: Java2WSDL --style WRAPPED (need for 1.0 ?) I have been w

DO NOT REPLY [Bug 13035] - Axis clients sending arrays of ANYs containing arrays of strings send bad SOAP request.

2002-09-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: [VOTE] TCK fixes into 1.0 branch

2002-09-26 Thread R J Scheuerle Jr
+1 Rich Scheuerle IBM WebSphere & Axis Web Services Development 512-838-5115 (IBM TL 678-5115) Russell

[VOTE] TCK fixes into 1.0 branch

2002-09-26 Thread Russell Butek
There are two patches that we need to pass the TCK: - SimpleDeserializer.java (version 1.28) - the empty string ("") serialized to SOAP message "" and deserialized to null. Bad. It should deserialize back to "". - TypeMappingImpl.java (version 1.35) - register should fail if ser factory an

Re: [VOTE] doc improvements to 1.0 branch

2002-09-26 Thread David Chappell
+1 Dave Tom Jordahl wrote: > > +1 to merge these changes to the 1.0 branch. > > -- > Tom Jordahl > Macromedia Server Development > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 10:02 AM > To: [EMAIL PROTECTED] > Subject:

RE: [VOTE] doc improvements to 1.0 branch

2002-09-26 Thread Tom Jordahl
+1 to merge these changes to the 1.0 branch. -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 10:02 AM To: [EMAIL PROTECTED] Subject: cvs commit: xml-axis/java/docs user-guide.html sub

RE: Using Axis SOAP client from Tomcat/Catalina causesLogConfigurationException...

2002-09-26 Thread Richard Sitze
No.. :-) It's not clear to me exactly WHAT your exact problem is... but can I hazard a guess that you have your application classloaders configured to load the webapp classes before the appserver host classes? IF that is true, then the following occurs [and the ramifications of this problem

Java2WSDL --style WRAPPED (need for 1.0 ?)

2002-09-26 Thread R J Scheuerle Jr
I have been working on some Java2WSDL changes today. 1) The --style DOCUMENT option is broken. The generated wsdl does not have a type section, plus several other problems. 2) Added a --style WRAPPED option to generate doc/lit wrapped style wsdl. 3) Minor cleanup of the affected code. 4) Chan

rc2 status

2002-09-26 Thread Sam Ruby
I uploaded rc2 to http://xml.apache.org/axis/dist/1_0rc2/ yesterday, but did not announce it as I was having troubles verifying that the security tests pass. You see, I've been trying to debug for the past 24+ hours or so why I could not get the security tests to pass with released versions o

DO NOT REPLY [Bug 13041] - org.apache.xml.security.c14n.CanonicalizationException

2002-09-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 13041] New: - org.apache.xml.security.c14n.CanonicalizationException

2002-09-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

BeanDeser... and java.sql.Date

2002-09-26 Thread Joachim Björklund
Hi, when having fields of java.sql.Date in your bean, and when deserializing from "xsd:dateTime" (internally interpeted as java.util.Calendar) by the default BeanDeserializer. It will not work. When Axis tries to set the value in the bean it will fail as the field is not of type Calendar. Well, A

cvs commit: xml-axis/java/docs user-guide.html subsystems.jpg architecture-guide.html

2002-09-26 Thread dchappell
dchappell2002/09/26 07:02:23 Modified:java/docs user-guide.html subsystems.jpg architecture-guide.html Log: Updated user guide and architecture guide to reflect addition of JMS as a sibling transport to HTTP and SMTP Revision ChangesPath 1.72

cvs commit: xml-axis/java/src/org/apache/axis/transport/jms SonicConstants.java

2002-09-26 Thread dchappell
dchappell2002/09/26 07:14:25 Removed: java/src/org/apache/axis/transport/jms SonicConstants.java Log: Removed vendor specific module as it is no longer needed here.

DO NOT REPLY [Bug 12833] - Axis clients fail to extract the value of output (only) parameters when they are last in the parameter list.

2002-09-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 12833] - Axis clients fail to extract the value of output (only) parameters when they are last in the parameter list.

2002-09-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 13035] - Axis clients sending arrays of ANYs containing arrays of strings send bad SOAP request.

2002-09-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: Commit mail - Re: Updated documentation files for JMS transport.

2002-09-26 Thread Russell Butek
I've noticed the commit notes are an hour or two behind today. Russell Butek [EMAIL PROTECTED] David Chappell <[EMAIL PROTECTED]> on 09/26/2002 12:05:06 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Commit mail - Re: Updated documentation files for JMS

Re: Support for wrapped document/literal

2002-09-26 Thread Sanjiva Weerawarana
Hi Tom, Glad to hear that you no longer support the parameters hack! FYI- I hear that both the .Net and JAX-RPC RIs happily ignore any attributes on the XSDs. Nice. Sanjiva. - Original Message - From: "Tom Jordahl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 2

Commit mail - Re: Updated documentation files for JMS transport.

2002-09-26 Thread David Chappell
I commited this morning at 10:30 am EDT and have not seen any commit email. Is that something that needs configuring on the client? Here is the output that WinCVS gave me - cvs commit -m "Updated user guide and architecture guide to reflect addition of JMS as a \nsibli..." user-guide.html subs

cvs commit: xml-axis/java/test/encoding TestAttributes.java

2002-09-26 Thread gdaniels
gdaniels2002/09/26 10:04:02 Modified:java/src/org/apache/axis/encoding DefaultSOAP12TypeMappingImpl.java DefaultTypeMappingImpl.java TypeMappingImpl.java java/src/org/apache/axis/encoding/ser ArraySer

DO NOT REPLY [Bug 13038] - WSIF's dynamic port/operation creation confusion about message names

2002-09-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 13038] New: - WSIF's dynamic port/operation creation confusion about message names

2002-09-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/providers/java JavaProvider.java

2002-09-26 Thread rsitze
rsitze 2002/09/26 09:43:55 Modified:java/src/org/apache/axis/transport/http ServletEndpointContextImpl.java java/src/org/apache/axis/providers/java JavaProvider.java Log: Cleanup Revision ChangesPath 1.4 +10 -10 xml-axis/

Bean ArrayList deserialization problem?

2002-09-26 Thread Rick Rineholt
Just asking for a little help before I break out to a full debug effort: I'm seeing the following error below. This could be an non Axis issue, just want to know of anyone knows of any issues with ArrayList and if Axis should be able to handle this automatically as a field in a bean. Thanks...

Re: [axis] Smart(er) Handlers

2002-09-26 Thread Richard Sitze
No, that's at an entirely different level. The level I'm talking about is AXIS startup. When the chain (that will be used in your second loop) is being built up. There will be no messages flowing... just an environment to explore. If you have message issues, then the handlers (that make it)

DO NOT REPLY [Bug 13007] - Java2WSDL emits type="" when should be xsd:anyType in Beans

2002-09-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: [axis] Smart(er) Handlers

2002-09-26 Thread Doug Davis
It seems to me that you'll still need to call the handler with the message since the determination might need the message. So, doing: loop over chain call each handler to see if it wants to be invoked loop over chain again call each handler that wants to be called doesn't seem

Re: .net testing

2002-09-26 Thread Steve Loughran
first pass will be .net client only: 'does wsdl.exe return an error on import' against wsdl we have to hand. - Original Message - From: "Tom Jordahl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 26, 2002 14:29 Subject: RE: .net testing > > Steve, > > If you set

DO NOT REPLY [Bug 13035] - Axis clients sending arrays of ANYs containing arrays of strings send bad SOAP request.

2002-09-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 13035] - Axis clients sending arrays of ANYs containing arrays of strings send bad SOAP request.

2002-09-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

Support for wrapped document/literal

2002-09-26 Thread Tom Jordahl
Sanjiva wrote: > I would find that a lot more compelling than just supporting > MSFT stuff. Axis' support of the "parameters" hack is something > that really bothers me. I will note that we don't support the MS "parameters" hack directly any more. What we do is support "wrapped doc/lit" as (sor

RE: [Q] Axis support for MS SQL Server SOAP...

2002-09-26 Thread Tom Jordahl
I agree with Sanjiva that we would want to map this type of thing to a JDBC ResultSet. That actually it what Glen and I have talked about. Please note it was one of our QA engineers that filed the Buzilla bug. :-) -- Tom Jordahl Macromedia Server Development -Original Message- Fr

DO NOT REPLY [Bug 13035] - Axis clients sending arrays of ANYs containing arrays of strings send bad SOAP request.

2002-09-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: [Q] Axis support for MS SQL Server SOAP...

2002-09-26 Thread Per Kreipke
> That's OK. > This type of thing would not make 1.0 as we are in the process of > closing down. Yep, noticed. Very exciting! > Note that this work is non-trivial. It involves delaying the > typing of data till after you receive it based on the contents of > the schema in the data. Ok. Questio

Re: [Q] Axis support for MS SQL Server SOAP...

2002-09-26 Thread Sanjiva Weerawarana
Before supporting an MSFT schema, why not examine whether JDBC's ResultSet stuff can be mapped .. its my anti-MSFT juices flowing thru. We actually did that a while ago with Apache SOAP - wrote a provider that made DB2 stored procedures into Web services. (I think that provider was internal but i

DO NOT REPLY [Bug 13035] - Axis clients sending arrays of ANYs containing arrays of strings send bad SOAP request.

2002-09-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 13035] - Axis clients sending arrays of ANYs containing arrays of strings send bad SOAP request.

2002-09-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 13035] - Axis clients sending arrays of ANYs containing arrays of strings send bad SOAP request.

2002-09-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

[axis] Smart(er) Handlers

2002-09-26 Thread Richard Sitze
Given a list of handlers to load: H1, H2, H3 in WSDD, what I'm proposing is that the runtime query each handler as it identifies it in a service configuration and *ask* the handler if it wants to be loaded in the current environment: if (handler->isEnvironmentallyFriendly())

DO NOT REPLY [Bug 13035] - Axis clients sending arrays of ANYs containing arrays of strings send bad SOAP request.

2002-09-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 13035] New: - Axis clients sending arrays of ANYs containing arrays of strings send bad SOAP request.

2002-09-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 12741] - Multithreaded Axis client causes serialization exceptions in Axis service

2002-09-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: [Q] Axis support for MS SQL Server SOAP...

2002-09-26 Thread Tom Jordahl
That's OK. This type of thing would not make 1.0 as we are in the process of closing down. Note that this work is non-trivial. It involves delaying the typing of data till after you receive it based on the contents of the schema in the data. -- Tom Jordahl Macromedia Server Development ---

RE: cvs commit: xml-axis/java/test/wsdl/wrapped_inout WrappedInOutTestCase.java

2002-09-26 Thread Russell Butek
Rich guesses that this got added recently by him or Sam in the performance work. It doesn't break any tests. Russell Butek [EMAIL PROTECTED] Tom Jordahl <[EMAIL PROTECTED]> on 09/26/2002 09:00:13 AM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc:

Re: [VOTE]: Removing "old" files

2002-09-26 Thread Russell Butek
+1 Russell Butek [EMAIL PROTECTED] Matt Seibert/Austin/IBM@IBMUS on 09/26/2002 08:33:19 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:[VOTE]: Removing "old" files Okay, I have been asked to remove the files that the new componentized build system

DO NOT REPLY [Bug 12741] - Multithreaded Axis client causes serialization exceptions in Axis service

2002-09-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: cvs commit: xml-axis/java/test/MSGDispatch TestService.java

2002-09-26 Thread Rick Rineholt
As an aside to this discussion: I think it would be a good option either in the global configuration or some other appropriate configuration means to require all services to list their methods. (i.e. disallow not specifying or the use of "*"). Rick Rineholt "The truth is out there... All you n

RE: [Q] Axis support for MS SQL Server SOAP...

2002-09-26 Thread Per Kreipke
> I believe this is the .NET "DataSet" Schema, for which there is a > bug - 8419. > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8419 > > Axis does not currently support this. If you are interested > in providing a patch to support this, that would be great. > It would certainly help our int

RE: cvs commit: xml-axis/java/test/encoding TestDeser1999.java Te stDeser2000.java TestDeser2001.java

2002-09-26 Thread Glen Daniels
It is affected by the namespace setting. The key element in the new test is equivalent to , not in no namespace. Technically we shouldn't be doing that, since we don't own the schema namespace and because already has meaning, I believe. The only reason this works in your test is because t

  1   2   >