JMS transport.

2002-03-20 Thread Russell Caswell
Although I have just discovered axis, I would like to help build the JMS transport/listener/sender. I was wondering what the steps are to getting involved at this level. Any info would be appreciated. Thanks, Russ BTW: I don't know what NYI means;) _

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

2002-03-20 Thread dims
dims02/03/20 13:52:23 Modified:java/src/org/apache/axis/client Service.java java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java Log: - Adding support in Stub to keep track of the last "call". - Using TLS to avoid threading problems. - Stub's getCall()

cvs commit: xml-axis/java/test/wsdl/roundtrip Investment.java

2002-03-20 Thread scheu
scheu 02/03/20 13:43:52 Modified:java/src/org/apache/axis/encoding/ser BeanSerializer.java java/src/org/apache/axis/wsdl/toJava JavaBeanWriter.java java/test/wsdl/roundtrip Investment.java Log: Added support for the abstract attribute (optional requir

Solved: Re: Deserialization broken ? ( both beta and nightly )

2002-03-20 Thread costinm
Ok, I got it... One of the objects in the graph didn't have a deserializer, and somehow that messed up some other objects ( including some which were on valid paths ). I can only say - it's a long time since I had this kind of fun, my compliments to anyone who can understand this code ( deseri

Re: Deserialization broken ? ( both beta and nightly )

2002-03-20 Thread costinm
I'm making some progress. It seems the problem is that somehow valueCompleted() is never called for 'deep' objects. That's because DeserializerImpl.endElement() is not called by the SAXRecorder. It seems the handler in SAXRecorder that gets the endElement for the 'deep' multiRefs is a SAXOutp

Re: inconsistency in bean serialization vs. java2wsdl

2002-03-20 Thread Stig Hagen Dommarsnes
R J Scheuerle Jr wrote: > This behaviour is being addressed post-beta. > Great - thanks for the quick reply. Stig -- Stig Hagen Dommarsnes Partner, Machina AS / +47 55 96 21 25

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

2002-03-20 Thread scheu
scheu 02/03/20 12:53:57 Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java SymbolTable.java Utils.java java/test/wsdl/types ComprehensiveTypes.wsdl VerifyTestCase.java Log: Cool changes to more fully sup

Re: inconsistency in bean serialization vs. java2wsdl

2002-03-20 Thread R J Scheuerle Jr
This behaviour is being addressed post-beta. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115) Stig Hagen

inconsistency in bean serialization vs. java2wsdl

2002-03-20 Thread Stig Hagen Dommarsnes
Guys, congratulations on beta1 - great work! Now, in 'beta1rc3' there seems to be a minor inconsistency between bean serialization and wsdl production. Consider this simplistic java bean: public class MyBean { public MyBean() {} private String testField; public getTestField() { retur

DO NOT REPLY [Bug 7298] New: - (Documentation) Installation guide does not state how to start AXIS service

2002-03-20 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 7296] - deploy.wsdd for the stock sample gives false information

2002-03-20 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 7296] New: - deploy.wsdd for the stock sample gives false information

2002-03-20 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: MessageContext method parameter

2002-03-20 Thread Glen Daniels
MessageContext.getCurrentContext() will get you the currently active MessageContext from within your service. This technique (using thread-local storage) is much cleaner than the old kludgey way of doing it. :) --Glen > -Original Message- > From: Dan Silver [mailto:[EMAIL PROTECTED]]

MessageContext method parameter

2002-03-20 Thread Dan Silver
Hi everyone - In Axis alpha 3 I saw the following code in RPCProvider.processMessage(): // if the method wasn't found, try again with msgContext as an // additional, initial argument... if ( method == null ) { args.add( 0, msgContext ); method = getMethod(jc, mName, args); }

Re: Deserialization broken ? ( both beta and nightly )

2002-03-20 Thread costinm
On Wed, 20 Mar 2002, R J Scheuerle Jr wrote: > Could you at least send the Request/Response messages (use tcpmon to > capture the messages). The message is very long and compex, and you'll need the beans too. I'll try to make a simpler test case and beans - but I first need to find out what is

Re: Deserialization broken ? ( both beta and nightly )

