OK.. So here’s my problem.. first the environment:
JDK 1.4.2_11 (distributed with WebLogic 8.1SP 6).
I’ve built my application using the ANT build scripts for it, created the EAR and WAR files using that ANT script. I did *not* create a WAR or EAR project in MyEclipse and then deploy that to WLS.
Now the problem:
When I use debug in WLS (either running on the laptop in a DOS window *or* within Eclipse) and I debug my application I can only inspect the variables that are public and private to the class. Anything that is local to a method is unavailable.
Why? And how can I fix this??
Cuz this really is a pain.
👿