1. ExceptionResolver not intercepting forum.springsource.orgpublic class GetCapabilitiesEndpoint extends AbstractDomPayloadEndpoint { public GetCapabilitiesEndpoint(IMyService myService) { ....some code..... } @Override protected Element invokeInternal( Element requestElement, Document responseDocument ) throws Exception { ....some code..... } } |
2. ExceptionResolver ignored on login page forum.springsource.orgExceptionResolver ignored on login page I have a SimpleMappingExceptionResolver bean declared. When I post data to login at j_security_check, and the authentication database is down for some reason, I get back ... |
3. exceptionResolver not resolving forum.springsource.orgexceptionResolver not resolving I'd like to replace the default error page for tc 5.5 in my app. I've added an error.jsp page to WEB-INF/jsp, and a SimpleMappingExceptionResolver. I am using JSTL. ... |
4. ExceptionResolver , F5 , logger. forum.springsource.orgExceptionResolver , F5 , logger. Hi , l have a question about exceptionResolver , F5 and logger. HandlerExceptionResolvers are use to handle unexpected exceptions occurring from the spring docs . Let's ... |
5. exceptionResolver problem forum.springsource.orgThe exceptionResolver is not catching an exception that I defined when I throw it from a ServletFilter that is delegated to by the DelegatingFilterProxy. The exception that I am raising is ... |
6. ExceptionResolver - mappedHandlers doesn't work forum.springsource.orgHi, I want to use the mappedHandlers of the ExceptionResolver in order to link\map the exception resolver to a specific handler. If I put the mappedHandlers property in the config file ... |
7. exceptionresolver not being invoked? forum.springsource.orgexceptionresolver not being invoked? Say during the rendering of a view an exception is thrown. Shouldn't the DispatcherServlet catch it and use its HandlerExceptionResolvers to handle it? It appears (both in ... |
8. WebWork 2.2.2 and exceptionResolver forum.springsource.orgWebWork 2.2.2 and exceptionResolver Hi, all~ My application uses WebWork 2.2.2 + Spring 1.2.8 + Hibernate 3. I noticed that when I try to start up the application, if there occurs ... |
9. ExceptionResolver, Missing stack trace forum.springsource.orgExceptionResolver, Missing stack trace Hi, I'm using Spring 1.2.8 MVC on JBoss, together with log4j and SMTPAppender. To avoid showing stack traces to users, I found and used SimpleMappingExceptionResolver, extendes it ... |
10. ExceptionResolver forum.springsource.orgExceptionResolver Hi, I have a problem with redirecting to my error page when the error occurs not in the same path like the path of my errPage.jsp: /errPage.jsp /img/error.gif /error.css /foo.jsp ... |
11. Spring 3.0, DWR 3.0 ExceptionResolver forum.springsource.orgSpring 3.0, DWR 3.0 ExceptionResolver Hello there, I have a question concerning Spring 3.0, DWR 3.0 and ExceptionResolver My configuration is: Code: |