> I need more info, can you compile with debug to see what concrete line > is invoking the class forName. I don't find any reference in Init, > some reference in XPath related transformations but that's normal.
It's line 216. The problem is probably that when it loads the classes for the TransformAlgorithms in config.xml, it probably invokes some static initialization somewhere that ends up inside the XPath utility classes that build those function tables. -- Scott