Hi,
I have a Windows XP Pro PC, running WorkBench 5.1.0GA (using all-in-one installation method).
I have WebLogic 9.2 running locally, and I have set up “Project->Properties->Java Build Path->Source” to include all my sources already, and included jars that I need. Also, I have set the “Compiler complianace level” to “5.0” because I am using the new annotations. I am also using JDK150_06 that comes with WebLogic 9.2 to start the app server.
I have compiled and deployed the EAR file in 9.2 already. I also have the app server running in debug mode. I ***used to be able*** (for this deployemnt) to step into the source (in the deployed EJBs) during debugging, but now I cannot. This occurrance sometimes happen (but I do not recall what might have caused it). I noticed that the logging (log4j) does not show up the line number (it used to). I can run the test client with no problem until end, and the logging is also done in the console and in the log4j log file, but I just cannot step into the EJB method.
Would you please give me a check list of what I should check again to see what is messed up in order to enable ‘step-into-code’ in debug mode again.
Thanks in advance…