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
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
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:
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
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
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
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
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
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.
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
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
11 matches
Mail list logo