DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7059>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7059

Jasper compiler holds pointers to jars in WEB-INF/lib: cannot delete





------- Additional Comments From [EMAIL PROTECTED]  2002-03-13 00:56 -------
Hmmm, my experience with setting setUseCaches(false) was the same as Glenn's --
it did not seem to make any difference because the JAR file itself was left
open.  Adding a call to jarFile.close() after the TLD scan is complete, however,
causes more problems (such as two Watchdog failures on pages that reference TLDs
inside of JAR files).  Apparently, the Jasper compiler reparses the TLD again at
page compile time, even though it already pre-scanned it at app startup --
that's going to take some more study.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to