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

2003-01-01 Thread gdaniels
gdaniels2003/01/01 09:45:52 Modified:java/src/org/apache/axis/description ServiceDesc.java Log: Fix bugs: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13146 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11766 Be more careful about matching overloaded methods with

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

2002-09-27 Thread Tom Jordahl
-axis/java/src/org/apache/axis/description ServiceDesc.java gdaniels2002/09/27 14:24:54 Modified:java/src/org/apache/axis/description ServiceDesc.java Log: Make sure we skip skeleton methods when introspecting to generate OperationDescs. Revision ChangesPath 1.63

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

2002-09-27 Thread gdaniels
gdaniels2002/09/27 14:24:54 Modified:java/src/org/apache/axis/description ServiceDesc.java Log: Make sure we skip skeleton methods when introspecting to generate OperationDescs. Revision ChangesPath 1.63 +14 -1 xml-axis/java/src/org/apache/axis/description/Ser

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

2002-09-20 Thread dims
dims2002/09/20 07:29:52 Modified:java/src/org/apache/axis/utils/bytecode ParamNameExtractor.java java/src/org/apache/axis/description ServiceDesc.java Log: Fix for Bug 12853 - ArrayIndexOutOfBoundsException caused by utils.bytecode Not

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

2002-09-20 Thread Tom Jordahl
evelopment -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 10:07 AM To: [EMAIL PROTECTED] Subject: cvs commit: xml-axis/java/src/org/apache/axis/description ServiceDesc.java dims2002/09/20 07:06:52 Modified:java/src/org/a

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

2002-09-20 Thread dims
dims2002/09/20 07:06:52 Modified:java/src/org/apache/axis/description ServiceDesc.java Log: Possible fix for Bug 12836 - wsdl:part name is empty "" if not compile with debug Note: It's difficult to write a test case for this :-) Revision ChangesPath 1.56 +1

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

2002-07-03 Thread Glen Daniels
ED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 03, 2002 4:57 PM > To: [EMAIL PROTECTED] > Subject: cvs commit: xml-axis/java/src/org/apache/axis/description > ServiceDesc.java > > > tomj2002/07/03 13:57:14 > > Modified:java/src/org/apache/axi

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

2002-07-03 Thread tomj
tomj2002/07/03 13:57:14 Modified:java/src/org/apache/axis/description ServiceDesc.java Log: Fix a problem with Skeletons and WSDL generation: The getOperationDescs() and getOperationDescByName() APIs were showing up in WSDL when skeletons were turned on. Fix: Filter o

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

2002-07-03 Thread gdaniels
gdaniels2002/07/03 13:02:07 Modified:java/src/org/apache/axis/wsdl/fromJava Tag: beta-3 Types.java java/src/org/apache/axis/description Tag: beta-3 ServiceDesc.java Log: Simple fix for bug 10103. Don't write Holder

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

2002-07-02 Thread gdaniels
gdaniels2002/07/02 07:57:57 Modified:java/src/org/apache/axis/description Tag: beta-3 ServiceDesc.java Log: Merge fix for bug #10173 over to beta-3 branch. Revision ChangesPath No revision No revision

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

2002-07-02 Thread gdaniels
gdaniels2002/07/02 07:57:06 Modified:java/src/org/apache/axis/description ServiceDesc.java Log: Fix bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10173 When adding a new Method from introspection, make sure we don't already have a matching one in a subclass. Th

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

2002-06-29 Thread gdaniels
gdaniels2002/06/29 12:46:26 Modified:java/src/org/apache/axis/deployment/wsdd WSDDService.java java/src/org/apache/axis/description ServiceDesc.java Log: Fix bugzilla bug : http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9826 We now correctly set the "mess

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

2002-06-24 Thread stevel
stevel 2002/06/24 16:01:22 Modified:java/src/org/apache/axis/description ServiceDesc.java Log: surprising to see that getOperations() forces a complete reevaluation of what is up the object chain...I'd have expected that to be cached after the first time. It means that the servle

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

2002-05-03 Thread gdaniels
gdaniels02/05/03 05:30:56 Modified:java/src/org/apache/axis/description ServiceDesc.java Log: Create not OperationDescs for certain Methods - for lo, they may forsooth be not public! Fixes: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8585 Revision ChangesPat

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

2002-04-17 Thread Glen Daniels
Russell, this should fix the problem with skeletons + test.wsdl.types. --Glen > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 18, 2002 12:19 AM > To: [EMAIL PROTECTED] > Subject: cvs commit: xml-axis/java/src/org/apache/a

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

2002-04-17 Thread gdaniels
gdaniels02/04/17 21:19:14 Modified:java/src/org/apache/axis/description ServiceDesc.java Log: If the introspected type is a Holder, use the held class when determining the type QName. Revision ChangesPath 1.18 +9 -1 xml-axis/java/src/org/apache/axis/descripti

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

2002-04-11 Thread gdaniels
gdaniels02/04/11 10:08:37 Modified:java/src/org/apache/axis/description ServiceDesc.java Log: When syncing operations to java methods, make sure to record the return class as well... Revision ChangesPath 1.16 +2 -0 xml-axis/java/src/org/apache/axis/descriptio

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

2002-04-11 Thread gdaniels
gdaniels02/04/11 09:23:47 Modified:java/src/org/apache/axis/deployment/wsdd WSDDService.java java/src/org/apache/axis/description ServiceDesc.java Log: Clean up imports, allow style attribute on in WSDD to default the provider, so you don't need to specify provider

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

2002-03-29 Thread gdaniels
gdaniels02/03/29 15:26:36 Modified:java/src/org/apache/axis/description ServiceDesc.java Log: If we find a Skeleton class, ask it for an array of OperationDescs. Revision ChangesPath 1.9 +64 -49xml-axis/java/src/org/apache/axis/description/ServiceDesc.java