The following issue has been updated:

    Updater: Brian Minchau (mailto:[EMAIL PROTECTED])
       Date: Fri, 24 Sep 2004 7:50 AM
    Changes:
             Component changed to parse or compile
             Component changed to XSLTC
             Component changed from XSLTC parse/compile
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/XALANJ-1549?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XALANJ-1549

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XALANJ-1549
    Summary: XSLT Error (javax.xml.transform.TransformerConfigurationException): Could 
not load the translet class
       Type: Bug

     Status: Unassigned
   Priority: Blocker

    Project: XalanJ2
 Components: 
             parse or compile
             XSLTC
   Versions:
             2.5

   Assignee: 
   Reporter: Palanisamy Gounder

    Created: Wed, 4 Jun 2003 9:38 AM
    Updated: Fri, 24 Sep 2004 7:50 AM
Environment: Operating System: All
Platform: All

Description:
I am using XSLTC with TraX API.   When my XSL size grows bigger, I get an error 
as below while getting new Transformer from the Templates.

-----------------------------------------------------------------------------
javax.xml.transform.TransformerConfigurationException: Could not load the
translet class 'Big'. 
        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)        
        at prj_translet.JAXPTransletMultipleTransformations.doTransform
(JAXPTransletMultipleTransformations.java:28)   
        at prj_translet.JAXPTransletMultipleTransformations.main
(JAXPTransletMultipleTransformations.java:79) 
---------------------------------------------------------------------------

I could reproduce this problem with  "org.apache.xalan.xslt.Process -XSLTC".

java  -Xss100m   -Xms128m -Xmx256m     -
Xbootclasspath/p:.;xalan.jar;xercesImpl.jar;xml-apis.jar; 
org.apache.xalan.xslt.Process -XSLTC -in todo.xml -xsl Big.txt -out 
OutForBig.html


The XSL that I am using can be found here
http://www.geocities.com/ial7158/Big.txt 

The java program that I used can be found here:
http://www.geocities.com/ial7158/JAXPTransletMultipleTransformations.java


With Regards
Palanisamy
[EMAIL PROTECTED]


---------------------------------------------------------------------
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]

Reply via email to