A customer noticed that some XSL files are not getting processed
correctly in our ACC-driven Swing based EAR client ("Cannot load
translet class GregorSamsa", which is a known XALAN bug).
As soon as we drop xalan-2.4.1.jar or saxonhe9.jar into jre6/lib/ext,
the problem is gone in STANDALONE programs. So we hoped it will help in
ACC, too.
But actually this seems to break RMI, as we now are getting a
NullPointerException inside of
com.sun.enterprise.iiop.POAProtocolMgr.java line 251... :-(
What can we do?