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

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.1

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

2008-05-27 Thread Mattias Jiderhamn
Hi list. I am running into an unfamiliar classloader issue when trying to upgrade to Resin 3.1. Each separate application runs just fine. Although, when I put two applications both using Apache Axis 1.4, on the same server, I get a problem. The first application to actually make use of Axis

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 !-- ... include