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=2399>. 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=2399 ClassLoaders for WAS Often Fail on compiled classes. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] ------- Additional Comments From [EMAIL PROTECTED] 2001-10-05 12:09 ------- I believe another customer, Robert Koberg, has run into the same problem. He was using a stylesheet which had a hyphen in the name and in the compiled class name the hyphen was replaced by an underbar. He was was using XSLTC with TrAX in a servlet and the separation of the templates creatation in the init routine from the runtime in the doPost method make it hard to understand what could be causing an "This template does not contain a valid translet class definition" message. If certain characters are illegal as Java class names, then at the compilation stage XSLTC should refuse to do the compilation and require the user to change the name to a valid name.
