Bugs item #993090, was opened at 2004-07-18 10:45 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=993090&group_id=22866
Category: Javassist Group: CVS HEAD Status: Open Resolution: None Priority: 5 Submitted By: Brett Randall (brett_s_r) Assigned to: Shigeru Chiba (chiba) Summary: Loader#findClass should throw ClassNotFoundException Initial Comment: A normal part of the contract of ClassLoader#findClass is that it should throw ClassNotFoundException if there is a problem locating the Class to be loaded. javassist.Loader#findClass does not throw this Exception, which prevents subclasses from throwing it. It also silently catches all Exception-s rather than throwing ClassNotFoundException. Proposed patch attached. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=993090&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
