On Wednesday 17 September 2008 4:09:09 pm 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?!
They do that for everything they stick in the JDK. The JAXB impl is that way as well. It's especially annoying in that case. XJC plugins have to implement a specific interface for XJC to load them. But the interface package name is different for the "internal" version than the jaxb releases. Thus, we cannot write a plugin that will work for both the JAXB download releases and the xjc in the JDK. That's why we still need the jaxb jars we ship. It's complete crap if you ask me, but Sun didn't ask me. :-) Dan > > 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 > > > > On Wednesday 17 September 2008 3:59:21 pm Lee Breisacher wrote: > > > I know I should ask this over at Sun, but thought I'd try here too. > > > Does anyone know where to find the java source code for the SAAJ > > > classes in rt.jar in java 1.6. The package is > > > com.sun.xml.internal.messaging.saaj and other similar packages. For > > > example, MessageImpl.java in > > > > com.sun.xml.internal.messaging.saaj.soap. > > > > > These classes are not in the normal src.zip that comes with JDK 1.6. > > > > > > Thanks, > > > > > > Lee > > > > -- > > Daniel Kulp > > [EMAIL PROTECTED] > > http://www.dankulp.com/blog -- Daniel Kulp [EMAIL PROTECTED] http://www.dankulp.com/blog
