The following issue has been updated:
Updater: Brian Minchau (mailto:[EMAIL PROTECTED])
Date: Sat, 4 Sep 2004 4:35 PM
Changes:
assignee changed from Xalan Developers Mailing List
description changed from 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] to 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]
environment changed from Operating System: All
Platform: All to Operating System: All
Platform: All
priority changed to Blocker
Component changed to XSLTC parser
Component changed from XSLTC
---------------------------------------------------------------------
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:
XSLTC parser
Versions:
2.5
Assignee:
Reporter: Palanisamy Gounder
Created: Wed, 4 Jun 2003 9:38 AM
Updated: Sat, 4 Sep 2004 4:35 PM
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]