As an aside, it looks like the SAAJ reference implementation is being managed over at https://saaj.dev.java.net/. I'm not sure if this suits your needs better, but you may be able to download the jar and source jar from that site and use it in place of the default shipped implementation.
A quick look at MessageImpl (for example) shows that the only difference between the maven version and the version hosted at dev.java.net is a license change (to include the Glassfish reference) and what looks like a minor bug fix. -Steve On Wed, 2008-09-17 at 16:09 -0400, Lee Breisacher wrote: > I did find that, but since the packages didn't match, I assumed that wasn't > quite it. What the heck is Sun doing changing packages?! > > Thanks, > > Lee > > > -----Original Message----- > > From: Daniel Kulp [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 17, 2008 1:06 PM > > To: [email protected] > > Cc: Lee Breisacher > > Subject: Re: Saaj source code > > > > > > It's technically one of the sources jars at: > > http://download.java.net/maven/1/com.sun.xml.messaging.saaj/ja > > va-sources/ > > Not sure if it's 1.3 or 1.3.1. > > > > However, Sun mangles them all from > > com.sun.xml.messaging.saaj > > to > > com.sun.xml.internal.messaging.saaj > > > > Dan
