users@glassfish.java.net

Replace XSLT Processor in GlassFish v2ur2

From: Markus Karg <karg_at_quipsy.de>
Date: Wed, 10 Mar 2010 12:36:29 +0100

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?