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=19906>.
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=19906

[ENH] Further logging improvements





------- Additional Comments From [EMAIL PROTECTED]  2003-08-11 21:57 -------
The problem with several instantiations of JetspeedResourceService is due to 
the fact that JRS has a static logger that is initialized using 
JetspeedLogFactoryService. JLFS again uses JetspeedResource in its 
initialization, and then the JRS is initialized. Just after this, Turbine 
initializes a new JRS. 

I'm uploading a patch that removes the use of logger from JRS, and instead 
does a System.err.println() plus a printStackTrace(), just like the other 
error logging in that class. This resolves the problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to