Bugs item #637940, was opened at 2002-11-13 13:24 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637940&group_id=22866
Category: JBossServer Group: v2.4 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Jimmy Wan (jwan) Assigned to: Nobody/Anonymous (nobody) Summary: NamingService doesn't close context Initial Comment: In org.jboss.naming.NamingService, the startService() method creates an InitialContext, but does not close it, and instead waits for the garbage collecor to clean up the IntialContext object. Resolution: Need to add iniCtx.close() to the end of the method. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637940&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by: Are you worried about your web server security? Click here for a FREE Thawte Apache SSL Guide and answer your Apache SSL security needs: http://www.gothawte.com/rd523.html _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
