Patches item #608841, was opened at 2002-09-13 11:10 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=608841&group_id=22866
Category: JBossMQ Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: David Thexton (davidthexton) Assigned to: Nobody/Anonymous (nobody) Summary: Close PreparedStatement in finally block Initial Comment: Running out of cursors in Oracle while using our JMS intensive application lead us to this code, which doesn't close all of its PreparedStatements. I followed the original coding style to always attempt closing them in a finally block discarding any exception thrown when closing. This is my first submission, so please forgive me if I do something wrong... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=608841&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
