APAR status
Closed as program error.
Error description
In a JSP which uses an Inner Class (below is a snippet of code
illustrating how the inner class Map.Entry is utilised in the
JSP) a
Debugger Source Lookup dialog box appears stating that the
source for
org.apache.jsp._SS_5F_BuyStockDetail could not be found and
prompts
me to select or add a new source path. After selecting OK I am
returned
to the Debug perspective with an extra window for _jspService
containing Source not found for
_SS_5F_BuyStockDetail._jspService
(HttpServletRequest, HttpServletResponse) line: 154 . I also get
the
message Top level attribute InnerClasses not recognized. in
the
console.
:
while(initialItr2.hasNext())
{
initialSsps = (ScreenSalesPurchaseStock)initialItr2.next();
HashMap tempHashMap = (HashMap)initialSsps.getTemplateCCIF();
Set set = tempHashMap.entrySet();
Iterator hashMapItr = set.iterator();
while(hashMapItr.hasNext()){
Map.Entry me = (Map.Entry) hashMapItr.next();
TemplateCCIF tccif = (TemplateCCIF) me.getValue();
:
}
}
:
Local fix Problem summary
****************************************************************
* USERS AFFECTED: All WebSphere Application Server users *
****************************************************************
* PROBLEM DESCRIPTION: When debuging a jsp in WebSphere *
* Studio Application developer, WebSphere *
* test enviroment puts this message in *
* the console: "Top level attribute *
* InnerClass not recognized" *
****************************************************************
* RECOMMENDATION: *
****************************************************************
Application Server JSP compiler can not properly process java
class attribute InnerClass.
Problem conclusion
Implemented a new algorithm to properly handle java class
attribute InnerClass
Temporary fix Comments
APAR information |
APAR number |
PQ92542 |
Reported component name |
WAS BASE 5.0 |
Reported component ID |
5630A3600 |
Reported release |
00W |
Status |
CLOSED PER |
PE |
NoPE |
HIPER |
NoHIPER |
Special Attention |
NoSpecatt |
Submitted date |
2004-08-06 |
Closed date |
2004-08-26 |
Last modified date |
2004-08-26 |
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
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 |
|