http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2399 *** shadow/2399 Fri Jun 29 10:24:10 2001 --- shadow/2399.tmp.1535 Fri Jun 29 10:24:10 2001 *************** *** 0 **** --- 1,27 ---- + +============================================================================+ + | ClassLoaders for WAS Often Fail on compiled classes. | + +----------------------------------------------------------------------------+ + | Bug #: 2399 Product: XalanJ2 | + | Status: NEW Version: 2.1.0 | + | Resolution: Platform: All | + | Severity: Critical OS/Version: Other | + | Priority: Other Component: Xalan-Xsltc | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + This bug often occurs when XSLTC is used in a web applications. I have tried it + on Tomcat 3.2.2 and WebSphere 3.5.3 and have gotten the same result. + + The ClassLoader used that picks all jars in the WEB-INF/lib directory with + often blow chunks when a variable has not been defined or "-" is used as part + of a template name. This is a major bug that will often be disgused until + packaged in a WAR file and deployed. + + The xml and xsl files used in the JAXPTransletOneTransformation.java example + will fail if an used in a web application where the jars are picked + dynamically. \ No newline at end of file
