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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
