PQ93881: When useThreadTagPool flag is used in the JSP attribute assembly properties, JSP fails to compile when a tag in the JSTL is used | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() APAR status Closed as program error. Error description Code generated by the JSP compiler with the useThreadTagPool is different than then the code without the flag. It appears that the import "javax.servlet.jsp.tagext.*" is ommitted from the generated code.Local fix import "javax.servlet.jsp.tagext.*" explicitly in the JSP solves the problem.Problem summary **************************************************************** * USERS AFFECTED: All WebSphere Application Server users * **************************************************************** * PROBLEM DESCRIPTION: JSP tag fails to compile when * * useThreadTagPool flag is set * **************************************************************** * RECOMMENDATION: * **************************************************************** The JSP compiler throws an org.apache.jsp.TryCatchFinally not found exception when useThreadTagPoolflag is setProblem conclusion Application Server JSP compiler now properly cascades TryCatchFinally, so the JSP tag is compiled successfully.Temporary fix Comments
APAR is sysrouted FROM one or more of the following: APAR is sysrouted TO one or more of the following: Modules/Macros
Publications Referenced
|
Product categories: Software > Application Servers >
Distributed Application & Web Servers > WebSphere Application
Server > General
Operating system(s):
Software version: 00W
Software edition:
Reference #: PQ93881
IBM Group: Software Group
Modified date: Sep 21, 2004
(C) Copyright IBM Corporation 2000, 2008. All Rights Reserved.