You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2003/10/29 03:29:43 UTC

DO NOT REPLY [Bug 24200] New: - Loaded wrong TransformerFactoryImpl for Applet with JRE1.4.*

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24200>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

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

Loaded wrong TransformerFactoryImpl for Applet with JRE1.4.*

           Summary: Loaded wrong TransformerFactoryImpl for Applet with
                    JRE1.4.*
           Product: Xerces2-J
           Version: 2.5.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: JAXP
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: jycli@ca.ibm.com


Deploy sample code CompiledApplet on Tomcat and access it using IE with java 
plugin version 1.4.*. JRE1.4.* uses endorsed mechanism, place the xalan.jar and 
xml-apis.jar files in the <JRE_Home>/lib/endorsed/ directory. The 
CompiledApplet always loads the TransformerFactoryImpl for xalan interpretive. 
After remove xml-apis.jar from the endorsed directory, CompiledApplet can load 
the TransformerFactoryImpl for xsltc. Using which TransformerFactoryImpl is set 
in the META-INF/services/javax.xml.transform.TransformerFactory file zipped in 
a jar file specified by the achive attribute of <applet> tag.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org