[jboss-jira] [JBoss JIRA] Closed: (JBCL-127) Add a ClassNotFoundHandler

Adrian Brock (JIRA) jira-events at lists.jboss.org
Wed Nov 18 11:58:29 EST 2009


     [ https://jira.jboss.org/jira/browse/JBCL-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Brock closed JBCL-127.
-----------------------------

    Resolution: Done


Any number of ClassNotFoundHandler can be registered with the 
ClassLoaderPolicy/Domain/System.

They are tried in the order above and the order they are registered until one returns true.
If one returns true the classloading attempt is retried once. 

NOTE: If that one attempt fails, further handlers are not asked.

> Add a ClassNotFoundHandler
> --------------------------
>
>                 Key: JBCL-127
>                 URL: https://jira.jboss.org/jira/browse/JBCL-127
>             Project: JBoss ClassLoader
>          Issue Type: Feature Request
>          Components: ClassLoader
>            Reporter: Adrian Brock
>            Assignee: Adrian Brock
>             Fix For: JBossCL.2.0.9.GA , JBossCL.2.2.0.Alpha
>
>
> Implement a notion of ClassNotFoundHandler where if a loadClass() request fails, then
> the handler is invoked to try to resolve the issue. If it succeeds then the loadClass() is retried once.

-- 
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