DO NOT REPLY [Bug 14636] New: - SOAPAction MIME header set through SAAJ not being passed on

2002-11-18 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/samples/clients DynamicInvoker.java

2002-11-18 Thread antelder
antelder2002/11/18 06:07:01 Modified:java/samples/clients DynamicInvoker.java Log: Fix the DynamicInvokerSample to work with simple .Net doc style services Revision ChangesPath 1.6 +31 -3 xml-axis-wsif/java/samples/clients/DynamicInvoker.java Index: Dynamic

[GUMP] Build timed out - Axis

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

[GUMP] Build timed out - Axis security

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

DO NOT REPLY [Bug 14638] New: - Axis unwraps document/literal request elements as server method arguments.

2002-11-18 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/util/jms WSIFJMSProperties.java

2002-11-18 Thread antelder
antelder2002/11/18 07:46:05 Modified:java/src/org/apache/wsif/util/jms WSIFJMSProperties.java Log: Correct type of JMSExpriation property from Integer to Long Revision ChangesPath 1.8 +1 -1 xml-axis-wsif/java/src/org/apache/wsif/util/jms/WSIFJMSProperties.java

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/util/jms WSIFJMSProperties.java

2002-11-18 Thread antelder
antelder2002/11/18 07:46:06 Modified:java/src/org/apache/wsif/util/jms Tag: pre1_2_0-patches WSIFJMSProperties.java Log: Correct type of JMSExpriation property from Integer to Long Revision ChangesPath No revision No

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis WSIFPort_ApacheAxis.java WSIFJmsTransport.java

2002-11-18 Thread antelder
antelder2002/11/18 07:47:51 Modified:java/src/org/apache/wsif/providers/jms Tag: pre1_2_0-patches WSIFPort_Jms.java java/src/org/apache/wsif/providers/soap/apacheaxis Tag: pre1_2_0-patches WSIFPort_ApacheAxis.java

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

2002-11-18 Thread antelder
antelder2002/11/18 07:48:19 Modified:java/src/org/apache/wsif/providers/jms WSIFPort_Jms.java Log: Correct JMS ports to properly close the JMS resources Revision ChangesPath 1.14 +11 -0 xml-axis-wsif/java/src/org/apache/wsif/providers/jms/WSIFPort_Jms.java

cvs commit: xml-axis-wsif/java/src/META-INF/services org.apache.wsif.spi.WSIFProvider

2002-11-18 Thread antelder
antelder2002/11/18 07:58:55 Modified:java/test/util TestUtilities.java java/src/META-INF/services org.apache.wsif.spi.WSIFProvider Log: Reset AXIS as the default SOAP provider Revision ChangesPath 1.13 +3 -3 xml-axis-wsif/java/test/util/TestUtilit

cvs commit: xml-axis-wsif/java/samples/clients DynamicInvoker.java

2002-11-18 Thread antelder
antelder2002/11/18 08:22:06 Modified:java/samples/clients DynamicInvoker.java Log: Fix the DynamicInvokerSample to work with simple .Net doc style services Revision ChangesPath 1.7 +14 -9 xml-axis-wsif/java/samples/clients/DynamicInvoker.java Index: Dynamic

cvs commit: xml-axis-wsif/java readme.htm

2002-11-18 Thread antelder
antelder2002/11/18 08:24:33 Modified:java readme.htm Log: Correct WSIF readme to point at the new nightly builds location Revision ChangesPath 1.5 +1 -1 xml-axis-wsif/java/readme.htm Index: readme.htm =

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apachesoap WSIFOperation_ApacheSOAP.java

2002-11-18 Thread antelder
antelder2002/11/18 08:45:11 Modified:java/src/org/apache/wsif/providers/soap/apachesoap WSIFOperation_ApacheSOAP.java Log: Correct the order of setting the conext message properties in the transport for the SOAP provider. Revision ChangesPath 1.3

RE: [VOTE] Re: XML Schema support for Axis (Contrib from Infravio)

2002-11-18 Thread Tom Jordahl
+1 to Vidyanand's comments. I am not in favor of spinning the parser in to its own project. Lets see how it works in Axis first, and how tightly it has to be integrated to meet our needs. -- Tom Jordahl -Original Message- From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]] Sent: F

RE: [VOTE] Re: XML Schema support for Axis (Contrib from Infravio )

