1 2 Previous Next 15 Replies Latest reply on Nov 20, 2007 10:03 AM by cyu Go to original post
      • 15. Re: entityManager goes null on form submit?
        cyu

        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

        1 2 Previous Next