S
Sergio B.
Hello everyone,
I have the following problems in developing web applications with NetBeans
3.6:
1) The same valueUnbound() method of HttpSessionBindingListener interface
gets fired multiple random times during application testing with the Tomcat
5 embedded in NetBeans, even when the session and the object which
implement the interface are still valid; this doesn't seem to happen when
deploying the application in an external Tomcat 5 Server.
2) The debugger doesn't work properly: when it reaches a breakpoint in a
servlet or in a Java Bean (not ejb) it prints the following line:
"Breakpoint reached at line ? in [class]"
and doesn't step into the code. This didn't happen in NetBeans 3.5.1!
Anyone who can give me some information?
Thank you,
Good Bye,
Sergio B.
I have the following problems in developing web applications with NetBeans
3.6:
1) The same valueUnbound() method of HttpSessionBindingListener interface
gets fired multiple random times during application testing with the Tomcat
5 embedded in NetBeans, even when the session and the object which
implement the interface are still valid; this doesn't seem to happen when
deploying the application in an external Tomcat 5 Server.
2) The debugger doesn't work properly: when it reaches a breakpoint in a
servlet or in a Java Bean (not ejb) it prints the following line:
"Breakpoint reached at line ? in [class]"
and doesn't step into the code. This didn't happen in NetBeans 3.5.1!
Anyone who can give me some information?
Thank you,
Good Bye,
Sergio B.