[jboss-user] [JBoss Seam] - Re: entityManager goes null on form submit?

cyu do-not-reply at jboss.com
Tue Nov 20 10:03:21 EST 2007


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#4106412

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106412



More information about the jboss-user mailing list