2002-03-20 Thread R J Scheuerle Jr
Could you at least send the Request/Response messages (use tcpmon to capture the messages). Are you using Axis for both the client and server ? Without a testcase or more information, I cannot help much. Thanks Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115)

Re: "base=" causes null pointer exception in WSDL2Java

2002-03-20 Thread R J Scheuerle Jr
I don't think this is valid xml. Here is what the xml should look like: Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115)

Re: Deserialization broken ? ( both beta and nightly )

2002-03-20 Thread costinm
On Wed, 20 Mar 2002, R J Scheuerle Jr wrote: > Costin, > > Could you please send the test, wsdl and/or Request/Reply message. The code is quite complex and dependent of the application. I'll try to extract a test case. The problem is with objects that are received after the href was used. It

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

2002-03-20 Thread tomj
tomj02/03/20 08:53:07 Modified:java/src/org/apache/axis/utils resources.properties java/src/org/apache/axis/encoding/ser BaseSerializerFactory.java Log: Preserve error information if we fail to get a serializer. Revision ChangesPa

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

2002-03-20 Thread butek
butek 02/03/20 08:48:25 xml-axis/java/test/wsdl/getPort - New directory

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

2002-03-20 Thread Glen Daniels
No, I understood your point, I was just saying that because the default behavior of this client is different already (local, not remote-to-"http://localhost:8080/axis/servlet/AxisServlet";), having to type the extra "-l" to be consistent with some of the other clients in setting a remote URL d

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

2002-03-20 Thread Doug Davis
You missed my point - for the no arg case use the default to get the client version. But the going to a server (from a usability point of view) having the same command line args for all samples/exes make it easier for people. And that's what the Options class is there for, but to each his own..

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

2002-03-20 Thread Glen Daniels
Hi Doug: I explicitly want the default behavior of this class to be getting the *local* version (i.e. the client), not querying a remote server, so it seemed simpler to just do that in the no-arg case, and take a URL for the case where you want to do it remotely. I suppose we could use optio

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

2002-03-20 Thread Doug Davis
Glen - if you use the Options class it will default the to the proper URL. Plus then changing it will match the other samples' cmd line options. -Dug [EMAIL PROTECTED] on 03/20/2002 11:14:30 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:cvs commit: xml-axis/ja

failing interop tests

2002-03-20 Thread Volkmann, Mark
Title: failing interop tests Yikes!  Axis is currently failing EVERY interop test at http://www.apache.org/~rubys/ApacheClientInterop.html. *** WARNING: All e-mail sent to and from this address will be rec

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

2002-03-20 Thread gdaniels
gdaniels02/03/20 08:14:29 Modified:java/src/org/apache/axis Version.java Log: Add the ability to query a remote Axis server for its version. Revision ChangesPath 1.3 +18 -1 xml-axis/java/src/org/apache/axis/Version.java Index: Version.java ==

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

2002-03-20 Thread gdaniels
gdaniels02/03/20 07:53:44 Modified:java/src/org/apache/axis/description TypeDesc.java java/src/org/apache/axis/encoding/ser BeanDeserializer.java Log: If we're SOAP-encoded and dealing with unprefixed elements, ignore the namespace when matching XML name against met

"base=" causes null pointer exception in WSDL2Java

