I have axis.jar (1.2.1) and saaj-impl.jar(1.3) in a same web application deployed in Tomcat 5.5.17. axis MessageFactoryImpl implementation(org.apache.axis.soap.MessageFactoryImpl) gets preference over saaj-impl implementation (com.sun.xml.messaging.saaj.soap.MessageFactoryImpl) during the run time. I am facing issues due to this and need to use saaj implementation when I create SOAP messages.
I have no issue in Tomcat 5.0.x and it uses sun implementation for the same app. Only in Tomcat 5.5.x it is looking for axis version even if saaj-impl.jar is available. Appreciate if anyone could show me how I could override this default behavior and make saaj class load first. thank you Nilantha -- View this message in context: http://www.nabble.com/Change-MessageFactoryImpl-loading-behaviour-in-Tomcat-5.5.17-tf2162003.html#a5975145 Sent from the Tomcat - User forum at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]