Hi, We are using Axis2 1.4 to generate a web service and deploy on WAS server. Setting on our WAS server restricts the uses of Thread.setContextClassLoader() method.
We found that in axis2-kernel-1.4.1.jar, org.apache.axis2.receivers.AbstractMessageReceiver class has got call to Thread.setContextClassLoader() method. Similarly, in axiom-api-1.2.7.jar, org.apache.axiom.om.util.StAXUtils class has got few references of this method. Temporarily we have commented those lines and recompiled those jar files and using it. I was wondering what impact it can have by using those jar files like that? Any suggestions? Thanks in advance Rajeev -- View this message in context: http://www.nabble.com/error-of-Thread.setContextClassLoader%28%29-in-WAS-Axis2-tp24323990p24323990.html Sent from the Axis - User mailing list archive at Nabble.com.
