– System Setup ——————————-
Operating System and version: Windows XP SP2
Eclipse version: 3.2
Eclipse build id: M20060629-1905
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins: None
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: 5
Eclipse JDK version: 1.4.2
Application Server JDK version: 1.4.2
Are there any exceptions in the Eclipse log file? No
If this is a DB related question please answer the following:
RDBMS vendor and version:
JDBC driver vendor and version, and access type (thin, type-2, etc):
Connection URL:
Eclipse error logs related to com.genuitec.eclipse.sqlexplorer packages:
– Message Body ——————————-
I was debugging a Servlet deployed in BEA WebLogic 8. When I would hit a break point and start stepping through the code, I noticed that the code did not match the changes I had made. It appeared that Eclipse was caching the Servlet. I tried removing the deployment, and building cleanly. To no avail. It still was showing the old code as I stepped through it.