Rajeev,
Which setting and which version of WAS? I am collecting issues for Axis2 on websphere. pointers to last technotes we put
out are here:
http://davanum.wordpress.com/2009/03/12/technotes-about-axis2-and-websphere-co-existence/
thanks,
dims
On 07/03/2009 02:14 PM, Andreas Veithen wrote:
For Axiom, the impact should be rather small, unless you have several
StAX implementations at different levels in the classloader hierarchy.
For Axis2, you will loose interoperability with some frameworks that
rely on the context class loader being set correctly. E.g. you may
have difficulties with Spring.
Andreas
On Fri, Jul 3, 2009 at 16:26, Rajeevr<raje...@cisco.com> wrote:
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.