136
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Sep 14, 2024 — Sep 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed an import of javax. More... over 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... over 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... over 24 years ago
More SSL stuff Submitted by: Darrell Drake ([email protected]) More... over 24 years ago
More SSL stuff Submitted by: Darrell Drake ([email protected]) More... over 24 years ago
Make the XMLserializer preserve spaces. Thanks to David Melgar ([email protected]) for finding/fixing this one! More... over 24 years ago
Make the XMLserializer preserve spaces. Thanks to David Melgar ([email protected]) for finding/fixing this one! More... over 24 years ago
Client chains were not being deployed properly More... over 24 years ago
Client chains were not being deployed properly More... over 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... over 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... over 24 years ago
Fixed some syntax errors in the shell script. PR: Obtained from: Submitted by: Reviewed by: More... over 24 years ago
Fixed some syntax errors in the shell script. PR: Obtained from: Submitted by: Reviewed by: More... over 24 years ago
Opps - forgot to add the file More... over 24 years ago
Opps - forgot to add the file More... over 24 years ago
MOved some things to be in XMLUtils Added a test for StockQuoteService.jws More... over 24 years ago
MOved some things to be in XMLUtils Added a test for StockQuoteService.jws More... over 24 years ago
Debug Handler doesn't reset More... over 24 years ago
Debug Handler doesn't reset More... over 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... over 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... over 24 years ago
JDOM->JAXP Still needs some work but I wanted to get the 1st pass in there. More... over 24 years ago
JDOM->JAXP Still needs some work but I wanted to get the 1st pass in there. More... over 24 years ago
no message More... over 24 years ago
no message More... over 24 years ago
no message More... over 24 years ago
no message More... over 24 years ago
Added getTypeQName() method as per Glen's suggestion More... over 24 years ago
Added getTypeQName() method as per Glen's suggestion More... over 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... over 24 years ago