136
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed an import of javax. More... about 24 years ago
Removed client need for servlet.jar and made the classloader use the same classloader that loaded everything else, instead of the system class loader (issues noticed by Sam Ruby). More... about 24 years ago
Removed client need for servlet.jar and made the classloader use the same classloader that loaded everything else, instead of the system class loader (issues noticed by Sam Ruby). More... about 24 years ago
More SSL stuff Submitted by: Darrell Drake ([email protected]) More... about 24 years ago
More SSL stuff Submitted by: Darrell Drake ([email protected]) More... about 24 years ago
Make the XMLserializer preserve spaces. Thanks to David Melgar ([email protected]) for finding/fixing this one! More... about 24 years ago
Make the XMLserializer preserve spaces. Thanks to David Melgar ([email protected]) for finding/fixing this one! More... about 24 years ago
Client chains were not being deployed properly More... about 24 years ago
Client chains were not being deployed properly More... about 24 years ago
Changing use of XMLSerializer from ByteArrayOutputStream to StringWriter. ByteArrayOutputStream.toString() doesn't handle international chars very well (thanks to Michael Brennan ([email protected]) for noticing). Hopefully StringWriter is ok. More... about 24 years ago
Changing use of XMLSerializer from ByteArrayOutputStream to StringWriter. ByteArrayOutputStream.toString() doesn't handle international chars very well (thanks to Michael Brennan ([email protected]) for noticing). Hopefully StringWriter is ok. More... about 24 years ago
Fixed some syntax errors in the shell script. PR: Obtained from: Submitted by: Reviewed by: More... about 24 years ago
Fixed some syntax errors in the shell script. PR: Obtained from: Submitted by: Reviewed by: More... about 24 years ago
Opps - forgot to add the file More... about 24 years ago
Opps - forgot to add the file More... about 24 years ago
MOved some things to be in XMLUtils Added a test for StockQuoteService.jws More... about 24 years ago
MOved some things to be in XMLUtils Added a test for StockQuoteService.jws More... about 24 years ago
Debug Handler doesn't reset More... about 24 years ago
Debug Handler doesn't reset More... about 24 years ago
Fixed debug processing - missing namespace in xml dropped some AxisFault code by mistake - added it back "chain"->"service" in Admin list More... about 24 years ago
Fixed debug processing - missing namespace in xml dropped some AxisFault code by mistake - added it back "chain"->"service" in Admin list More... about 24 years ago
JDOM->JAXP Still needs some work but I wanted to get the 1st pass in there. More... about 24 years ago
JDOM->JAXP Still needs some work but I wanted to get the 1st pass in there. More... about 24 years ago
no message More... about 24 years ago
no message More... about 24 years ago
no message More... about 24 years ago
no message More... about 24 years ago
Added getTypeQName() method as per Glen's suggestion More... about 24 years ago
Added getTypeQName() method as per Glen's suggestion More... about 24 years ago
WSDD supports the notion of Handler configuration parameters as being "lockable". That is, once the value is set, it cannot be changed. This class extends the standard java.util.Hashtable to support the notion of "lockable items". More... about 24 years ago