2002-11-18 Thread James M Snell
Then please at least keep it out in it's own separate jar. - James Snell IBM Emerging Technologies [EMAIL PROTECTED] (559) 587-1233 (office) (700) 544-9035 (t/l) Programming Web Services With SOAP O'Reilly & Associates, ISBN 0596000952 Have I not commanded y

RE: [VOTE] Re: XML Schema support for Axis (Contrib from Infravio )

2002-11-18 Thread Tom Jordahl
Actually, one of the reasons I don't like the idea of splitting it out of the axis code base is that we already have too many jar files as it is. saaj.jar, jaxrpc.jar, axis.jar, log4j.jar, xerces.jar, etc, etc. Why the big push to make it separate? It's like saying that SchemaUtils.java in our

RE: [VOTE] Re: XML Schema support for Axis (Contrib from Infravio )

2002-11-18 Thread James M Snell
IMHO, the Axis code is already far more complex and convoluted than it needs to be. It's primarily just a matter of separating out the various concerns. I personally think that all of the WSDL/XSD/Code generation tools need to be separated out into their own project, allowing axis.jar to focus

Help with De-serilization Problem

2002-11-18 Thread Ramaswamy, Muthu
Has anyone been able to de-serialize a java bean on the server side that contains List as one of its member? Is this a bug? Appreciate any input related to this matter. I did post question to the Axis user list but I didn't get any favorable reply. Thanks., -Original Message- From: R

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

2002-11-18 Thread stevel
stevel 2002/11/18 10:52:05 Modified:java/src/org/apache/axis/transport/http HTTPSender.java Log: axis-user complaint: the nightly builds wont work on pre1.4 jvms no more. java1.3 and below had no StringBuffer.append(StringBuffer), but did have StringBuffer.append(Object). So o

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

2002-11-18 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 10:52 AM Subject: cvs commit: xml-axis/java/src/org/apache/axis/transport/http HTTPSender.java > stevel 2002/11/18 10:52:05 > > Modified:java/src/org/apache/axis/transport/ht

RE: [VOTE] Re: XML Schema support for Axis (Contrib from Infravio )

2002-11-18 Thread Tom Jordahl
That comment seems kinda funny considering that you are interested in adding Asynchronous messaging to the code base, which isn't the best way to make it not complex and convoluted. :-) :-) I agree that WSDL2Java *might* be able to be moved out of axis.jar, but Java2WSDL is needed at server ru

RE: [VOTE] Re: XML Schema support for Axis (Contrib from Infravio )

2002-11-18 Thread James M Snell
The async stuff shoulda been there from the beginning. Plus, the async stuff doesn't add a lot of complexity the way it's currently put together. I don't agree that runtime WSDL creation is a required part of the core runtime functionality. If the WSDL/XSD tools are available, then the run

cvs commit: xml-axis/java/src/org/apache/axis/ime/internal MessageExchangeImpl.java

2002-11-18 Thread jmsnell
jmsnell 2002/11/18 12:07:32 Modified:java/src/org/apache/axis/ime/event MessageStatusEvent.java java/src/org/apache/axis/ime MessageExchange.java MessageExchangeLifecycle.java java/src/org/apache/axis/ime/internal

Axis Internal Message Exchange

2002-11-18 Thread James M Snell
Ok, the org.apache.axis.ime package has been tweaked a bit here and there over the past couple of weeks and I would say that it's time we freeze it. Specifically, we need to freeze the org.apache.axis.ime and org.apache.axis.event packages. org.apache.axis.internal is still under development.

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

2002-11-18 Thread dims
dims2002/11/18 13:07:31 Modified:java/src/org/apache/axis/deployment/wsdd WSDDConstants.java WSDDProvider.java Added: java/src/org/apache/axis/providers/java CORBAProvider.java java/src/org/apache/axis/deployment/wsdd/providers

DO NOT REPLY [Bug 14653] New: - WSDL->Java->WSDL Schema Type Namespace Changed

2002-11-18 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: Axis Internal Message Exchange

2002-11-18 Thread David Chappell
+1 on freezing it. We will probably find some gotchas on the first transport we find, but lets put a stake in the ground here so we can get to that point. Dave James M Snell wrote: > > Ok, the org.apache.axis.ime package has been tweaked a bit here and there > over the past couple of weeks and I

cvs commit: xml-axis/java/wsdd WSDD.xsd

