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

http://issues.apache.org/bugzilla/show_bug.cgi?id=29478

problem with JSPC and useBean and static initialization





------- Additional Comments From [EMAIL PROTECTED]  2004-06-09 21:27 -------
went and looked at the try-catch block.  You are trapping Exception. 
NoClassDefFoundError is not an Exception, it's an Error.  You should consider
trapping Throwable instead, if you want to guarantee the newInstance will not
cause compilation to fail.

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

Reply via email to