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=13305>. 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=13305 Crash if TransformerFactory.newInstance called by multiple threads. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-10-15 14:21 ------- A static field (isInited) was being used to check that the TransformerFactoryImpl initialization was only happening once. However, it was possible for multiple threads to enter the initialization code simultaneously causing unpredictable behaviour. So, I have moved the initialization code into a static initializer.