2002-11-18 Thread stevel
stevel 2002/11/18 13:51:52 Modified:java/wsdd WSDD.xsd Log: added wsdlfile to schema and reordered it. XSD doesnt let you have child elements out of order for no apparent reason, so now the wsdd files need patching... Revision ChangesPath 1.10 +8 -9 xml-axis/j

cvs commit: xml-axis/java/wsdd WSDD.xsd

2002-11-18 Thread stevel
stevel 2002/11/18 13:58:48 Modified:java/wsdd WSDD.xsd Log: lets try that again. Revision ChangesPath 1.11 +3 -2 xml-axis/java/wsdd/WSDD.xsd Index: WSDD.xsd === RCS file: /home/cvs/xml-axi

cvs commit: xml-axis/java/wsdd WSDD.xsd

2002-11-18 Thread stevel
stevel 2002/11/18 15:31:48 Modified:java/wsdd WSDD.xsd Log: added undeploy type with a bit of refactoring Revision ChangesPath 1.12 +39 -18xml-axis/java/wsdd/WSDD.xsd Index: WSDD.xsd === RC

wsdd question

2002-11-18 Thread Steve Loughran
ok, cleaning up wsdd and here is a big question should we enforce qName= foo or qname=foo at the moment both are used, we should drop down to one, which one is to be preferred. Yes, this will involve retrofitting all the axis examples but should not break things as axis seems to take either.

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

2002-11-18 Thread stevel
stevel 2002/11/18 15:34:45 xml-axis/java/src/org/apache/axis/test - New directory

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

2002-11-18 Thread stevel
stevel 2002/11/18 15:36:05 Added: java/src/org/apache/axis/test AxisTestBase.java Log: this is a base class for tests that want to extract info from the junit invocation. We could even add test helper classes here too. Revision ChangesPath 1.1 xml-axi

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

2002-11-18 Thread stevel
stevel 2002/11/18 15:36:57 Modified:java/test/utils TestXMLUtils.java Log: turn on a test that only gets called in online mode Revision ChangesPath 1.16 +9 -7 xml-axis/java/test/utils/TestXMLUtils.java Index: TestXMLUtils.java ===

DO NOT REPLY [Bug 14666] New: - NullPointerException taken in ArraySerializer when specifying array as input parameter.

2002-11-18 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: Help with De-serilization Problem

2002-11-18 Thread Ramaswamy, Muthu
FYI. In my Axis client I had the step: service.getEngine().setOption(org.apache.axis.AxisEngine.PROP_SEND_XSI, new Boolean(false)); This was causing a "problem" to the Array De-serializer. So when I set the PROP_SEND_XSI to true, Array De-serializer was able to see the Qname mapped to {urn:Simp

Install Axis 1.0 org.apache.jasper.JasperException

2002-11-18 Thread Cynthia
I'm trying to get Axis 1.0 up, I got Tomcat 4.1.12 up and running no problem, but happyaxis.jsp returns a 500 status code with the error "org.apache.jasper.JasperException: Cannot inherit from final class". __ Do you Yahoo!? Yahoo! Web Hosting - L

cvs commit: xml-axis/java/wsdd WSDD.xsd

2002-11-18 Thread stevel
stevel 2002/11/18 22:31:51 Modified:java/wsdd WSDD.xsd Log: purge a tempory element (undeployment0) that is not needed Revision ChangesPath 1.13 +3 -13 xml-axis/java/wsdd/WSDD.xsd Index: WSDD.xsd ===

Re: Install Axis 1.0 org.apache.jasper.JasperException

2002-11-18 Thread Steve Loughran
- Original Message - From: "Cynthia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 21:50 Subject: Install Axis 1.0 org.apache.jasper.JasperException > I'm trying to get Axis 1.0 up, I got Tomcat 4.1.12 up > and running no problem, but happyaxis.jsp returns a

Re: Install Axis 1.0 org.apache.jasper.JasperException

2002-11-18 Thread Cynthia
Hi, I'm just a new user. 1. I think its Solaris 5.8. 2. It's JDK1.4.1 3. I got the xmlParserAPIs.jar, xercesSamples.jar and xercesImpl.jar from Xerces-J-bin.2.2.1, and I put them all into the axis/WEB-INF/lib directory. Anything wrong? Thanks a lot! cynthia --- Steve Loughran <[EMAIL PROTECTED