2002-03-20 Thread Ted X. Toth
    Schema which causes exception:             Stack trace of exception:   java.lang.NullPointerException  at org.apache.axis.wsdl.toJava.TypeEntry.(TypeEntry.java:140)  at org.apache.axis.wsdl.toJava.Element.(Element.java:74)  at org.apache.axis.wsdl.toJava.DefinedElement.(DefinedElement.jav

RE: real AXIS beta 1

2002-03-20 Thread ajack
I wish my e-mail hadn't been down yesterday, 'cos I blew 5+ hours trying to debug my install. Note: AXIS alpha 3 was a pleasure to install/use and I appreciate all the effort that has gone in to this, hence I am slowly typing this long e-mail w/ my left hand (I broke the right arm) 'cos I hope it

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

2002-03-20 Thread dims
dims02/03/20 07:16:35 Modified:java/test/encoding TestBeanDeser.java Log: Adding (but commented out) a variation of testReturn where the namespace set to the root itself. Revision ChangesPath 1.2 +33 -0 xml-axis/java/test/encoding/TestBeanDeser.java I

RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava Sym bolTable.java

2002-03-20 Thread Glen Daniels
+1! > -Original Message- > From: Russell Butek [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 20, 2002 9:59 AM > To: [EMAIL PROTECTED] > Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava > Sym bolTable.java > > > Yes, it's a required attribute. And since WSDL

RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava Sym bolTable.java

2002-03-20 Thread Russell Butek
Yes, it's a required attribute. And since WSDL4J, unfortunately, claims they're not a validator, we've got to validate it. It would be nice for WSDL4J to get under the Apache umbrella. As users of WSDL4J I think we all agree that it SHOULD validate WSDL. If it were under Apache, we could proba

RE: WSDL2Java auto toString()

2002-03-20 Thread Tom Jordahl
Wouldn't a toString() method on you example have to include both the int and the String? What format would you expect it in? I am not sure we can generate anything useful other than debugging output -- Tom Jordahl Macromedia -Original Message- From: Token Scotsman [mailto:[EMAIL

RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava SymbolTable.java

2002-03-20 Thread Tom Jordahl
Hey Russell, Isn't use a required attribute in the WSDL? I guess WSDL4J doesn't require it :-( -- Tom Jordahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 8:37 AM To: [EMAIL PROTECTED] Subject: cvs commit: xml-axis/java/src/

Urgent interop problem with .NET if String parameter is null

2002-03-20 Thread Thomas Börkel
HI! Consider the following method in a Java server: public String parameterTest(short s, int i, double d, String t, boolean b) Now, if .NET is the client and I call parameterTest(1, 2, 3.5, null, true), then .NET does not pass in 't' at all. This results in an error in Axis. This is the SO

Re: Deserialization broken ? ( both beta and nightly )

2002-03-20 Thread R J Scheuerle Jr
Costin, Could you please send the test, wsdl and/or Request/Reply message. We have a number of testcases in Axis that test the id/href processing. These tests are running properly. Thanks Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115)

DO NOT REPLY [Bug 7267] New: - Null Values in Envelope are not correct

2002-03-20 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 7269] New: - Empty ID attributes in responses

2002-03-20 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 7268] New: - Responses no not declare correct EncodingStyles

2002-03-20 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 7270] New: - Error when mapping Arrays to Collections

2002-03-20 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/test/encoding RETURN.java TestBeanDeser.java PackageTests.java

2002-03-20 Thread dims
dims02/03/20 05:44:57 Modified:java/src/org/apache/axis/encoding/ser BeanDeserializer.java java/test/encoding PackageTests.java Added: java/test/encoding RETURN.java TestBeanDeser.java Log: - Convert xml name to java name before looking into the propertyMa

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

2002-03-20 Thread butek
butek 02/03/20 05:36:47 Modified:java/src/org/apache/axis/utils resources.properties java/src/org/apache/axis/wsdl/toJava SymbolTable.java Log: Throw a useful exception if the use attribute is missing from a soap:operation. It used to throw NullPointerException.

tt-bytecode license

2002-03-20 Thread Glyn Normington
Abe, We included the attached license file with Axis. I hope it's acceptable. For proof that Axis actually uses tt-bytecode.jar, see, for example, http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user-guide.html#Installation. (See attached file: tt-bytecode.LICENSE) Finally, thank

Class Message (xml-axis-beta1-rc2)

2002-03-20 Thread LAMY Olivier
With this class org.apache.soap.messaging.Message, we have the following method send(java.net.URL url, java.lang.String actionURI, Envelope env) and addBodyPart javax.mail.internet.MimeBodyPart part) But with the class org.apache.axis.Message, this methods doesn't exist. How to do th

custom provider, session expiration questions

2002-03-20 Thread Maciek Kaminski
I post this to the developer list, since I have not received any answers from user list: How to register custom provider(subclass of RPCProvider)? Is there any way for session to notify service object that it has expired and is about to be reaped? Maciek Kaminski [EMAIL PROTECTED]