Many places myfaces will first log and error and then throw an exception. For cases where framework classes have been plugged in that delegate, this is causing "false" stack traces in the log.
For example, I have my own Application installed (ie, SpringApplication). It first delegates to the orignal Application and then tries the spring context. So for a converter which is defined in spring, I get an exception in the log (generated by myfaces) even though the spring application subsequently creates the converter. Is there a reason myfaces needs to /both/ log and throw? thanks -- View this message in context: http://www.nabble.com/logging-and-throwing-t1380245.html#a3706216 Sent from the MyFaces - Users forum at Nabble.com.

