[ http://nagoya.apache.org/jira/browse/XALANJ-238?page=history ]

Henry Zongaro updated XALANJ-238:
---------------------------------

      Assign To:     (was: Xalan Developers Mailing List)
           type: Improvement  (was: Bug)
    Description: 
Due to the advent of the ContextClassLoader in Java2, we now need to make sure 
that we're using it where appropriate to dynamically load classes and locate 
resource files along the classpath.  There are currently a number of methods 
strewn about that implement this.  We need to centralize these into a single 
class with a public static method.  The class should be loaded once per thread 
so that we can cache the context class loader, I think.
Gary

  was:
Due to the advent of the ContextClassLoader in Java2, we now need to make sure 
that we're using it where appropriate to dynamically load classes and locate 
resource files along the classpath.  There are currently a number of methods 
strewn about that implement this.  We need to centralize these into a single 
class with a public static method.  The class should be loaded once per thread 
so that we can cache the context class loader, I think.
Gary

    Environment: 
Operating System: All
Platform: All

  was:
Operating System: All
Platform: All

       Priority: Major
    Bugzilla Id:   (was: 1845)

> Clean up Class.forName and Class.getResourceAsStream
> ----------------------------------------------------
>
>          Key: XALANJ-238
>          URL: http://nagoya.apache.org/jira/browse/XALANJ-238
>      Project: XalanJ2
>         Type: Improvement
>   Components: Other
>     Versions: 2.0.1
>  Environment: Operating System: All
> Platform: All
>     Reporter: Gary L Peskin

>
> Due to the advent of the ContextClassLoader in Java2, we now need to make 
> sure 
> that we're using it where appropriate to dynamically load classes and locate 
> resource files along the classpath.  There are currently a number of methods 
> strewn about that implement this.  We need to centralize these into a single 
> class with a public static method.  The class should be loaded once per 
> thread 
> so that we can cache the context class loader, I think.
> Gary

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.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]

Reply via email to