Here is my request filter code:
public class MyFilter implements Filter {
private FilterConfig filterConfig = null;
public void init(FilterConfig filterConfig)
throws ServletException {
this.filterConfig = filterConfig;
}
public void destroy() {
this.
Eduard,
I am still getting a ClassNotFound error on OpenSessionInViewFilter at startup.
I have found two jar files that contain the class, spring.jar and
spring-hibernate3.jar, and it fails with both of them.
I have configured applicationContext.xml like this:
2 matches
Mail list logo