[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 
FaceletsRenderer is setting the context class loader to a UCL.  We were able to 
workaround it by re-implement the FaceletsRenderer with one that doesn't set 
the context class loader.

Pete: is there any documentation describing the reasoning as to why Seam isn't 
supporting UseJBossWebLoader=true?  I'd like to be more aware of the 
consequences if we do decide to continue on with that configuration.

Thanks!
Calvin

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4110365#4110365

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110365
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 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=bbop=viewtopicp=4106412#4106412

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106412
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user