[jboss-user] [JBoss Seam] - Re: [STDERR] com.sun.facelets.compiler.TagLibraryConfig load

nhpvti do-not-reply at jboss.com
Fri Jan 4 05:53:01 EST 2008


"pete.muir at jboss.org" 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



More information about the jboss-user mailing list