I'm getting an InfocationTargetException with a simple JWS web service I
created to apply an XSLT to an XML document.

On my desktop (Windows), everything is working just fine. I deployed the
service to a new Linux box for testing, and now I get this exception. I am
guessing it is related to which transformer to use.

Should I be looking for a line like:

javax.xml.transform.TransformerFactory=some.package

Somewhere? And if so (the biggie)... Where??

Thanks!

Reply via email to