Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/CACTUS-107 Here is an overview of the issue: --------------------------------------------------------------------- Key: CACTUS-107 Summary: Cannot locate XMLTranformer exception / wrong package Type: Bug Status: Unassigned Priority: Major Project: Cactus Components: Framework Versions: 1.6 Assignee: Reporter: AJ Banck Created: Sun, 9 May 2004 5:27 AM Updated: Sun, 9 May 2004 5:27 AM Environment: W2k/WebLogic 8.1 Description: I get the following exception: <May 9, 2004 12:04:08 PM CEST> <Error> <HTTP> <BEA-101046> <[ServletContext(id=32462141,name=test,context-pa ervletTestRunner: Could not instantiate XMLTransformer - will not perform server-side XSLT transformations java.lang.ClassNotFoundException: org.apache.cactus.server.runner.XMLTransformer at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:198) at java.lang.ClassLoader.loadClass(ClassLoader.java:299) at java.lang.ClassLoader.loadClass(ClassLoader.java:255) at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:223) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:140) at org.apache.cactus.server.runner.ServletTestRunner.init(ServletTestRunner.java:133) at javax.servlet.GenericServlet.init(GenericServlet.java:258) Looking at ServletTestRunner.java:133 it says: Class transformerClass = Class.forName( "org.apache.cactus.server.runner.XMLTransformer"); But the package is org.apache.cactus.internal.server.runner not org.apache.cactus.server.runner. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
