thanks for respone.
I'm using
struts and hibernate as framework of my app.
I have a class Hibernation that crate the factory of hibernate, etc, etc.... and implements Filter , so, I have a method doFilter:
On the red line get the error, but I don't know so much.
I know that the doFilter is executed after and before pass for a
jsp, but I don't know by what jsp, It sounds like random, i dont know.