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=8139>. 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=8139 Can't use translets with custom ClassLoader [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[EMAIL PROTECTED] |santiago.pericasgeertsen@sun | |.com ------- Additional Comments From [EMAIL PROTECTED] 2002-04-29 20:23 ------- I need to evaluate the implications of the proposed fix a bit more. I believe a workaround that does not imply changing XSLTC would be to do: Thread.currentThread().setContextClassLoader(cl); before loading the class. Personally, I don't like the call to Class.forName() in NodeSortRecordFactory the way it is now, so either way, this issue must be addressed.
