[jboss-jira] [JBoss JIRA] Created: (JBID-186) Ensure loadClass on classloader happens during initialization and not during request handling

Anil Saldhana (JIRA) jira-events at lists.jboss.org
Tue Sep 8 17:16:23 EDT 2009


Ensure loadClass on classloader happens during initialization and not during request handling
---------------------------------------------------------------------------------------------

                 Key: JBID-186
                 URL: https://jira.jboss.org/jira/browse/JBID-186
             Project: JBoss Identity
          Issue Type: Task
          Components: Identity-Federation
    Affects Versions: IDFED-1.0.0.beta1
            Reporter: Anil Saldhana
            Assignee: Anil Saldhana
             Fix For: IDFED-1.0.0.CR2


loadClass is a synchronized operation. Hence needs to be performed during initialization.   The request handling process can then do clazz.newInstance.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list