Participation

2002-03-30 Thread Vaidya, Raghavendra (CORP, GEITC)
Hi Guys, I want to participate in AXIS development. Can somebody suggest which is the best way to get started? regards Vaidya "THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS IS INTENDED ONLY FOR THE ADDRESSEE and may contain confidential and privileged information. If the reader of this message

cvs commit: xml-axis/java/test/inheritance Child.java PackageTests.java Parent.java TestInheritance.java

2002-03-30 Thread gdaniels
gdaniels02/03/30 20:15:32 Modified:java/src/org/apache/axis/description OperationDesc.java ServiceDesc.java java/src/org/apache/axis/message RPCElement.java java/src/org/apache/axis/providers/java RPCProvider.java java

cvs commit: xml-axis/java/test/inheritance - New directory

2002-03-30 Thread gdaniels
gdaniels02/03/30 20:09:37 xml-axis/java/test/inheritance - New directory

[SECURITY] Exporting * methods should not export java.lang.Object methods?

2002-03-30 Thread Kevin A. Burton
OK... I don't know how severe this is. I don't think it is a huge problem but I think that by default we should not allow methods defined within java.lang.Object to be exported. I was thinking you could do a DoS by calling wait() on the remote machine multiple times. This can't happen because

Re: client.Service getCall()

2002-03-30 Thread Russell Butek
The session info doesn't get lost. One of the first functional tests, the address book sample, depends on sessions working, and they do. I agree with you that the stubs are ugly and should be tidied up if they can be. Perhaps we should just go to a simple model of synchronizing every method cal

Re: Skeletons

2002-03-30 Thread Russell Butek
On the whole, this stuff sounds good to me. Just two comments. 1. I would prefer that the Skeleton interface contain the method getOperationDescsByName. It doesn't cost much. The skeletons can still implement the static method, and the instance methods could do nothing more than call the stat

[GUMP] Build Failure - Axis

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

DTD for WSDD

2002-03-30 Thread Mark Volkmann
Where can I find a DTD for WSDD? Surely one exist somewhere.