I am getting the following error when loading one of my XSL pages. The page compiles fine - I can see the classes it generates, but when I call the newTransformer() method on the Templates instance.
It seems strange that the page compiles fine and the Templates instance is created just fine, but the newTransformer method fails. Any ideas about what could cause this? javax.xml.transform.TransformerConfigurationException: Could not load the translet class 'com.kp.app.function.studentprofile.configuration'. at org.apache.xalan.xsltc.trax.TemplatesImpl.defineTransletClasses(TemplatesImpl.java:311) at org.apache.xalan.xsltc.trax.TemplatesImpl.getTransletInstance(TemplatesImpl.java:329) at org.apache.xalan.xsltc.trax.TemplatesImpl.newTransformer(TemplatesImpl.java:366)