BTW, anybody know the relationship between the JDK and the JAXB
project?
JDK provides built-in support (implementation) for both JAXWS and JAXB. The JDK's
JAXWS uses this JAXB by default. Having to use JAXWS runtime provided by JDK and also
including another JAXB in AS7 ends in conflicts.
Magesh