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. ------- Additional Comments From [EMAIL PROTECTED] 2002-10-05 02:29 ------- I think the static method loadPropertyFileToSystem() should not be called from the TransformerFactoryImpl constructor. It should be called in a static initializer. This piece of code is currently called multiple times from multiple threads. It is just a waste.
