You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by ji...@apache.org on 2004/05/13 13:40:57 UTC

[jira] Closed: (CACTUS-107) Cannot locate XMLTranformer exception / wrong package

Message:

   The following issue has been closed.

   Resolver: Vincent Massol
       Date: Thu, 13 May 2004 4:38 AM

Done. Added tests so that it doesn't happen again...
---------------------------------------------------------------------
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: Closed
   Priority: Major
 Resolution: FIXED

    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: Thu, 13 May 2004 4:38 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: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org