You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by co...@jakarta.apache.org on 2004/09/09 16:03:37 UTC

[jira] Created: (JELLY-134) Handle JVMs that return null for getClass().getClassLoader()

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Closed: (JELLY-134) Handle JVMs that return null for getClass().getClassLoader()

Posted by co...@jakarta.apache.org.
Message:

   The following issue has been closed.

   Resolver: dion gillard
       Date: Thu, 9 Sep 2004 8:14 AM

Added ClassLoaderUtils class and used it whereever getClass().getClassLoader() was being used.
---------------------------------------------------------------------
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: Closed
   Priority: Minor
 Resolution: FIXED

    Project: jelly
 Components: 
             core / taglib.core
   Fix Fors:
             1.0-beta-4
   Versions:
             1.0-beta-4

   Assignee: dion gillard
   Reporter: dion gillard

    Created: Thu, 9 Sep 2004 7:02 AM
    Updated: Thu, 9 Sep 2004 8:14 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org