The following issue has been updated:
Updater: Vincent Massol (mailto:[EMAIL PROTECTED])
Date: Sun, 9 May 2004 9:41 AM
Comment:
*sigh*. That was to be expected... I should have known better. The Servlet Runner is
the only part for which we don't have automated tests for. We really need to fix this.
I'll release Cactus 1.6.1 in about a week with the fix. I'm waiting a little bit to
see if there are other problems like this one. Thanks!
Changes:
assignee changed to Vincent Massol
Fix Version changed to 1.6.1
---------------------------------------------------------------------
For a full history of the issue, see:
http://issues.apache.org/jira/browse/CACTUS-107?page=history
---------------------------------------------------------------------
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: Open
Priority: Major
Project: Cactus
Components:
Framework
Fix Fors:
1.6.1
Versions:
1.6
Assignee: Vincent Massol
Reporter: AJ Banck
Created: Sun, 9 May 2004 5:27 AM
Updated: Sun, 9 May 2004 9:41 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]