I forgot to include the JIRA issue as a link here. 
<http://jira.jboss.com/jira/browse/JBSEAM-223>. That was a short description 
what actually goes on inside Seam. What you can do now externally is to adjust 
your logging level threshold. TRACE/DEBUG will generate an infinite loop, but 
INFO skips the crucial part of the code.

I have compiled the seam myself without jboss build system so I have no idea 
what kind of initial setup there is for ACL logging system that Seam uses 
starting from 1.0.0.CR2 or if there is one.

I skimmed though the JBoss AS file that was set with default levels and I think 
the FILE appender is accepting TRACE/DEBUG levels and there is a matching 
category available

   <!-- Limit JBoss categories
   
      
   
   -->

uncommenting that or duplicating it and chaning the category as org.jboss.seam 
should fix your problem. 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940612#3940612

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to