Java2WSDLTask does not restore ClassLoader
------------------------------------------

                 Key: AXIS2-1977
                 URL: https://issues.apache.org/jira/browse/AXIS2-1977
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Tools
            Reporter: Jamie Oliver


The execute() method of Java2WSDLTask sets a new ClassLoader for 
Java2WSDLCodegenEngine but does not restore it afterwards. This causes 
hard-to-trace class loading errors in downstream Ant tasks. Suggested fix is to 
restore the original ClassLoader in a finally block at the end of the method.

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