Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JELLY-134 Here is an overview of the issue: --------------------------------------------------------------------- Key: JELLY-134 Summary: Handle JVMs that return null for getClass().getClassLoader() Type: Improvement Status: Unassigned Priority: Minor Project: jelly Components: core / taglib.core Fix Fors: 1.0-beta-4 Versions: 1.0-beta-4 Assignee: Reporter: dion gillard Created: Thu, 9 Sep 2004 7:02 AM Updated: Thu, 9 Sep 2004 7:02 AM Description: ClassLoader classLoader = this.getClass().getClassLoader () ; the following if (classLoader == null) { classLoader = ClassLoader.getSystemClassLoader() ; } --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
