I'm trying to make the resolveException method of AbstractHandlerExceptionResolver log exceptions by adding this to applicationContext-web.xml
but the warnLogger attribute is not being set after the spring context has been initialized.Code:<bean class="org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver" > <property name="warnLogCategory" value="org.springframework.web"/> </bean>
What am I doing wrong?


Reply With Quote
