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=24302>. 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=24302 Threading issue using Templates object and user-defined functions causes random Exceptions [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Blocker |Critical Priority|Other |High ------- Additional Comments From [EMAIL PROTECTED] 2003-10-31 20:31 ------- Mr. Kesselman, I am not attempting to use a Transformer across threads - I read the documentation before submitting a bug report. The main() method the the program gets a TransformerFactory and then creates a Templates object from it. The templates object is a static member of the class. Inside each thread, the templates object is used to create a local transformer (in the scope of the thread). These locally-scoped transformers intermittently fail. See the next 'additional comments' for more information regarding perhaps a more insidious side-effect.
