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

2002-09-17 Thread scheu
scheu 2002/09/17 11:17:27 Modified:java/src/org/apache/axis/deployment/wsdd WSDDService.java Log: Added initTMR() method back. Added protection against NPEs. Revision ChangesPath 1.89 +37 -6 xml-axis/java/src/org/apache/axis/deployment/wsdd/WSDDService.j

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

2002-09-17 Thread dims
dims2002/09/17 05:38:59 Modified:java/src/org/apache/axis/deployment/wsdd WSDDService.java Log: Fix for Bug 12698 - null pointer when running WSDDService.validateDescriptors() Revision ChangesPath 1.88 +3 -14 xml-axis/java/src/org/apache/axis/deployment/wsd

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

2002-06-04 Thread rsitze
rsitze 2002/06/04 13:34:03 Modified:java/src/org/apache/axis MessageContext.java java/src/org/apache/axis/client Call.java java/src/org/apache/axis/description ServiceDesc.java java/src/org/apache/axis/deployment/wsdd WSDDService.java Log:

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

2002-05-02 Thread gdaniels
gdaniels02/05/02 13:23:45 Modified:java/src/org/apache/axis/deployment/wsdd WSDDService.java Log: Add accessors for typemappings Vector (mostly for tool support). Revision ChangesPath 1.62 +8 -0 xml-axis/java/src/org/apache/axis/deployment/wsdd/WSDDService.jav

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

2002-04-24 Thread scheu
scheu 02/04/24 10:48:57 Modified:java/src/org/apache/axis/deployment/wsdd WSDDService.java Log: Small defect in the WSDDService reported by Greg Truty (IBM). The loop in makeNewInstance can cause duplicate OperationDesc objects to be added to the ServiceDesc. The fix i

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

2002-04-23 Thread scheu
scheu 02/04/23 15:33:20 Modified:java/src/org/apache/axis/deployment/wsdd WSDDService.java Log: A bug in the WSDDService object was reported by Greg Truty. He is building a WSDDService on the fly and using the addOperation code to add WSDDOperations. The code was faili

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

2002-04-15 Thread scheu
scheu 02/04/15 07:36:02 Modified:java/src/org/apache/axis/deployment/wsdd WSDDService.java Log: addOperation added back Revision ChangesPath 1.58 +7 -0 xml-axis/java/src/org/apache/axis/deployment/wsdd/WSDDService.java Index: WSDDService.java

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

2002-04-08 Thread igors
igors 02/04/08 15:37:56 Modified:java/src/org/apache/axis/deployment/wsdd WSDDService.java Log: Separated out validateDescriptors method on WSDDService to enable dynamic deployment. This became necessary with recent addition of ServiceDescr. It is now safely possible to WSDD

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

2002-04-01 Thread gdaniels
gdaniels02/04/01 12:29:40 Modified:java/src/org/apache/axis/deployment/wsdd WSDDService.java Log: This should be a little better, though perhaps still not perfect. Revision ChangesPath 1.50 +3 -4 xml-axis/java/src/org/apache/axis/deployment/wsdd/WSDDService.

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

2002-03-28 Thread gdaniels
gdaniels02/03/28 16:05:42 Modified:java/src/org/apache/axis/deployment/wsdd WSDDService.java Log: Remove experimental Class.forName() call in WSDDService constructor - need to figure out how to get an initialized ServiceDesc for real at the appropriate time. Revision Chang

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

2002-02-08 Thread scheu
scheu 02/02/08 14:57:19 Modified:java/src/org/apache/axis/deployment/wsdd WSDDService.java Log: added addTypeMapping so a type mapping can be added to the service without having to deploy it at the same time Revision ChangesPath 1.38 +10 -1 xml-axis/java/src