[JBoss-user] [HTTPD, Servlets JSP] - Re: Filter

2004-07-22 Thread vijpan
any hint guys? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3843004#3843004 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3843004 --- This SF.Net email is

[JBoss-user] [HTTPD, Servlets JSP] - Re: Filter not returning from chain.doFilter

2004-07-21 Thread benstarr
I have found the problem. I had accidentally synchronized the toString method of my counter object. This was causing some threads to deadlock resulting in the counter not returning to zero. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842885#3842885 Reply

[JBoss-user] [HTTPD, Servlets JSP] - Re: Filter not returning from chain.doFilter

2004-07-19 Thread benstarr
Obviously the other alternative is that the increment code is throwing an exception but I can't find anything in the logs to indicate this and there is nothing particular in that code that throws any exceptions... View the original post :