Classloader problem
-------------------
Key: AXIS2-1073
URL: http://issues.apache.org/jira/browse/AXIS2-1073
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Components: jaxws
Reporter: Nikhil Thaker
Priority: Minor
Attachments: JIRA_1073_ProxyDescriptor.txt
Currently ProxyDescriptor is loading RequestWrapper ClassName by using
System.getClassloader. This causes a problem when the class is not is System
classpath but in application classpath. So I am attaching the fix where we will
use Thread.getContextClassLoader().
--
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]