Use Context ClassLoader when loading CallbackHandler
----------------------------------------------------

         Key: WSS-17
         URL: http://issues.apache.org/jira/browse/WSS-17
     Project: WSS4J
        Type: Improvement
 Environment: JOnAS 4.6.0
    Reporter: Guillaume Sauthier
 Assigned to: Davanum Srinivas 


WSS4Jhandler try to load the CallbackHandler classes with a simple 
Class.forName("MyClass")

This may fail for various reasons (CH class not in the same ClassLoader than 
WSS4J, ...).
A safer implementation is to use Thread.currentThread().getContextClassLoader() 
to obtain the Thread ClassLoader and try to load the CH class from that loader.


-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to