There is a copy of javax.xml.transform.Source in jaxrpc.jar This class would ordinarily be found in xalan.jar wouldn't it ?
Anyway the application I am working on uses WAS 4.0.2 with SERVER level module visibility, so the mismatched versions of javax.xml.transform.Source found in both xalan.jar (supplied with WAS) and jaxprc.jar (with Axis beta 1) conflict badly (java.lang.LinkageError with load constraint violation). Since I can't change the module visibility, is it OK to remove the copy of javax.xml.transform.Source from jaxrpc.jar ? Thanks, Matthew
