APAR status
Closed as program error.
Error description
USer using Sun's SAAJ to invoke a serlet. He has a J2EE client
to invoke the servlet. This is the code that fails:
SOAPPart part = message.getSOAPPart();
logger.debug("h0 " + (part == null));
Source partSource = part.getContent();
logger.debug("h1 " + (partSource == null));
DOMResult partResult = new DOMResult();
// IT FAILS BELOW... WHY IS PARTSOURCE NULL ABOVE?
tr.transform(partSource,partResult);
logger.debug("h2");
Local fix Problem summary
****************************************************************
* USERS AFFECTED: Anyone using the SOAPPart.getConent() method *
****************************************************************
* PROBLEM DESCRIPTION: The SOAPPart.getContent() method *
* returns null instead of returning a *
* javax.xml.transform.Source object. *
****************************************************************
* RECOMMENDATION: *
****************************************************************
SOAPPart.getContent() should return a valid Source instance
instead of null.
Problem conclusion
The getContent() implementation has been fixed so that it
returns an actual value instead of null.
Temporary fix Comments
APAR information |
APAR number |
PQ92498 |
Reported component name |
WAS BASE 5.0 |
Reported component ID |
5630A3600 |
Reported release |
10W |
Status |
CLOSED PER |
PE |
NoPE |
HIPER |
NoHIPER |
Special Attention |
NoSpecatt |
Submitted date |
2004-08-05 |
Closed date |
2004-08-24 |
Last modified date |
2006-07-07 |
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
PK27766
Modules/Macros
Publications Referenced
Applicable component levels |
R003 PSY |
UP |
R00A PSY |
UP |
R00H PSY |
UP |
R00I PSY |
UP |
R00P PSY |
UP |
R00S PSY |
UP |
R00W PSY |
UP |
R103 PSY |
UP |
R10A PSY |
UP |
R10H PSY |
UP |
R10I PSY |
UP |
R10P PSY |
UP |
R10S PSY |
UP |
R10W PSY |
UP |
|