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

2002-04-02 Thread dims
dims02/04/02 11:07:17 Modified:java build.xml java/src/org/apache/axis/description ServiceDesc.java java/src/org/apache/axis/utils JavaUtils.java java/src/org/apache/axis/wsdl/fromJava ClassRep.java Added: java/src/org/apache/

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

2002-03-28 Thread butek
butek 02/03/28 07:21:47 Modified:java/src/org/apache/axis/wsdl/fromJava ClassRep.java Emitter.java MethodRep.java Log: Fixed bugzilla report #7049. Java2WSDL did not produce proper WSDL for overloaded Java methods. It needed to give the input/output sta

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

2002-03-12 Thread gdaniels
gdaniels02/03/12 09:41:06 Modified:java/src/org/apache/axis/utils JavaUtils.java java/src/org/apache/axis/wsdl/fromJava ClassRep.java Log: Move getParameterNamesFromDebugInfo() into JavaUtils so it can be accessed by others, and make the cache a Hashtable for thread

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

2002-03-07 Thread gdaniels
gdaniels02/03/07 07:45:51 Modified:java/src/org/apache/axis/wsdl/fromJava ClassRep.java Log: Clean up cache code a bit, pull cache up to the class level and make it static so that it's more useful. Might want to add some cache-cleaning code later (every call after more than

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

2002-03-06 Thread scheu
scheu 02/03/06 12:51:12 Modified:java/src/org/apache/axis/wsdl/fromJava ClassRep.java Log: Patch for parameter name detection submitted by Thomas Borkel Revision ChangesPath 1.21 +40 -15xml-axis/java/src/org/apache/axis/wsdl/fromJava/ClassRep.java Index:

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

2002-03-01 Thread scheu
scheu 02/03/01 11:54:44 Modified:java/src/org/apache/axis/wsdl/fromJava ClassRep.java Log: Thanks Tom for pointing this out. Revision ChangesPath 1.20 +0 -2 xml-axis/java/src/org/apache/axis/wsdl/fromJava/ClassRep.java Index: ClassRep.java

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava ClassRep.java Emitter.java ExceptionRep.java FieldRep.java MethodRep.java ParamRep.java

2002-02-27 Thread scheu
scheu 02/02/27 12:31:10 Modified:java/src log4j.properties java/src/org/apache/axis/wsdl/fromJava ClassRep.java Emitter.java ExceptionRep.java FieldRep.java MethodRep.java ParamRep.java Log: The following changes were

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

2002-02-18 Thread gdaniels
gdaniels02/02/18 15:44:17 Modified:java build.xml java/src/org/apache/axis/utils JWSClassLoader.java java/src/org/apache/axis/utils/compiler AbstractCompiler.java java/src/org/apache/axis/wsdl/fromJava ClassRep.jav

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

2002-02-14 Thread gdaniels
gdaniels02/02/14 14:46:34 Modified:java/samples/echo TestClient.java java/samples/transport FileTest.java java/src/org/apache/axis MessageContext.java java/src/org/apache/axis/client Call.java ServiceClient.java java/src/org/ap

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

2002-02-08 Thread tomj
tomj02/02/08 12:48:30 Modified:java/src/org/apache/axis/wsdl/fromJava ClassRep.java Log: Skip over the getParameterName functions in the Skeleton class when generating WSDL. Revision ChangesPath 1.13 +8 -4 xml-axis/java/src/org/apache/axis/wsdl/fromJava/C

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

2002-02-07 Thread tomj
tomj02/02/07 13:29:10 Modified:java/src/org/apache/axis/wsdl/fromJava ClassRep.java Log: Use java.* and javax.* as the default stop list so we do not generate WSDL for methods in, for instance, javax.ejb.EJBProvider. This replaces the previous logic which just stopped a

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

2002-02-04 Thread tomj
tomj02/02/04 11:39:56 Modified:java/src/org/apache/axis/wsdl/fromJava ClassRep.java Log: Walk up the inheritance heirarchy for classes and interfaces when looking for methods. This supports the Stop Classes; classes which teminate the lookup when encountered on the chain.

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

2002-02-01 Thread tomj
tomj02/02/01 15:17:17 Modified:java/src/org/apache/axis/wsdl/fromJava ClassRep.java Log: Back off on method inheritance change for the weekend. Revision ChangesPath 1.10 +24 -0 xml-axis/java/src/org/apache/axis/wsdl/fromJava/ClassRep.java Index: ClassRe