I have a Connection Pool being shared with all my JSP pages through the
<...useBean... scope="application"..>
The ConnectionPool works fine, it has ran for weeks inside a servlet,
without a hitch.
However, every now and then (a dozen or so times a day), a request for a db
aware page throws:
Error during JSP page parsing
Unknown exception: java.lang.NullPointerException:
The solution is to stop/start the Web server and everything is fine...until
the next time.
My ConnectionPool is the only Bean being shared this way throughout the
whole app.
Any ideas ?
thanks,
Mark.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".