Hi all,
Here's a fix for the problem. Set this system property before instantiating your
first instance of ITextRenderer:
System.setProperty("xr.util-logging.loggingEnabled", "false");
The problem seems to be caused by Flying Saucer reconfiguring the log manager by calling
LogManager.readConfiguration. Flying Saucer shouldn't really be doing this because it
blows away any existing log configuration, but on the other hand it's odd that Seam
(or maybe JBoss?) behaves this way when logging is reconfigured.
-- Calvin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106412#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...