PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2800 *** shadow/2800 Wed Jul 25 13:37:03 2001 --- shadow/2800.tmp.12371 Thu Jul 26 01:27:39 2001 *************** *** 65,68 **** { return validator; } ! } --- 65,71 ---- { return validator; } ! } ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-07-26 01:27 ------- ! Putting the return inside a finally is a bad idea - if the try block or any ofthe catches throws an exception, the finally will be executed, and return avalue (in this case probably null), and the exception will be discarded. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
