Mantis - Resin
Viewing Issue Advanced Details
2705 major always 05-28-08 01:22 06-05-08 12:03
mate  
ferg  
normal  
closed 3.1.6  
fixed  
none    
none 3.1.7  
0002705: saaj.jar not included in dist
com.caucho.xml.saaj.SOAPMessageImpl is a subclass of javax.xml.soap.SOAPMessage, altough saaj.jar is not included in (or even explicit excluded from) the Resin distribution.

This will cause java.lang.LinkageError with applications including saaj.jar, either if there are more than one on the same Resin instance, or if the application is restarted (such as on updated WAR being exploded).
http://maillist.caucho.com/pipermail/resin-interest/2008-May/002566.html [^]

Notes
(0003136)
ferg   
06-05-08 12:03   
In 3.1.7, added saaj.jar to dist.

For 3.2.0, removed saaj.jar dependency entirely.