Re: [Resin-interest] Classloader issues with Axis and Resin 3.1

2009-03-23 Thread Emil Ong
Hi Ronald, Resin itself doesn't use SAAJ - it was only provided for our now-defunct JAX-WS implementation. In other words, you should be safe using the replacement SAAJ jar. Emil On Thu, Mar 19, 2009 at 06:44:57AM -0700, Ronald Pieterse wrote: > > Hai Scott, > > I ran into this problem recent

Re: [Resin-interest] Classloader issues with Axis and Resin 3.1

2009-03-19 Thread Ronald Pieterse
Hai Scott, I ran into this problem recently and fixed it by replacing the saaj.jar with the axis-saaj-1.4.jar. This appeared to have no effect on resin (v3.1.8) whatsoever. Was this wise to do? Is it really not used in 3.1.x anymore? Greetz, Ronald On May 28, 2008, at 1:23 AM, Mattias Jiderh

Re: [Resin-interest] Classloader issues with Axis and Resin 3.1

2008-05-28 Thread Scott Ferguson
On May 28, 2008, at 1:23 AM, Mattias Jiderhamn wrote: > Of course, the LinkageError also appears when the application is > restarted/reloaded. > Reported as a bug at http://bugs.caucho.com/view.php?id=2705 Hmm. Resin shouldn't have any dependencies on saaj any more. I can put saaj back in 3.

Re: [Resin-interest] Classloader issues with Axis and Resin 3.1

2008-05-28 Thread Mattias Jiderhamn
Of course, the LinkageError also appears when the application is restarted/reloaded. Reported as a bug at http://bugs.caucho.com/view.php?id=2705 /Mattias Mattias Jiderhamn wrote (2008-05-27 17:23): > Indeed com.caucho.xml.saaj.SOAPMessageImpl extends > javax.xml.soap.SOAPMessage which is to

Re: [Resin-interest] Classloader issues with Axis and Resin 3.1

2008-05-27 Thread Mattias Jiderhamn
Indeed com.caucho.xml.saaj.SOAPMessageImpl extends javax.xml.soap.SOAPMessage which is to be found in saaj.jar, but saaj.jar is NOT included in the Resin dist! In fact, saaj.jar is explicitly excluded from the resin.dist.build target of build-common.xml Why is this? How am I supposed to