[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-12-04 Thread cyu
We've ran into this problem as well. Setting UseJBossWebLoader=false won't completely fix the problem either, you'll need to make sure you're not specifying the a loader repository in jboss-web.xml either. We ran into this problem with Seam+Trinidad, and what happens is that Seam's

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

2007-11-20 Thread 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