"[EMAIL PROTECTED]" wrote : Those error messages are normal.
This is not normal ;-) 

http://shrubbery.mynetgear.net/wiki/Facelets_'loadImplicit'_error

In production environments it would be handy to send all errors to admins by 
email using SMTP appender, but this "error" would generate a lot of inane 
emails.

Here my workaround that works for me in JBoss AS 4.2.2:

<category name="STDERR">
  |       <priority value="FATAL"/>
  | </category>

Setting priority value to "ERROR" enables the logging again (can be usefull in 
development environments).


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116978
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to