PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3339

*** shadow/3339 Wed Aug 29 09:10:35 2001
--- shadow/3339.tmp.2351        Wed Aug 29 09:13:05 2001
***************
*** 14,17 ****
  |          URL:                                                              |
  +============================================================================+
  |                              DESCRIPTION                                   |
! The TRaX XSLTC transformer implementation is not working from within Java servlets 
(at least for me), while the sample code runs fine in a stand alone application. The 
transformer factory does, in fact, compile the XSL with XSLTC and appears to store the 
byte code, the Translet implementation is not being loaded by the template impl (from 
newTemplates) or by the factory (newTransformer).
--- 14,30 ----
  |          URL:                                                              |
  +============================================================================+
  |                              DESCRIPTION                                   |
! The TRaX XSLTC transformer implementation is not working from within Java servlets 
(at least for me), while the sample code runs fine in a stand alone application. The 
transformer factory does, in fact, compile the XSL with XSLTC and appears to store the 
byte code, the Translet implementation is not being loaded by the template impl (from 
newTemplates) or by the factory (newTransformer).
! 
! ------- Additional Comments From [EMAIL PROTECTED]  2001-08-29 09:13 -------
! Forgot the error log. Here is the relevant exception that occurs when performing a 
templates.newTransformer() invocation using the TRaX + XSLTC integration from within a 
Servlet:
! 
! 2001-08-22 14:42:42,063: org.titanomachia.servlet.view ERROR (CompiledTranslator
! .java:175) - Error transforming XML document.
! javax.xml.transform.TransformerConfigurationException: This template does not co
! ntain a valid translet class definition.
!         at org.apache.xalan.xsltc.trax.TemplatesImpl.newTransformer(TemplatesImp
! l.java:199)
!         at org.titanomachia.servlet.view.CompiledTranslator.processView(Compiled
! Translator.java:170)
!         at org.titanomachia.servlet.view.Renderer.handleEvent(Renderer.java:203)

Reply via email to