Re: Problem with Exception Interceptor

2010-02-05 Thread Greg Lindholm
It's Nabble that removes the < param > tags On Thu, Feb 4, 2010 at 5:10 PM, Cimballi wrote: > :D Ok, I just noticed than the mailing list engine, or maybe google, > removes the < param > tag... > > Cimballi > > > - To unsubscri

Re: Problem with Exception Interceptor

2010-02-04 Thread Cimballi
Hum, it's strange because in fact at fatal level you should only have fatal log messages... On Thu, Feb 4, 2010 at 5:33 PM, DavidZaz wrote: > > As an update, I changed the level in my struts.xml to FATAL and the logging > started working. This behavior confuses me since I don't have any loggers

Re: Problem with Exception Interceptor

2010-02-04 Thread DavidZaz
As an update, I changed the level in my struts.xml to FATAL and the logging started working. This behavior confuses me since I don't have any loggers set higher than DEBUG/INFO in my log4j.xml file. However, this does lead me to believe that log4j and not struts is the problem. Cimballi-2 wrote:

Re: Problem with Exception Interceptor

2010-02-04 Thread Cimballi
:D Ok, I just noticed than the mailing list engine, or maybe google, removes the < param > tag... Cimballi On Thu, Feb 4, 2010 at 4:40 PM, DavidZaz wrote: > > I actually had the interceptor-ref configured like that in my source code. It > looks like my code didn't paste from eclipse very well.

Re: Problem with Exception Interceptor

2010-02-04 Thread DavidZaz
I actually had the interceptor-ref configured like that in my source code. It looks like my code didn't paste from eclipse very well. Sorry about that. Does the logCategory need to start with com.packageName? Can it start with error or org or something else? Cimballi-2 wrote: > > You intercept

Re: Problem with Exception Interceptor

2010-02-04 Thread Cimballi
You interceptor declaration should be like that : true com.xxx ERROR Cimballi On Thu, Feb 4, 2010 at 4:14 PM, DavidZaz wrote: > > I have an exception interceptor declared in my struts.xml, but no log > messages ever appear in the log category that